<Alt+1-9> for switching tabs

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
This commit is contained in:
2023-10-10 18:46:05 +05:30
parent 1e905030b4
commit 8602e2c893
2 changed files with 20 additions and 0 deletions
+3
View File
@@ -11,3 +11,6 @@ key_bindings:
- { 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" }