i3, vim, and zsh updates wheee

This commit is contained in:
Dan Buch
2017-08-17 16:31:30 -04:00
parent 0d216fe5c8
commit 2cf9dc1d16
3 changed files with 7 additions and 1 deletions

3
vimrc
View File

@@ -5,6 +5,9 @@ filetype indent on
filetype plugin on
set backspace=indent,eol,start
set backupdir^=~/.vim/_backup//
set cursorline
set cursorcolumn
set directory^=~/.vim/_temp//
set hlsearch
set ignorecase