Built-in insert mode bindings listed as normal mode bindings? #499
-
I apologize for the brief post, but I'm not sure exactly what information is relevant here for diagnosing the issue, it seems to possibly just be the default behaviour. I also looked through the Github issues and discussions and couldn't find anything mentioning this. I'm not the most experienced when it comes to Neovim and Vim in general, so it's possible I'm misunderstanding something here. Here's the problem:
Is there any way to fix this in an efficient way? Do I have to redefine all the default insert mode commands in Legendary to tell the plugin that they're insert mode commands? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It's probably just an oversight, since I copied the builtins from somwhere (I forget where, maybe Some of them are marked properly, some aren't. I would appreciate a PR if you'd like to fix them! They are in |
Beta Was this translation helpful? Give feedback.
It's probably just an oversight, since I copied the builtins from somwhere (I forget where, maybe
cheatsheet.nvim
or something?).Some of them are marked properly, some aren't.
I would appreciate a PR if you'd like to fix them! They are in
./lua/legendary/data/builtins.lua