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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: tmux.nvim – turning Neovim into a terminal multiplexer

53 点作者 spywhere大约 3 年前

8 条评论

freedomben大约 3 年前
I currently use tmux and vim all day every day, including as my dev environment (if I&#x27;m not in a browser). Are there any advantages to this?<p>My initial thought is that having vim inside a terminal session is a better organization model than having a terminal session inside of a vim pane, but maybe that&#x27;s just because it&#x27;s how I&#x27;ve worked for 20 years so it&#x27;s what I&#x27;m used to.<p>I know that some vim users prefer to run commands from inside vim. Is that the type of people this project is aimed at?
评论 #30977814 未加载
评论 #30974364 未加载
评论 #30974001 未加载
评论 #30975608 未加载
pilgrimfff大约 3 年前
nvim inside of tmux is my go-to development environment (i.e. <a href="https:&#x2F;&#x2F;matt-w.net&#x2F;blog&#x2F;workspace-management&#x2F;" rel="nofollow">https:&#x2F;&#x2F;matt-w.net&#x2F;blog&#x2F;workspace-management&#x2F;</a>), so I&#x27;ll definitely need to check this out.<p>Doesn&#x27;t support detachable sessions yet, though. That&#x27;s a core requirement for me, so it&#x27;ll need to wait for Neovim 0.7.
joshbode大约 3 年前
I use vmux (<a href="https:&#x2F;&#x2F;github.com&#x2F;jceb&#x2F;vmux&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jceb&#x2F;vmux&#x2F;</a>) to redirect all files opened for editing (via nvim some_file.ext) from any tmux window to a single Neovim session.
Galanwe大约 3 年前
Honest question: I don&#x27;t question the positive impact nvim had on vim&#x27;s development and improvement. It really fostered new ideas and was key in pushing parallel module runtime.<p>Is there a point to switching to nvim now though, with vim 8 available everywhere? What does nvim brings?
评论 #30974197 未加载
encryptluks2大约 3 年前
While tmux has issues this would likely be the opposite of what I want because now my processes are reliant on vim. There is zellij if you want a fast Rust-based alternative to tmux.
评论 #30973118 未加载
评论 #30973878 未加载
wyclif大约 3 年前
I get that this is under development, but at this point is this really more effective or smoother in terms of workflow than just using standalone neovim and tmux?
评论 #30974380 未加载
leephillips大约 3 年前
Can you explain what this does for me that I don’t get now by using [n]vim’s built-in terminal command? I couldn’t tell from your github page.
dingleberry大约 3 年前
what will happen if i logged out incidentally from my server?<p>with tmux i can just relogin and attach