2014年10月29日 星期三

[Vim] Undo your changes even after quitting the VIM editor after the version of vim 7.3

vim ~/.vimrc or ~/.vim/vimrc

" Undo file even quit vim {
set undofile
set undodir=/tmp
" }

Save and close the file.
:wq

Reference:

1. 37. Undo your changes even after quitting the VIM editor

0 意見:

張貼留言