Store undo events persistently in Vim
This commit is contained in:
parent
11764c370f
commit
e9fdd16727
|
@ -13,6 +13,8 @@ set directory=~/.cache
|
|||
""Ignore case and highlight matches when searching
|
||||
set ignorecase
|
||||
set hlsearch
|
||||
""Persistent undo
|
||||
set undofile
|
||||
""Resize line number colum
|
||||
set numberwidth=2
|
||||
""Keybindings
|
||||
|
|
Loading…
Reference in New Issue