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.
I've been using `
My tmux setup
21–30 of 101 posts
Re: My tmux setup
#22>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?
The only thing ctrl-A is used for by me besides screen (or rather, tmux after I remapped it), is incrementing a number in vim. Not really a big deal.
Re: My tmux setup
#23I can't recommend Pragmatic Bookshelf's book on tmux enough: http://pragprog.com/book/bhtmux/tmux It's got the whole thing covered end-to-end if you ever wanted to get around learning it.
Author of that book here. Thank you for the kind words.
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.
Re: My tmux setup
#24Re: My tmux setup
#25One of things I've been meaning to ask: do people who use tmux mostly run a windows machine as their desktop?
Re: My tmux setup
#26Earlier quoted context omitted.
The only thing ctrl-A is used for by me besides screen (or rather, tmux after I remapped it), is incrementing a number in vim. Not really a big deal.
With a vimscript [0], ctrl-a can increment dates, times, roman numerals, ordinals, etc. Pretty damn handy along with ctrl-x to decrement. [0] https://github.com/tpope/vim-speeddating
Re: My tmux setup
#27Re: My tmux setup
#28>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?
ctrl-b is fairly quick and easy if you use two hands (which is inferior to using one hand) and is quite a bit more difficult than ctrl-a when using one hand.
Re: My tmux setup
#29Re: My tmux setup
#30One of things I've been meaning to ask: do people who use tmux mostly run a windows machine as their desktop?