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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Developing on VPS with Vim and tmux?

1 点作者 microman大约 10 年前
I&#x27;m a freelance web developer. I primarily develop locally using Sublime Text 3 but I&#x27;d love to change this and be able to develop entirely remotely on a VPS. I&#x27;ve tried a couple of times to get into using Vim but I&#x27;ve found it quite difficult.<p>How many others are developing like this and what tools and resources can you recommend?

3 条评论

smileart大约 10 年前
I&#x27;m a Ruby developer and 100% of my workflow I spend in the Vagrant with the Ubuntu server and zsh&#x2F;tmux&#x2F;vim environment which is virtually the same what you are talking about here. I use my own dotfiles <a href="https://github.com/smileart/omg/tree/develop" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;smileart&#x2F;omg&#x2F;tree&#x2F;develop</a> setup (still quite peculiar and raw but can be used as a source of inspiration for your own installation).<p>I suggest starting with basic operations in the vim without learning all the possible key bindings and plugins and then quite slowly googling or asking someone all your practical questions and emerging issues as they appear (based on the premise that everything is possible and there are always more than one good way of doing things). Like: how to quit, how to delete a line, how to search for something, how to replace&#x2F;select&#x2F;move and so on and so forth. It would help you to know just what you need and not to distract yourself with learning excess things.<p>Then start to explore possibilities and useful plugins for your language and particular case. Good resource for it is: <a href="http://vimawesome.com" rel="nofollow">http:&#x2F;&#x2F;vimawesome.com</a> Then you will form your own setup and configuration and since then there is no way back :D<p>Good luck!
dean大约 10 年前
After you&#x27;re done with vimtutor, check out the book &#x27;Practical Vim&#x27; by Drew Neil. Also check out his vimcasts.org site, which has some great screencasts for free.
anonfunction大约 10 年前
I&#x27;d start with `vimtutor` and <a href="http://tmuxcheatsheet.com/" rel="nofollow">http:&#x2F;&#x2F;tmuxcheatsheet.com&#x2F;</a>