diff options
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -12,10 +12,12 @@ filetype plugin on filetype plugin indent on let mapleader = "," -" Save all undo and swapfiles at the same place -set directory^=$HOME/.vim/swap// -set undodir=$HOME/.vim/undo// +" Save all files at the same place +set backupdir=~/.vim/backup// +set directory=~/.vim/backup// +set undodir=~/.vim/backup// set undofile +set backup "set rtp+=/opt/homebrew/opt/fzf let g:fzf_preview = 'cat {}' |
