Live data from Hacker News

Tmux 2.0 released

sourceforge.net

41–50 of 221 posts

Re: Tmux 2.0 released

#41

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?

If you're developing anything for the web that might involve advertising, and even certain things that don't, it makes it hard to test, especially if you continually forget to disable your ad blocker. (I'm only being marginally facetious; I worked with a developer who refused to accept that his ad blocker prevented him from seeing issues with Omniture - now Site Catalyst - eating mouse clicks.)

Re: Tmux 2.0 released

#43
post #6

It 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

#44
post #12

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...

Only with blocking operations, though.

Re: Tmux 2.0 released

#45

Earlier 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?

For a while I ran a setup where I did all of my work in a local tmux session, but part of this work involved SSH-ing and attaching to a screen session.

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

#47

Earlier 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!

Exactly! And don't forget about to move your cursor to the start-of-line in your terminal.

Re: Tmux 2.0 released

#49
post #19

For 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?

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

#50

Does 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…

Odd. I'd consider myself a 'power user', but I hardly ever find I have that need. Could you describe what you do when you're entering several command-mode lines in succession?
Post reply on HN