mirror of
https://github.com/harish2704/dotFiles.git
synced 2026-09-10 15:21:09 +00:00
Remap terminal opening to <Leader>ts, tv & tf
change telescope.defaults.path_display = { "shorten" };
Add tab-switching and moving key map using Ctr+J/K similar to Ctrl+PageUp/Down
17 lines
686 B
YAML
17 lines
686 B
YAML
font:
|
|
size: 14.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~" }
|
|
- { key: J, mods: Control|Shift, chars: "\x1b[74;5u" }
|
|
- { key: K, mods: Control|Shift, chars: "\x1b[75;5u" }
|
|
|