C-a conflicts with bash's move to start of line. Not everyone would care, but that's one of the few bash shortcuts I personally consider important. I can't stand the default C-b either, it feels like an awkward reach to me and makes tmux seem to require way too much chording. I've recently switched to using C-j, which duplicates the enter key. I also changed next and prev page from n / p to C-n / C-p. That way I can…
There's always C-\ (I like it because it's opposite ends of the keyboard. Easy to find :) Might steal C-n and C-P, although C-[ C-] are tempting.
My self-contained Tmux configuration
21–24 of 24 posts
Interesting we both came up with C-\ for tmux, I like using C-a and C-b in emacs too much. Plus I forget whatever it does in emacs so it can't be important.
Re: My self-contained Tmux configuration
#22On the topic of tmux, has anyone created a nice way to save an active tmux configuration layout? tmuxinator and the like let you specify the configurations ahead of time, but I want to save an active layout for later use. I haven't found a tool for that yet.
I've just published a tmux plugin that let's you save tmux environment and restore it later.
Re: My self-contained Tmux configuration
#23What kind of mouse configurations do you have set?
m toggles:
mode-mouse
mouse-resize-pane
mouse-select-pane
mouse-select-window
see https://github.com/gpakosz/.tmux/blob/d8b9498d6940b535d3181e...
Re: My self-contained Tmux configuration
#24On the topic of tmux, has anyone created a nice way to save an active tmux configuration layout? tmuxinator and the like let you specify the configurations ahead of time, but I want to save an active layout for later use. I haven't found a tool for that yet.