You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
So I just started using Vim, and GUIs started to feel unusable.
Describe the solution you'd like
Add some of the Vim features:
Esc - command mode
I - insert mode
v - visual mode
We aim to make it better that Vim. And that in these ways:
v - automatically enter command mode before using visual mode
keybinds - keep the classic keybinds, but also use the Vim ones
modes - add a better indicator of the mode
command mode - use the command only when pressing Q and Esc. I chosen this keybind because Q is the closest to Esc on ANY keaboard. e. g. enough close to not feel pain on your fingers.
moving - when pressing Shift and an arrow, automatically select command mode.
And we also want to keep it inside of the GUI.
For the command mode, I would like to, instead of using a bar in the bottom, use a dialog.
This dialog would open only when pressing Esc and Q, because they are very close, and are not a key as F1. Why? This would lead to horrible experience on 65% keyboards(like my Asus ROG Falchion or whatever it's called).
The Vim Mode can be turned on using a setting called vimMode in xedix.xcfg. It would be False by default. Also, I would like to be able to set it from the setup wizard using a custom page using Inno Setup.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
So I just started using Vim, and GUIs started to feel unusable.
Describe the solution you'd like
Add some of the Vim features:
We aim to make it better that Vim. And that in these ways:
moving - when pressing Shift and an arrow, automatically select command mode.
And we also want to keep it inside of the GUI.
For the command mode, I would like to, instead of using a bar in the bottom, use a dialog.
This dialog would open only when pressing Esc and Q, because they are very close, and are not a key as F1. Why? This would lead to horrible experience on 65% keyboards(like my Asus ROG Falchion or whatever it's called).
The Vim Mode can be turned on using a setting called vimMode in xedix.xcfg. It would be False by default. Also, I would like to be able to set it from the setup wizard using a custom page using Inno Setup.
The text was updated successfully, but these errors were encountered: