TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Essential Habits for Highly Productive Linux Command-Line Use

11 pointsby robertelderover 5 years ago

1 comment

throwlaplaceover 5 years ago
didn&#x27;t know about alt+. cool. here&#x27;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.