Added tab in vnoremap
This commit is contained in:
parent
f9d408de7a
commit
a8db26b2cb
@ -118,6 +118,10 @@ nmap <leader>c <Plug>Commentary
|
||||
omap <leader>c <Plug>Commentary
|
||||
nmap <leader>cc <Plug>CommentaryLine
|
||||
|
||||
" Tab
|
||||
vnoremap <Tab> >
|
||||
vnoremap <S-Tab> <
|
||||
|
||||
" Status-line
|
||||
set statusline=
|
||||
set statusline+=%#IncSearch#
|
||||
|
Loading…
Reference in New Issue
Block a user