dotfiles/tmux/.tmux.conf

13 lines
233 B
Bash

set -g mouse on
# Binds
bind | split-window -h
bind - split-window -v
unbind '"'
unbind %
# Alt-arrow switching
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