[vim] <Leader>b to better brace matching
Jumps to the end of the line and then does the matching from there. Saves the extra jump when trying to jump between conditionals that use braces
This commit is contained in:
parent
480175b4b3
commit
29c9ab308a
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,8 @@ nmap <Leader>j gg
|
||||||
nmap <Leader>k G
|
nmap <Leader>k G
|
||||||
nmap <Leader>l $
|
nmap <Leader>l $
|
||||||
|
|
||||||
|
nmap <Leader>b $%
|
||||||
|
|
||||||
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