Skip to content

Commit

Permalink
Set smartcase for vim search (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
rounakdatta authored Jan 12, 2024
1 parent 584077f commit db840ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configs/fish/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ in
''
else
''
''
''
)
+
''
Expand Down
1 change: 1 addition & 0 deletions configs/vim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
let &t_EI = "\<esc>[2 q"
set backspace=2
set smartcase
'';
};
}

0 comments on commit db840ff

Please sign in to comment.