diff options
Diffstat (limited to '.vim/init.vim')
| -rw-r--r-- | .vim/init.vim | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.vim/init.vim b/.vim/init.vim index e2d6ca4..fa80da8 100644 --- a/.vim/init.vim +++ b/.vim/init.vim @@ -340,12 +340,7 @@ augroup SpecialBuffers au FileType gitmessengerpopup nmap <buffer><esc> <Plug>(git-messenger-close) au FileType vista nmap <buffer><space> :wincmd p<CR> au FileType help,qf,vista nmap <silent><buffer>q <c-w><c-q> - - au FileType vimwiki - \ if filereadable(expand('%')) && line('$') == 1 && getline(1) == '' - \ | read !zet new - \ | endif - au FileType vimwiki Vista!! + " au FileType vimwiki call vista#sidebar#ToggleFocus() augroup END " augroup AutoSaveFolds |