TMUX stuff:
My configuration:
# Change the bindings button from CTRL+B to CTRL+A
set -g prefix C-a
# Commands
ctrl+a 0-9 (Switch between windows)
ctrl+a c (Create new windows)
ctrl+a + PageUp (Scrolling – use ESC to quit scroll mode)
TMUX stuff:
My configuration:
# Change the bindings button from CTRL+B to CTRL+A
set -g prefix C-a
# Commands
ctrl+a 0-9 (Switch between windows)
ctrl+a c (Create new windows)
ctrl+a + PageUp (Scrolling – use ESC to quit scroll mode)