Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to map some key to original functionality of leader key #94

Open
BeginningGradeMaker opened this issue Nov 6, 2024 · 0 comments
Open

Comments

@BeginningGradeMaker
Copy link

BeginningGradeMaker commented Nov 6, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant