Y
Hacker News
new
|
ask
|
show
|
jobs
by
bvrmn
865 days ago
bash has builtin support for vi-style navigation. It's kinda convenient to use same keys to edit shell command string.
1 comments
allan_s
865 days ago
Also you can (at least in zsh) hit a shortcut to open the current line in $EDITOR when your one liner starts to get a bit long
link