TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Essential Habits for Highly Productive Linux Command-Line Use
11 points
by
robertelder
over 5 years ago
1 comment
throwlaplace
over 5 years ago
didn't know about alt+. cool. here's a useful one for long one offs<p><pre><code> export EDITOR=vim ctrl+x+e </code></pre> now you can edit the command in vim and it will run on exit.