aboutsummaryrefslogtreecommitdiffstats
path: root/root/.tmux.conf
blob: 1e1aa403e84047eb4b13cddcc62ca293d58217a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
set -g status-bg colour24
setw -g mode-keys vi
bind [ copy-mode
bind -T copy-mode-vi 'v' send -X begin-selection
bind -T copy-mode-vi 'y' send -X copy-selection-and-cancel
bind ] paste-buffer
bind Space choose-buffer
bind -n C-h clear-history
bind P pipe-pane -o "cat >>~/.tmuxrecording/#W.log" \; display "Toggled logging to ~/#W.log"
bind | split-window -h
bind - split-window -v
bind -r k select-pane -U
bind -r j select-pane -D
bind -r h select-pane -L
bind -r l select-pane -R