[vim] fix leader+j,k
Was flip flopped
This commit is contained in:
parent
908566c256
commit
28bd500fca
1 changed files with 2 additions and 2 deletions
|
@ -109,8 +109,8 @@ vnoremap // y/<C-R>"<CR>
|
|||
nmap <silent> ,/ :nohlsearch<CR>
|
||||
|
||||
nmap <Leader>h ^
|
||||
nmap <Leader>j gg
|
||||
nmap <Leader>k G
|
||||
nmap <Leader>j G
|
||||
nmap <Leader>k gg
|
||||
nmap <Leader>l $
|
||||
|
||||
nmap <Leader>b $%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue