Ability to add custom vim binding, possibly reading from vimrc #3620
Unanswered
jernejFilipcic
asked this question in
Ideas
Replies: 2 comments
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
0 replies
|
I also found this because I needed it very much. I used colemak keyboard layout, so if there is nmap, |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
Some of us have custom vim keybindings, to which we are used. I and many others don't use the standard hjkl cursors, but have them mapped on jkl; (personally I have them on jklč, because I have a slovenian keyboard). Intellij reads vim mappings directly from vimrc, sublime and zsh have the possibility to customize them. I miss something like that in insomnia.
Describe the solution you'd like
An .init file with to customize settings, like, in this case,
[noremap č l
noremap l k
noremap k j
noremap j h]
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
All reactions