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 remap sexp #123

Open
spicyfalafel opened this issue Feb 26, 2023 · 0 comments
Open

How to remap sexp #123

spicyfalafel opened this issue Feb 26, 2023 · 0 comments

Comments

@spicyfalafel
Copy link

I'm using AstroLinux and I have my key mappings for vim sexp plugin.

["<leader>("] = { "<Plug>(sexp_round_head_wrap_list)", desc = "wrap(" },

I'm trying to use in Nyoom:

(map! [n] "<leader>)" "<CMD><Plug>(sexp_round_head_wrap_list)<CR>" {:desc "wrap("})
;; or
(map! [n] "<leader>)" "<Plug>(sexp_round_head_wrap_list)" {:desc "wrap("})

But it doesn't work.
Also calling :<Plug>(sexp_round_head_wrap_list) is not working.
How to remap sexp?

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