Timeline for Using VI keys to edit shell commands in UNIX
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 13, 2012 at 23:53 | comment | added | Gilles 'SO- stop being evil' |
@KeithThompson Zsh defaults to vi editing mode if $EDITOR contains vi. I think it's the only shell that does this.
|
|
| Jul 13, 2012 at 19:58 | comment | added | Keith Thompson |
That sets your default editor (for commands that pay attention to $EDITOR) to vi. It doesn't let you edit shell commands with vi (at least not directly).
|
|
| Jul 13, 2012 at 19:55 | history | migrated | from stackoverflow.com (revisions) | ||
| Jul 13, 2012 at 18:52 | history | answered | questionersam | CC BY-SA 3.0 |