Browse Source

tmux.conf

master
Juni Kim 2 years ago
parent
commit
8a928a3208
  1. 7
      dots/tmux.conf

7
dots/tmux.conf

@ -9,7 +9,12 @@ unbind-key C-b
set-option -g prefix C-a
bind-key C-a send-prefix
bind r source-file ~/.tmux.conf
bind -r k select-pane -U
bind -r j select-pane -D
bind -r h select-pane -L
bind -r l select-pane -R
bind -r r source-file ~/.tmux.conf
set -g mouse on
bind-key X \
if-shell '[ "$(tmux display -p "#{session_many_attached}")" -gt 0 ]' {

Loading…
Cancel
Save