all repos — dotfiles @ 0476739c5ebea1d74967a11f14901fd187ed8cb3

linux dotfiles

.tmux.conf

set-option -g prefix C-f
unbind-key C-b
bind-key C-f send-prefix

bind C-c new-session

bind h select-pane -L 
bind j select-pane -D 
bind k select-pane -U 
bind l select-pane -R 
bind > swap-pane -D      
bind < swap-pane -U      

bind -r H resize-pane -L 2
bind -r J resize-pane -D 2
bind -r K resize-pane -U 2
bind -r L resize-pane -R 2

# set -g default-terminal "tmux-256color"
# set -g terminal-overrides ",tmux-256color:Tc"
# set -as terminal-overrides ',st*:Ss@'
# set -g default-terminal "screen-256color"

source-file ${HOME}/.config/blue.tmuxtheme