diff options
Diffstat (limited to '')
-rw-r--r-- | vimrc_geohot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vimrc_geohot b/vimrc_geohot index 16bf188..688a9bf 100644 --- a/vimrc_geohot +++ b/vimrc_geohot @@ -1,6 +1,8 @@ syntax on filetype plugin indent on "load plugin and indent files associated a detected filetype +set backspace=indent,eol,start " more powerful backspacing +set nocompatible set showmatch "highlights matching brackets on cursor hover set tabstop=4 set shiftwidth=4 @@ -20,6 +22,7 @@ set splitright " split new to the right when doing vertical set path+=** set nocp set t_Co=256 +set grepprg=/usr/local/bin/ag "" Quick Editing vimrc nnoremap <leader>ev <C-w>s<C-w>j<C-w>L:e $MYVIMRC<cr> |