aboutsummaryrefslogtreecommitdiffhomepage
path: root/misc/tmux.conf
blob: 59e296e29e4a117a081d60915cb48b20bc9461c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set -g default-terminal "tmux-256color"

unbind C-b
set-option -g prefix C-g
bind-key C-g send-prefix

new-session                       # Start a new session if none available
bind N new-session
bind-key -n C-F3 set-option -g status #Ctrl+F3 Combo

#bind C-q select-layout even-horizontal
#bind C-w select-layout even-vertical
#bind C-e select-layout main-horizontal
#bind C-r select-layout main-vertical