diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-08-29 22:50:18 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-08-29 22:50:18 +0200 |
commit | 6ac3b04280961ee578b7d0d73b50cf70e0635fd3 (patch) | |
tree | c334084665d3903a8d7a5787eaac5e8236931b31 | |
parent | 59e12f41847b541a1d87c428b54561d3892983ab (diff) |
vimrc: add tab key bindings
-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 - : |