Store undo events persistently in Vim

This commit is contained in:
coolneng 2021-02-05 02:23:10 +01:00
parent 11764c370f
commit e9fdd16727
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 0 deletions

View File

@ -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