arrow.nvim
arrow.nvim copied to clipboard
How to map some key to original functionality of leader key
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.