Skip to content

Commit

Permalink
fix bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarik committed Mar 22, 2013
1 parent 047d590 commit 8dfa240
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ nmap <silent> <C-j> <C-W><C-j>
nmap <silent> <C-h> <C-W><C-h>
nmap <silent> <C-l> <C-W><C-l>
" vertical paragraph-movement
nmap <C-J> <{>
nmap <C-K> <}>
" vertical paragraph-movement
nmap <C-J> {
nmap <C-K> }
" vertical split with CommandT
nnoremap <leader>v :exec ':vnew \| CommandT'<CR>
Expand Down

0 comments on commit 8dfa240

Please sign in to comment.