diff --git a/vim/vimrc b/vim/vimrc index 79b1616..1d6262a 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -126,9 +126,9 @@ set nocompatible vnoremap > >gv vnoremap < <gv - " case insensitive searching + " better searching (case insensitive & expand on previous) nnoremap // /\c - nnoremap ?? ?\c + nnoremap /// // " window resizing similar to the way I have tmux set up nnoremap 5+