vim: add ww map

This commit is contained in:
2020-01-10 16:04:12 +00:00
parent 907dd57c92
commit ab92802fad

2
vimrc
View File

@@ -57,6 +57,8 @@ else
map ,e :e <C-R>=expand("%:p:h") . "\\"<CR> map ,e :e <C-R>=expand("%:p:h") . "\\"<CR>
endif endif
map <leader>ww 0v$gq
set backupdir=/tmp//,. set backupdir=/tmp//,.
set directory=/tmp//,. set directory=/tmp//,.