fix vim undo

This commit is contained in:
2026-03-31 09:05:33 +09:00
parent b236bd3630
commit a018bce06e
2 changed files with 5 additions and 0 deletions

2
.vimrc
View File

@@ -25,6 +25,8 @@ set backspace=indent,eol,start
set clipboard=unnamed
set mouse=a
set ttimeoutlen=10
set undofile
set undodir=~/.vim/undo
let g:autosave = 1
nnoremap Q :q!<CR>