summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-12-11 03:09:00 +0100
committerache <ache@ache.one>2023-12-11 03:09:00 +0100
commit565e3508cdc6c574107bf1010dd183a2cba0c768 (patch)
tree555cc0866abba13e31ad3c5070877ad3e1160cd0
parentDisable TypeScript in svelte (diff)
Shortkeys to switch tab
-rwxr-xr-xplugin/perso.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/perso.vim b/plugin/perso.vim
index 51bf030..0a1f629 100755
--- a/plugin/perso.vim
+++ b/plugin/perso.vim
@@ -328,4 +328,7 @@ nnoremap <leader><F5> :call GrammalecteToggle()<cr>
nnoremap <leader>x :call CopilotToggle()<cr>
nnoremap <leader><m-x> :call CodeiumToggle()<cr>
+" Move tabs
+nmap <C-S-PageUp> :tabmove -1<cr>
+nmap <C-S-PageDown> :tabmove +1<cr>