Eliminate annoying ~ files
parent
088b5d7c6c
commit
8eac61ff94
|
@ -8,6 +8,8 @@ set incsearch
|
||||||
set colorcolumn=80
|
set colorcolumn=80
|
||||||
" Open windows with `:vsplit` on the right instead of the left
|
" Open windows with `:vsplit` on the right instead of the left
|
||||||
set splitright
|
set splitright
|
||||||
|
" Backups are annoying. Use Mercurial!
|
||||||
|
set nobackup
|
||||||
|
|
||||||
" Use a dark theme for console editing
|
" Use a dark theme for console editing
|
||||||
colorscheme torte
|
colorscheme torte
|
||||||
|
|
Reference in New Issue