Replies: 2 comments
-
For example, i wanted to remap As an example my journey to remap i first tried
But that lead to then i tired
But that lead to then i tried something like
That at least parsed, but didn't achieve my goal. After searching around i finally figured out the proper way to remap a key in windowed mode.
I do not believe this is mentioned in the docs, and i don't think it needs to be mentioned since it is a niche keymap. However I believe if there was a way to dump the whole config to stdout or a file, a user would be able to see valid syntax for various modes and other options. I see it as a discoverability feature. |
Beta Was this translation helpful? Give feedback.
-
This was mentioned in #655. It sounds like an easy addition, but I'm not sure how the maintainers feel about it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As a method to add a self-documenting feature, believe it would helpful to add an option to dump the current keymap configuration (or maybe the whole configuration). This would serve 2 purposes
I use a similar option w/ zellij, namely
zellij setup --dump-config
will dump the whole configuration to stdout. This allows me to see all possible keymappings in a properly configured format.Beta Was this translation helpful? Give feedback.
All reactions