diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..4fd7f35 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,5 @@ +# pane navigation +bind -r h select-pane -L # move left +bind -r j select-pane -D # move down +bind -r k select-pane -U # move up +bind -r l select-pane -R # move right