,w to jump to tag in tab
This commit is contained in:
parent
a53d75e74e
commit
af18bdb0e7
3
vimrc
3
vimrc
@ -63,7 +63,6 @@ if has("gui_running")
|
|||||||
runtime ftplugin/man.vim
|
runtime ftplugin/man.vim
|
||||||
nmap K :Man <cword><CR>
|
nmap K :Man <cword><CR>
|
||||||
set lines=50
|
set lines=50
|
||||||
map ,w :winpos 769 153
|
|
||||||
set scrolloff=8
|
set scrolloff=8
|
||||||
if &diff
|
if &diff
|
||||||
set columns=175
|
set columns=175
|
||||||
@ -89,7 +88,7 @@ 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
|
" jump to tag in a new tab
|
||||||
"map :tab :tag
|
map ,w :tab :tag
|
||||||
"nnoremap <silent> <F8> :TlistToggle<CR>
|
"nnoremap <silent> <F8> :TlistToggle<CR>
|
||||||
" re-indent the following line how vim would automatically do it
|
" re-indent the following line how vim would automatically do it
|
||||||
map ,j Ji
|
map ,j Ji
|
||||||
|
Loading…
x
Reference in New Issue
Block a user