mirror of
https://github.com/harish2704/dotFiles.git
synced 2026-09-10 15:21:09 +00:00
* Fix Ctrl-Enter, Ctrl-Tab keycodes
This commit is contained in:
@@ -100,7 +100,7 @@ font:
|
|||||||
family: Source code pro
|
family: Source code pro
|
||||||
|
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
#style: Regular
|
# style: Medium
|
||||||
|
|
||||||
# Bold font face
|
# Bold font face
|
||||||
#bold:
|
#bold:
|
||||||
@@ -502,7 +502,12 @@ font:
|
|||||||
# at once.
|
# at once.
|
||||||
key_bindings:
|
key_bindings:
|
||||||
# (Windows, Linux, and BSD only)
|
# (Windows, Linux, and BSD only)
|
||||||
- { key: 28, mods: Control, chars: "\e[13;5u" }
|
- { key: Return, mods: Shift, chars: "\e[13;2u" }
|
||||||
|
- { key: Return, mods: Control, chars: "\e[13;5u" }
|
||||||
|
- { key: Return, mods: Control|Shift, chars: "\e[13;6u" }
|
||||||
|
- { key: Tab, mods: Shift, chars: "\e[Z" }
|
||||||
|
- { key: Tab, mods: Control, chars: "\e[27;5;9~" }
|
||||||
|
- { key: Tab, mods: Control|Shift, chars: "\e[27;6;9~" }
|
||||||
#- { key: V, mods: Control|Shift, action: Paste }
|
#- { key: V, mods: Control|Shift, action: Paste }
|
||||||
#- { key: C, mods: Control|Shift, action: Copy }
|
#- { key: C, mods: Control|Shift, action: Copy }
|
||||||
#- { key: Insert, mods: Shift, action: PasteSelection }
|
#- { key: Insert, mods: Shift, action: PasteSelection }
|
||||||
|
|||||||
Reference in New Issue
Block a user