I'm looking forward to the combination of Tmux and Neovim. Both (will) support detached/shared sessions, both are scriptable/configurable, both can be driven by a remote process. I believe with Tmux and Neovim you could put together anything from a simple test/editing environment to a full-blown IDE.
But you can already script vim...
Tmux 2.0 released
51–60 of 221 posts
Re: Tmux 2.0 released
#52For those who are just getting started with tmux: I advise looking around others' .tmux.conf files for some sensible settings. Like Vim, Tmux ships with a lot of powerful features disabled by default. My absolute favorite has to be binding a hotkey to opening URLs in the current window [0]. See [1] for a small demo I just recorded. To get started, here's my current config: [1] [0]: https://github.com/jbnicolai/tmux/b…
z
So you can remove this line from your config:
https://github.com/jbnicolai/tmux/blob/master/.tmux.conf#L98
Re: Tmux 2.0 released
#53Earlier quoted context omitted.
Because it's how 99% of websites get their funding, allowing them to survive. Why have an adblocker installed when you can avoid the sites with obnoxious adverts?
Sometimes I have to get useful tools from them....like tmux. As to why I use Adblock, I've never. Not once. Ever. Bought anything from an ad on a website. I _have_ bought books and such from the referral links on blogs (which adblock doesn't block). The reason I use adblock is because I'm not the demographic ads on websites are targeting. So websites aren't losing any revenue by me not seeing their ads.
Re: Tmux 2.0 released
#54Earlier quoted context omitted.
You use ctl+s as your bind?
I use ctrl+s on my local config and I use ctrl+a on my remote tmux.conf's. That way I can attach to a remote tmux in a local session and not produce a terminal muxing singularity that swallows worlds.
Re: Tmux 2.0 released
#55Earlier quoted context omitted.
Because it's how 99% of websites get their funding, allowing them to survive. Why have an adblocker installed when you can avoid the sites with obnoxious adverts?
Sometimes I have to get useful tools from them....like tmux. As to why I use Adblock, I've never. Not once. Ever. Bought anything from an ad on a website. I _have_ bought books and such from the referral links on blogs (which adblock doesn't block). The reason I use adblock is because I'm not the demographic ads on websites are targeting. So websites aren't losing any revenue by me not seeing their ads.
The "sometimes" you talk about should just be with ads on. it won't hurt much, because it's just sometimes.
Re: Tmux 2.0 released
#56It makes me sad to see a respectable piece of open source software hosted on this site with its intrusive advertising practices such as ads with fake "install" buttons on the download page. What is the advantage of using Sourceforge these days when github and bitbucket are free for open source?
SourceForge itself is free software. I think that's one possible reason to use it rather than GitHub or else. The other possible is that SourceForge provide mailing list server and other service for projects. Anyway, you won't move a project around unless you have some strong motivations.
Re: Tmux 2.0 released
#57Earlier quoted context omitted.
Because it's how 99% of websites get their funding, allowing them to survive. Why have an adblocker installed when you can avoid the sites with obnoxious adverts?
Sometimes I have to get useful tools from them....like tmux. As to why I use Adblock, I've never. Not once. Ever. Bought anything from an ad on a website. I _have_ bought books and such from the referral links on blogs (which adblock doesn't block). The reason I use adblock is because I'm not the demographic ads on websites are targeting. So websites aren't losing any revenue by me not seeing their ads.
What do you gain by blocking adverts? An extra 150K from your data plan?
>websites aren't losing any revenue by me not seeing their ads.
This argument is a little too close to justifying piracy for my liking. "I wasn't going to buy it anyway, so it's fine"
Re: Tmux 2.0 released
#58I use tmux all the time, but I've read about dtach/dvtm. http://www.brain-dump.org/projects/dvtm/#why Anyone using that instead ?
Re: Tmux 2.0 released
#59For those who are just getting started with tmux: I advise looking around others' .tmux.conf files for some sensible settings. Like Vim, Tmux ships with a lot of powerful features disabled by default. My absolute favorite has to be binding a hotkey to opening URLs in the current window [0]. See [1] for a small demo I just recorded. To get started, here's my current config: [1] [0]: https://github.com/jbnicolai/tmux/b…
You use ctl+s as your bind?
Re: Tmux 2.0 released
#60I'm looking forward to the combination of Tmux and Neovim. Both (will) support detached/shared sessions, both are scriptable/configurable, both can be driven by a remote process. I believe with Tmux and Neovim you could put together anything from a simple test/editing environment to a full-blown IDE.
Well, no need to really look forward... You already have every one of those capabilities with Emacs. >you could put together anything from a simple test/editing environment to a full-blown IDE. People already do this with Emacs.