mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-19 04:57:22 +00:00
Change default vim search behavior
This commit is contained in:
parent
2bff8153df
commit
dfdabf9214
1 changed files with 2 additions and 0 deletions
2
.vimrc
2
.vimrc
|
|
@ -64,6 +64,8 @@ set shiftwidth=0
|
||||||
set expandtab
|
set expandtab
|
||||||
set textwidth=100
|
set textwidth=100
|
||||||
set cmdheight=2
|
set cmdheight=2
|
||||||
|
set ignorecase
|
||||||
|
set smartcase
|
||||||
|
|
||||||
nnoremap <C-p> :FZF<cr>
|
nnoremap <C-p> :FZF<cr>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue