Fix vim backpu dir, change bg
j3s j3s@c3f.net
Tue, 24 Dec 2019 14:38:12 -0600
2 files changed,
2 insertions(+),
6 deletions(-)
M
.config/sway/config
→
.config/sway/config
@@ -224,7 +224,7 @@ status_command while ~/.config/sway/status; do sleep 1; done
colors { statusline #ffffff - background #323232 + background #000000 inactive_workspace #32323200 #32323200 #5c5c5c } }
M
.vimrc
→
.vimrc
@@ -27,11 +27,7 @@ set nobackup
" use rename-and-write-new method whenever safe set backupcopy=auto " patch required to honor double slash at end -if has("patch-8.1.0251") - " consolidate the writebackups -- not a big - " deal either way, since they usually get deleted - set backupdir^=~/.vim/backup// -end +set backupdir^=~/.vim/backup// " persist the undo tree for each file set undofile