Live data from Hacker News

My tmux setup

unwiredcouch.com

61–70 of 101 posts

Re: My tmux setup

#61
post #25

One of things I've been meaning to ask: do people who use tmux mostly run a windows machine as their desktop?

No. It is very difficult to get tmux running on Windows. Not impossible, mind, but not as simple as e.g. 'brew install tmux'.

recent post on using tmux on cygwin inside a mintty https://news.ycombinator.com/item?id=6737795

Re: My tmux setup

#62

One of things I've been meaning to ask: do people who use tmux mostly run a windows machine as their desktop?

Do you mean as opposed to people who use screen, or as opposed to people who somehow do without either? Since tmux was invented in the OpenBSD world, I expect it's still mostly Unix users.

Re: My tmux setup

#64
post #2

>But the years of using screen have ingrained in my muscle memory to use ctrl-a I still don't understand how this happened to so many people. Ctrl+a is already taken, how did anyone ever use screen without immediately changing it to something that doesn't conflict with a frequently used shell shortcut?

You map CTRL+A x2 to send CTRL+A to the shell, and it works.

By default it's C-a a, which I like.

Re: My tmux setup

#65
post #33
post #23

Earlier quoted context omitted.

Reader of that book, you finally got me to kick my screen habit with it and now I have a new tmux addiction. That said, tmux is way easier to use compared to screen. And with 1.8 and text reflow it pretty much has every feature from screen I ever wanted/needed/used.

I also love the new zoom pane that comes with 1.8 prefix . It comes very handy!

Didn't know about that one, should have read the changelog more carefully! Thank you!

Re: My tmux setup

#67
post #5
post #2

>But the years of using screen have ingrained in my muscle memory to use ctrl-a I still don't understand how this happened to so many people. Ctrl+a is already taken, how did anyone ever use screen without immediately changing it to something that doesn't conflict with a frequently used shell shortcut?

Indeed. I've been using Ctrl-\ as my Ctrl-a in screen (and occasionally tmux). Turns out that I never use that keystroke in real life.

I use Ctrl-o as my key bind for tmux. Maybe Ctrl-\ is a better choice for me, since Ctrl-o conflict with something that I does not always using.

Re: My tmux setup

#68
post #41
post #5

Earlier quoted context omitted.

Indeed. I've been using Ctrl-\ as my Ctrl-a in screen (and occasionally tmux). Turns out that I never use that keystroke in real life.

ctrl-\ here, too. The guy introduced me to screen recommended it. His words were "if you're an emacs guy, having this mapped to ctrl-a is going to drive you crazy"

Agreed, I will be crazy if I use ctrl-a. Also it conflict with start of line of default bash settings

Re: My tmux setup

#69
post #5
post #2

>But the years of using screen have ingrained in my muscle memory to use ctrl-a I still don't understand how this happened to so many people. Ctrl+a is already taken, how did anyone ever use screen without immediately changing it to something that doesn't conflict with a frequently used shell shortcut?

Indeed. I've been using Ctrl-\ as my Ctrl-a in screen (and occasionally tmux). Turns out that I never use that keystroke in real life.

I've been doing the same for a while, despite the fact that C-\ is in fact sort of already "taken" by default (SIGQUIT). That's not something I use often, but when I want it it's still easy enough to get by just sending C-\ twice. The only downside is occasionally (whether by accidental double-triggering or hitting C-\ out of habit when not actually running screen) killing foreground processes by mistake.

Re: My tmux setup

#70
post #2

>But the years of using screen have ingrained in my muscle memory to use ctrl-a I still don't understand how this happened to so many people. Ctrl+a is already taken, how did anyone ever use screen without immediately changing it to something that doesn't conflict with a frequently used shell shortcut?

I use screen/tmux control combos far more frequently than I've used ctrl-a for beginning of line. That's what the home key is for (cue thousands of vim users telling me I shouldn't use any key that wasn't on a keyboard 40 years ago).
Post reply on HN