vimrc: enable autochdir

This commit is contained in:
surtur 2022-10-30 03:42:58 +01:00
parent a1109e786b
commit b9253544f3
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

@ -1201,6 +1201,8 @@ set ttymouse=sgr " falls back to xterm,xterm2
set mouse=a " enable mouse in n,v,i,c,h modes
set t_RV=
" automatically cd (autocd) to dir current file is in
set autochdir
" persistent undo history (even if close buffer)
" Save undos after file closes