17 lines
365 B
Bash
17 lines
365 B
Bash
# Reload configuration
|
|
bind-key r source-file ~/.config/tmux/tmux.conf \; display-message "~/.tmux.conf reloaded"
|
|
|
|
unbind '"'
|
|
unbind %
|
|
bind x split-window -v
|
|
bind v split-window -h
|
|
|
|
bind h select-pane -L
|
|
bind j select-pane -D
|
|
bind k select-pane -U
|
|
bind l select-pane -R
|
|
|
|
bind \; command-prompt
|
|
|
|
set -g status-style 'fg=brightblack bg=green'
|
|
set -g message-style ''
|