Earlier quoted context omitted.
Are you sure you don't have any ad blocker installed?
A reasonable followup question why wouldn't one have an ad blocker installed?
Tmux 2.0 released
41–50 of 221 posts
Re: Tmux 2.0 released
#42Re: Tmux 2.0 released
#43It 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?
Re: Tmux 2.0 released
#44I'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...
Re: Tmux 2.0 released
#45Earlier quoted context omitted.
I do. It's closer to the prefix/leader I was used to when using screen ( ), and I find it easier to type.
Why not use C-a?
When using both, especially nested, I found it beneficial to have a different leader for each.
I also use to go to the start of the line, so I'd miss that.
Re: Tmux 2.0 released
#46Re: Tmux 2.0 released
#47Earlier quoted context omitted.
I do. It's closer to the prefix/leader I was used to when using screen ( ), and I find it easier to type.
Ahhhh. Maybe I'll switch from to , I still miss using in Vim to increment integers!
Re: Tmux 2.0 released
#48 bind-key -t vi-copy Y copy-end-of-line \; run-shell "reattach-to-user-namespace -l zsh -c 'tmux save-buffer - | pbcopy'"Re: Tmux 2.0 released
#49For 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?
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
#50Does anyone else wish tmux were modal like vim, ie. without a "leader" key? My conf file has a ton of custom key bindings for window / pane management, and I'd love for them to go away or become simplified by simply dropping into a "window management mode". Likewise, I'd like the command mode to stay open until I close it. I have some scripted hacks to do this, but it's nowhere near what I'd expect from true modality…