diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-06-24 23:04:14 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-06-24 23:04:14 +0800 |
commit | 5c0825e168139618b930a603b2321f35cec12d76 (patch) | |
tree | e1b8746c8611a5e798a42024e09ebf2bf278a95a /vim/init/basic.vim | |
parent | 11863aa710ab0626eb76648d101854a481664a34 (diff) |
Update
Diffstat (limited to 'vim/init/basic.vim')
-rw-r--r-- | vim/init/basic.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/init/basic.vim b/vim/init/basic.vim index d90bfc0..a6d07dc 100644 --- a/vim/init/basic.vim +++ b/vim/init/basic.vim | |||
@@ -27,6 +27,7 @@ set path=.,** " Allow :find with completion | |||
27 | set mouse= " Disable mouse selection | 27 | set mouse= " Disable mouse selection |
28 | set winaltkeys=no " Allow alt key for mapping | 28 | set winaltkeys=no " Allow alt key for mapping |
29 | set cursorline | 29 | set cursorline |
30 | set whichwrap=b,s | ||
30 | " set autochdir " Automatically cd to current file | 31 | " set autochdir " Automatically cd to current file |
31 | 32 | ||
32 | " Turn persistent undo on | 33 | " Turn persistent undo on |