[vim] fix leader+j,k

Was flip flopped
This commit is contained in:
Josh Sherman 2017-05-26 13:27:05 -05:00
parent 908566c256
commit 28bd500fca
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -109,8 +109,8 @@ vnoremap // y/<C-R>"<CR>
nmap <silent> ,/ :nohlsearch<CR> nmap <silent> ,/ :nohlsearch<CR>
nmap <Leader>h ^ nmap <Leader>h ^
nmap <Leader>j gg nmap <Leader>j G
nmap <Leader>k G nmap <Leader>k gg
nmap <Leader>l $ nmap <Leader>l $
nmap <Leader>b $% nmap <Leader>b $%