17 lines
355 B
Bash
17 lines
355 B
Bash
unbind r
|
|
bind r source-file ~/.tmux.conf \; display "Reloaded!"
|
|
|
|
set -g prefix C-t
|
|
set -g mouse on
|
|
|
|
bind-key m select-pane -L
|
|
bind-key n select-pane -D
|
|
bind-key e select-pane -U
|
|
bind-key i select-pane -R
|
|
|
|
set-option -g status-position top
|
|
set -g default-terminal "tmux-256color"
|
|
set -ag terminal-overrides ",xterm-256color:RGB"
|
|
|
|
bind-key = kill-session
|