Live data from Hacker News

My self-contained Tmux configuration

github.com

21–24 of 24 posts

Re: My self-contained Tmux configuration

#21
post #19
post #13

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.

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

#22
post #2

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

https://github.com/tmux-plugins/tmux-resurrect

Re: My self-contained Tmux configuration

#24
post #2

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

https://github.com/c0rner/scripts/blob/master/tmux_save
Post reply on HN