✨ Vim tip for today
The `smartcase` option enables case sensitivity only when the pattern contains uppercase characters. You can still enforce case sensitivity for lowercase patterns by adding \C.
#vim #neovim
The `smartcase` option enables case sensitivity only when the pattern contains uppercase characters. You can still enforce case sensitivity for lowercase patterns by adding \C.
#vim #neovim
Comments