I a using vscodevim
with VS Code
. I have mapped my leader
to comma
:
"vim.leader": ",",
Now when i do f<some_character>;
, it works as expected to go the second matched character. But afterwards, the ,
(comma) does not work as it is being used as leader. We can do F<same_character>
to navigate backward. Is there a way to map backward search (via comma originally) to some other key like \
(slash).