TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: why use tmux if iterm2 provides tabbed windows

2 点作者 jethrokuan将近 13 年前
It's personally more intuitive to navigate tabs using iterm and tmux just makes the screen space so limited. If I don't do pair programming is it recommended to just use iterm?

2 条评论

readme将近 13 年前
I like tmux because I can do everything without my hands leaving the keyboard. I vaguely recall trying iterm2.<p>Also, tmux is much like GNU screen. I can run a remote tmux session on a server, detach it, then ssh back in and get right back into that same session later (tmux &#38;&#38; C-b D then tmux attach)
评论 #4091992 未加载
jasonz将近 13 年前
tmux really shines for me when starting or switching between projects. I can fire up a rails app with a single command and have all the tabs I like ready to go. Check out prag prog's tmux book for a quick intro: <a href="http://pragprog.com/book/bhtmux/tmux" rel="nofollow">http://pragprog.com/book/bhtmux/tmux</a><p>Also, tmuxinator is a nice addition if you do start using tmux. <a href="https://github.com/aziz/tmuxinator" rel="nofollow">https://github.com/aziz/tmuxinator</a>
评论 #4093148 未加载