mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-04-25 12:16:53 +08:00
14 lines
343 B
Plaintext
14 lines
343 B
Plaintext
set -g prefix ^a
|
|
|
|
# Use Alt-arrow keys to switch panes
|
|
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
|
|
|
|
# Shift arrow to switch windows
|
|
bind -n S-Left previous-window
|
|
bind -n S-Right next-window
|
|
|
|
bind-key r source-file ~/.tmux.conf \; display-message "tmux.conf reloaded"
|