arrow.nvim icon indicating copy to clipboard operation
arrow.nvim copied to clipboard

How to map some key to original functionality of leader key

Open suzhiking opened this issue 1 year ago • 0 comments

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.

suzhiking avatar Nov 06 '24 01:11 suzhiking