只保留当前tab,以及重新加载所有窗口

This commit is contained in:
hophacker 2018-08-09 12:33:44 +08:00
parent a7dd47994d
commit a35c268b0a

3
vimrc
View File

@ -88,7 +88,8 @@ nnoremap p p=`]<C-o>
nnoremap P P=`]<C-o>
" Refresh all files
nnoremap R :bufdo edit<CR>
nnoremap <LocalLeader>r :bufdo edit<CR>
nnoremap <LocalLeader>t :tabo<CR>
filetype plugin on