Y
Hacker News
new
|
ask
|
show
|
jobs
by
nicoburns
1539 days ago
If you need to pass lots of arguments to a command it's super useful. Typically I don't do this because it's quite unwieldly with a standard readline editor, but I could if multiline editing was available!
1 comments
chaxor
1539 days ago
Put `set -o vi` in your .bashrc
That's all you need - you don't need a whole program that collects all of your information.
link
That's all you need - you don't need a whole program that collects all of your information.