From b7e921f9f83a945f9669d22907f6524eef3158e0 Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Mon, 18 Feb 2019 23:33:30 -0600 Subject: [PATCH] Add tmux keybinds --- templates/.tmux.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/.tmux.conf 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