Skip to content

How to reliably set keymaps when loading LuaSnip via Lazy.nvim #1262

Answered by goerz
goerz asked this question in Q&A
Discussion options

You must be logged in to vote

Okay, figured it out. First, I didn't realize that :verbose map <C-K> does not include Input-mode mapping (only Normal, Visual, Select, Operator-pending). So, the appropriate command is :verbose imap <C-K and that revealed a conflict with the emacs-bindings.nvim plugin, which I had forgotten about.

Restricting emacs-bindings.nvim to command mode solved the problem.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by goerz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant