You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Neovim ";" repeat the last find move, which I use frequently for text editing. I'm wondering if there is a way to remap some key like "<leader>;" to this original functionality of ";". I tried keymap.set("n", "<leader>;", ";", {noremap = false}) but it didn't work.
The text was updated successfully, but these errors were encountered:
In Neovim ";" repeat the last find move, which I use frequently for text editing. I'm wondering if there is a way to remap some key like "<leader>;" to this original functionality of ";". I tried keymap.set("n", "<leader>;", ";", {noremap = false}) but it didn't work.
The text was updated successfully, but these errors were encountered: