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