[vim] <Leader>h,j,k,l to jump further
<Leader>h - First non-blank charater of line <Leader>j - Beginning of buffer <Leader>k - End of buffer <Leader>l - End of line
This commit is contained in:
parent
ffd398279f
commit
480175b4b3
1 changed files with 4 additions and 1 deletions
|
@ -108,7 +108,10 @@ vmap <C-v> <Plug>(expand_region_shrink)
|
||||||
vnoremap // y/<C-R>"<CR>
|
vnoremap // y/<C-R>"<CR>
|
||||||
nmap <silent> ,/ :nohlsearch<CR>
|
nmap <silent> ,/ :nohlsearch<CR>
|
||||||
|
|
||||||
nnoremap <Leader>h <Esc>:call ToggleHardMode()<CR>
|
nmap <Leader>h ^
|
||||||
|
nmap <Leader>j gg
|
||||||
|
nmap <Leader>k G
|
||||||
|
nmap <Leader>l $
|
||||||
|
|
||||||
nnoremap <Leader>[ :bprevious<CR>
|
nnoremap <Leader>[ :bprevious<CR>
|
||||||
nnoremap <Leader>] :bnext<CR>
|
nnoremap <Leader>] :bnext<CR>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue