mirror of
https://github.com/jwetzell/dotfiles.git
synced 2026-07-26 10:38:53 +00:00
13 lines
231 B
Bash
13 lines
231 B
Bash
unbind C-b
|
|
set-option -g prefix C-a
|
|
bind-key C-a send-prefix
|
|
|
|
set -g mouse on
|
|
|
|
bind r source-file ~/.tmux.conf
|
|
|
|
bind -n M-Left select-pane -L
|
|
bind -n M-Right select-pane -R
|
|
bind -n M-Up select-pane -U
|
|
bind -n M-Down select-pane -D
|