Skip to content

Commit

Permalink
Map <C-j> to gt and <C-k> to gT
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjbray committed Aug 26, 2011
1 parent 2608e10 commit ec8793c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vimrc
Expand Up @@ -20,6 +20,10 @@ if has('win32')
set gfn=Consolas:h9:cANSI
endif

" Key mappings
nnoremap <C-j> gt
nnoremap <C-k> gT
" Gundo
nnoremap <F5> :GundoToggle<CR>
Expand Down

0 comments on commit ec8793c

Please sign in to comment.