Hacker News new | ask | show | jobs
by vitiral 868 days ago
Are you using vim to run shell commands?
1 comments

bash has builtin support for vi-style navigation. It's kinda convenient to use same keys to edit shell command string.
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