-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved command editing experience #876
Comments
I agree, currently editing experience is very poor.
These example is common for Windows but maybe it can be configurable. |
What does this mean?
|
After the naming scheme from gokcehan#1146, it would seem weird to not have a :cmaps command. This could help with issues like gokcehan#876.
* Make `:maps` work on Windows This makes the `:maps` command from #1146 work on Windows. This (as well as `:maps` itself) is based on @jackielli's work in #1146 and #1152. I intend to refactor the code in this or a separate PR, but I thought I'd submit the critical and simple bit first. * Add `:cmaps` command After the naming scheme from #1146, it would seem weird to not have a :cmaps command. This could help with issues like #876.
Mapping On my terminal backspace is mapped to
Note that Regarding text selection, |
I feel that command input is not really user-friendly. For instance, it doesn't allow marking and jumping between words.
Those features are really essential to input commands conveniently.
Same improvements can be also applied to rename command input and any other input request handler.
The text was updated successfully, but these errors were encountered: