Vim :set ignorecase command do not affect "f" and "t" motion commands in my vim config.
Is there any option or hack that makes this commands to ignore case?
|
Vim Is there any option or hack that makes this commands to ignore case?
| ||||
|
feedback
|
|
I would suggest something like:
| |||
feedback
|
|
I don't think you can make it ignore case on all commands. However, for your purposes, remapping the keys would get the desired result. You can do this by adding the following to your .vimrc file:
| |||||
feedback
|