12 lines
225 B
Plaintext
12 lines
225 B
Plaintext
set -g prefix C-a
|
|
unbind C-b
|
|
|
|
# Automatically set window title
|
|
set-window-option -g automatic-rename on
|
|
set-option -g set-titles on
|
|
|
|
# Send Ctrl+a to applications by pressing it twice
|
|
bind C-a send-prefix
|
|
|
|
#I'm Lazy
|
|
set mouse |