chore(config): better tmux config

main
sudo pacman -Syu 2021-06-24 15:24:56 +00:00
parent 70e9ab8904
commit 35fde68d85
1 changed files with 11 additions and 0 deletions

View File

@ -3,4 +3,15 @@ set -g prefix C-a
unbind C-b
bind C-a send-prefix
# Split panes using | and -
bind | split-window -h
bind - split-window -v
# Switch panes using Alt
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
# Color
set -g default-terminal "tmux-256color"