Skip to content

Commit

Permalink
vim: must set ignorecase before setting smartcase (#9)
Browse files Browse the repository at this point in the history
* Set smartcase for vim search

* vim: must set ignorecase before setting smartcase
  • Loading branch information
rounakdatta authored Jan 12, 2024
1 parent db840ff commit b71df6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/vim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
let &t_EI = "\<esc>[2 q"
set backspace=2
set ignorecase
set smartcase
'';
};
Expand Down

0 comments on commit b71df6a

Please sign in to comment.