Showing posts with label tmux. Show all posts
Showing posts with label tmux. Show all posts

Monday, October 14, 2019

Tmux: nested sessions C-a binding

Add this to your local `~/.tmux.conf`

bind-key -n C-a send-prefix

Wednesday, February 27, 2019

Tmux: Control nested/remote session with C-a, instead of C-b

bind-key -n C-a send-prefix The local session still will be C-b.

Sunday, August 07, 2016

Tmux: mouse scroll

Add this to ~/.tmux.conf set -g mouse on

Monday, May 09, 2016