From d6ac866ac03947e77335b6c1329843806476ef45 Mon Sep 17 00:00:00 2001 From: Yash Karandikar Date: Mon, 23 May 2022 11:21:08 -0500 Subject: [PATCH] Smart search for vim --- .tmux.conf | 1 - .vimrc | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 3758681..890f372 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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' - diff --git a/.vimrc b/.vimrc index 5132c03..2292299 100644 --- a/.vimrc +++ b/.vimrc @@ -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