Looks like what he really needs/wants is an IDE.
Tmux and Vim – better together
61–70 of 297 posts
Re: Tmux and Vim – better together
#62I use vim 7.4 and it segfaults atleast four-five times everyday. I suspect it's some plugin that is causing it to crash but I don't really know. Does it happen to anyone else too? I have mapped Ctrl-C to ESC and I use it often. One specific instance I have seen vim crash is when the cursor is at np.inf and I press Ctrl-C.
Vim has never crashed for me. And I've been using it almost exclusively for almost ten years. I don't use any plugins though. I haven't found a single usable plugin. They are terrible hacks. I figure vim must have an API that's difficult to integrate (it's too general a text editor. Look at the amount of built-in settings that hardly play nice with each other).
Re: Tmux and Vim – better together
#63i used to use tmux but when i migrated to neovim i started using its built in terminal for multiplexing instead.
Re: Tmux and Vim – better together
#64Re: Tmux and Vim – better together
#65Disappointed in Bugsnag for covering such trodden trails for a HN front page grab. Content marketing should have something to do with your business. There are hundreds of blog posts describing this exact setup.
Re: Tmux and Vim – better together
#66All this looks really great, however I think I just can't deal with the effort of maintaining these complex editor configurations anymore. I've been a multi-decade Vim user, until I switched to VSCode last year. It made me realize how much better the user experience can be for an editor. I had all kinds of complex vim configurations and plugins with special cases for linux vs. mac, server vs. desktop, GUI vs. termina…
Same boat. I use Atom with vim keybindings now and I feel much more productive than when I rolled with straight vim + tmux. Great tools, but there are much better options these days.
Re: Tmux and Vim – better together
#67Earlier quoted context omitted.
How do you store them? Just backup into a dotfiles repo or what? I've been looking into dotfiles + gnu stow.
I use a Github repo + gnu stow. I wrote a little post about it ( http://juanda.me/managing-your-dotfiles-with-gnu-stow ). Notice that I've made my dotfiles repo private since then so you can't check it out, but the post still draws the general idea.
Re: Tmux and Vim – better together
#68Disappointed in Bugsnag for covering such trodden trails for a HN front page grab. Content marketing should have something to do with your business. There are hundreds of blog posts describing this exact setup.
What's your indication that this was submitted by bugsnag rather than by an HN member? If you think this or any other submission is inappropriate for HN, please flag it and move on.
Re: Tmux and Vim – better together
#69Disappointed in Bugsnag for covering such trodden trails for a HN front page grab. Content marketing should have something to do with your business. There are hundreds of blog posts describing this exact setup.
Re: Tmux and Vim – better together
#70Neovim got a great builtin terminal emulator so I can just treat it like any other vim panes.