Y
Hacker News
new
|
ask
|
show
|
jobs
by
vitiral
868 days ago
Are you using vim to run shell commands?
1 comments
bvrmn
868 days ago
bash has builtin support for vi-style navigation. It's kinda convenient to use same keys to edit shell command string.
link
allan_s
868 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