added ctrl-] vim keybinding
This commit is contained in:
parent
85f7b26865
commit
d17e7bccfc
2
.vimrc
2
.vimrc
@ -128,6 +128,8 @@ map ,T :tabp
|
|||||||
map ,s mz:%s/\v\s+$//
'z
|
map ,s mz:%s/\v\s+$//
'z
|
||||||
map ,f :set ts=8
:retab
:set ts=4
|
map ,f :set ts=8
:retab
:set ts=4
|
||||||
map ,C ggVGc
|
map ,C ggVGc
|
||||||
|
" jump to tag in a new tab
|
||||||
|
map :tab :tag
|
||||||
|
|
||||||
" highlight characters past column 80
|
" highlight characters past column 80
|
||||||
map ,L :highlight TooLong guibg=lightyellow
:match TooLong '\%>80v.*.$'
|
map ,L :highlight TooLong guibg=lightyellow
:match TooLong '\%>80v.*.$'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user