diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..675962a --- /dev/null +++ b/tmux.conf @@ -0,0 +1,8 @@ +set-option -g prefix C-b # default + +bind r source-file ~/.tmux.conf + +bind h select-pane -R +bind j select-pane -D +bind k select-pane -U +bind l select-pane -L