Smart search for vim

This commit is contained in:
Yash Karandikar 2022-05-23 11:21:08 -05:00
parent c4d3de1bcc
commit d6ac866ac0
2 changed files with 4 additions and 1 deletions

View file

@ -13,4 +13,3 @@ bind x next-window
# initialize plugin manager (this line should always be at the very bottom)
run '~/.tmux/plugins/tpm/tpm'

4
.vimrc
View file

@ -61,3 +61,7 @@ let g:ycm_rust_toolchain_root = "/home/yashkarandikar/.rustup/toolchains/nightly
" Don't autoclose quotes in vim files
let g:autoclose_vim_commentmode = 1
" smart search
set ignorecase
set smartcase