summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinit.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.vim b/init.vim
index 90405c4..ff653a7 100755
--- a/init.vim
+++ b/init.vim
@@ -21,6 +21,7 @@ filetype plugin on
set ttyfast " Speed up scrolling in Vim
set cursorline
set termguicolors " Themes don't seem to work without this.
+set autochdir
" set backupdir=~/.cache/vim " Directory to store backup files.
let mapleader=','