Skip to content

Commit

Permalink
updated shortcuts for moving to next/previous tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Wittmann committed Jan 19, 2012
1 parent 0c3a737 commit 49b05c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vimrc
Expand Up @@ -130,8 +130,8 @@ nmap <D-k> :put!=''<CR>
" ----
map <C-t><up> :tabr<CR>
map <C-t><down> :tabl<CR>
map <C-t><left> :tabp<CR>
map <C-t><right> :tabn<CR>
map <D-M-left> :tabp<CR>
map <D-M-right> :tabn<CR>
map <C-t><z> :tabnew<CR>
nmap <C-Delete> :tabclose<CR>
Expand Down

0 comments on commit 49b05c9

Please sign in to comment.