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