diff --git a/.vimrc b/.vimrc index 5ec13e8..870aac6 100644 --- a/.vimrc +++ b/.vimrc @@ -156,6 +156,9 @@ set nobackup set nowb set noswapfile +" Turn off undo file, keep annoying "un~" file away +set noundofile + """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Text, tab and indent related