Implement auto-chdir option
This commit is contained in:
@ -2556,6 +2556,19 @@ before the plugin loads. >
|
||||
|
||||
The default is '<Leader>w'.
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
*g:vimwiki_auto_chdir*
|
||||
|
||||
When set to 1, enables auto-cd feature. Whenever vimwiki page is opened,
|
||||
vimwiki performs an |:lcd| to the vimwiki folder to where the page belongs.
|
||||
|
||||
|
||||
Value Description~
|
||||
0 Do not change directory.
|
||||
1 Change directory to vimwiki folder on opening page.
|
||||
|
||||
Default: 0
|
||||
|
||||
|
||||
==============================================================================
|
||||
13. Miscellaneous *vimwiki-misc*
|
||||
|
Reference in New Issue
Block a user