diff --git a/vimrc b/vimrc index 6e593ca502368abc4c5b5b86ae87c96da6fdbfab..f2a9418744a1feb251da0bcfe7cbb696d216977d 100644 --- a/vimrc +++ b/vimrc @@ -17,17 +17,17 @@ set spelllang=en_us set laststatus=2 set shiftwidth=4 set tabstop=4 +set gp=grep\ -irn filetype plugin on filetype indent on syntax enable -nnoremap :bnext -nnoremap :bprevious +nnoremap :bnext +nnoremap :bprevious nnoremap :buffers:buffer nnoremap :Explore -nnoremap :Lex " Commenting blocks of code. augroup commenting_blocks_of_code