From 6edb18aa0751b98e96dcedfab672f01279deadeb Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Fri, 22 Aug 2014 14:14:45 -0400 Subject: [PATCH] Made changes --- shells/zshrc | 1 + vim/vimrc | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/shells/zshrc b/shells/zshrc index 4d6cd92..51db392 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -47,6 +47,7 @@ HIST_STAMPS="mm/dd/yyyy" plugins=(git) source $ZSH/oh-my-zsh.sh +source /etc/zsh_command_not_found # User configuration diff --git a/vim/vimrc b/vim/vimrc index 8858967..fbcf8f7 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -130,6 +130,8 @@ vnoremap [egv vnoremap ]egv nnoremap / /\v vnoremap / /\v +inoremap jk a +inoremap kj a set guicursor+=n-v-c:blinkon0 set formatoptions-=r set formatoptions-=o @@ -169,6 +171,7 @@ set t_Co=256 set gdefault set nocompatible set rtp+=~/.vim/bundle/vundle/ +set ignorecase syntax on let g:airline_left_sep='▶' let g:airline_right_sep='◀' @@ -296,7 +299,9 @@ Bundle 'sirver/UltiSnips' Bundle 'honza/vim-snippets' " | https://github.com/honza/vim-snippets Bundle 'Shougo/neocomplete.vim' - " | https://github.com/Shougo/neocomplete.vim + "Autocompletes | https://github.com/Shougo/neocomplete.vim +Bundle 'othree/eregex.vim' + "Real regexes in vim | https://github.com/othree/eregex.vim " | "DO NOT DELETE LINE ABOVE OR \bun WILL BREAK filetype plugin indent on