aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/init/basic.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/init/basic.vim b/vim/init/basic.vim
index 344b463..09ed985 100644
--- a/vim/init/basic.vim
+++ b/vim/init/basic.vim
@@ -23,11 +23,11 @@
23 23
24let mapleader = "," " Always use comma as leader key 24let mapleader = "," " Always use comma as leader key
25set nocompatible " Disable vi compatible, today is 20XX 25set nocompatible " Disable vi compatible, today is 20XX
26set autochdir " Automatically cd to current file
27set path=.,** " Allow :find with completion 26set path=.,** " Allow :find with completion
28set mouse= " Disable mouse selection 27set mouse= " Disable mouse selection
29set winaltkeys=no " Allow alt key for mapping 28set winaltkeys=no " Allow alt key for mapping
30set cursorline 29set cursorline
30" set autochdir " Automatically cd to current file
31 31
32" Turn persistent undo on 32" Turn persistent undo on
33" means that you can undo even when you close a buffer/VIM 33" means that you can undo even when you close a buffer/VIM