Change default vim search behavior

This commit is contained in:
mitchell 2021-03-04 21:09:22 -05:00
parent 2bff8153df
commit dfdabf9214
1 changed files with 2 additions and 0 deletions

2
.vimrc
View File

@ -64,6 +64,8 @@ set shiftwidth=0
set expandtab
set textwidth=100
set cmdheight=2
set ignorecase
set smartcase
nnoremap <C-p> :FZF<cr>