diff options
-rw-r--r-- | etc/vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -65,6 +65,10 @@ command! TVb :w | :!texvb % command! TVn :w | :!texvn % command! TVp :w | :!texvp % +nnoremap <C-t> :tabnew<CR> +nnoremap <C-w> :tabclose<CR> +nnoremap <C-p> :tabprevious<CR> +nnoremap <C-n> :tabnext<CR> " Greedy remaps (TODO: Add more keys) noremap - : |