mirror of https://github.com/harish2704/dotFiles
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
541 B
13 lines
541 B
font:
|
|
size: 13.0
|
|
normal:
|
|
# family: Source Code Pro Medium
|
|
family: CodeNewRoman Nerd Font Mono
|
|
|
|
key_bindings:
|
|
- { 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~" }
|
|
|