diff --git a/templates/.tmux.conf b/templates/.tmux.conf new file mode 100644 index 0000000..d197c26 --- /dev/null +++ b/templates/.tmux.conf @@ -0,0 +1,8 @@ +bind -n M-h select-pane -L +bind -n M-j select-pane -D +bind -n M-k select-pane -U +bind -n M-l select-pane -R + +bind -n M-v split-window +bind -n M-b split-window -h +bind -m M-q kill-pane