Auto cd into wiki

master
Hektor Misplon 2023-04-29 17:45:05 +02:00
parent ef1643b0e9
commit 32545b5cb0
1 changed files with 5 additions and 0 deletions

View 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>