Skip to content

Commit

Permalink
remove tab navigation conflict with unimpaired plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mikefarmer committed Apr 13, 2012
1 parent 2b56849 commit a33ddde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vimrc
Expand Up @@ -66,8 +66,8 @@ map <C-k> <C-w>k
map <C-l> <C-w>l
" better tab navigation
nmap <silent> [t :tabprevious<CR>
nmap <silent> ]t :tabnext<CR>
nmap <silent> [g :tabprevious<CR>
nmap <silent> ]g :tabnext<CR>
nmap <silent> tt :tabnew<CR>
" better navigation
Expand Down

0 comments on commit a33ddde

Please sign in to comment.