Skip to content

Commit a21eb06

Browse files
committed
Specifying vim swap file directory
1 parent 575850d commit a21eb06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_vimrc-personal

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
" View custom vimrc files
77
:nmap <Leader>v :NERDTree $HOME/dot-files/vimrc/<CR>
88

9+
" Specify swap dirctory
10+
:set directory=~/work/
11+
912
" Load important files
1013
nnoremap <Leader>f <Esc>:e $HOME/Desktop/finances.txt.gpg<CR>
1114
nnoremap <Leader>i <Esc>:e $HOME/Desktop/internet_accounts.txt.gpg<CR>

0 commit comments

Comments
 (0)