Auto cd into wiki
This commit is contained in:
5
.vim/after/plugin/wiki.vim
Normal file
5
.vim/after/plugin/wiki.vim
Normal file
@@ -0,0 +1,5 @@
|
||||
" " Change local buffer to directory of current file after the plugin has loaded
|
||||
autocmd VimEnter * lcd %:p:h
|
||||
|
||||
" " Override wiki index mapping to also cd into the wiki
|
||||
nm <leader>ww <Plug>(wiki-index) \| :lcd %:p:h<cr>
|
||||
Reference in New Issue
Block a user