all repos — dotfiles @ d0450982411601386141b6dfe7caeebec3e0916c

linux dotfiles

.tmux.conf (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
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