diff options
author | tv <tv@krebsco.de> | 2023-01-16 11:05:41 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2023-01-16 11:05:49 +0100 |
commit | 557c7a639c1727d369f5a38bd01750eb3ec985e4 (patch) | |
tree | 029d075bd95582378e8e1ca656d5235f3bdc653f /tv/2configs/vim.nix | |
parent | c451c5cd8f95cdc651ec55fb2def5457b34a5e51 (diff) |
tv vim: tabm with S-F{1,2}
Diffstat (limited to 'tv/2configs/vim.nix')
-rw-r--r-- | tv/2configs/vim.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index fde66d7..2b5cd8d 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -133,6 +133,11 @@ with import ./lib; imap <f1> <esc><f1> imap <f2> <esc><f2> + nnoremap <S-f1> :tabm -1<cr> + nnoremap <S-f2> :tabm +1<cr> + imap <S-f1> <esc><S-f1> + imap <S-f2> <esc><S-f2> + noremap <f3> :ShowSyntax<cr> " <C-{Up,Down,Right,Left> |