Compare commits

...

2 Commits

View File

@ -8,3 +8,8 @@ bind r source-file ~/.tmux.conf
# Enable mouse usage
set -g mouse on
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R