-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
Risky switch-to-command-mode vi binding #338
Comments
Oh wow, it's worse than I thought. Because of these bindings, when you type 'j' or 'k', the ZLE pauses momentarily and the character doesn't appear immediately -- to see if you'll type the second character. That's very silly |
Neither |
I'm open to removing them if there are votes to do so. |
+1 Pauses slightly indeed. Characters appear immediately if you directly type another letter after the |
Just ran into this the hard way, we have a guy whose git alias is dijkstra, and I cannot get to his repositories because the I get "dtra"... Please remove these aliases... |
+1 If I repeat the keystroke |
Ok. I'll remove it. |
* https://github.com/sorin-ionescu/prezto: [Fix sorin-ionescu#347] Move 'users' from tag-order to group-order Add an alias to ammend a git commit, including the message Update external syntax-highlighting Update external completions [Fix sorin-ionescu#348] Clarify how GNU utilities are wrapped [Fix sorin-ionescu#338] Remove vi jk and kj bindings Check for the existence of .zcompdump before compiling Fix auto completion for SSH hosts when saved with a non-standard port [Fix sorin-ionescu#335] Prevent rbenv from hashing gems at startup Fix a typo in git documentation
* 'master' of https://github.com/Bklyn/prezto: [Fix sorin-ionescu#347] Move 'users' from tag-order to group-order Add an alias to ammend a git commit, including the message Update external syntax-highlighting Update external completions [Fix sorin-ionescu#348] Clarify how GNU utilities are wrapped [Fix sorin-ionescu#338] Remove vi jk and kj bindings Check for the existence of .zcompdump before compiling Fix auto completion for SSH hosts when saved with a non-standard port [Fix sorin-ionescu#335] Prevent rbenv from hashing gems at startup Fix a typo in git documentation
escape semicolon in _adb devices list. Fixes sorin-ionescu#338
Instead, use the %N prompt expando, as suggested by Bart in users/21637. Avoid the `print -P %N` syntax to save a fork on Cygwin, at the expense of not supporting zsh's from 2001 through c. 2004 vintages. Fixes sorin-ionescu#338.
I gotta say I laughed when I saw this in the editor module:
Cute, but doesn't belong in a useful project like this one. Can you really say that users won't ever intend to type "jk" at the command line? For example, a filename could contain these characters. We probably shouldn't surprise users like that.
The text was updated successfully, but these errors were encountered: