From 911eddb4ab46c0e13c67700d62593cce539f4785 Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Mon, 18 Feb 2019 23:44:31 -0600 Subject: [PATCH] Add kill-pane command --- templates/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/.tmux.conf b/templates/.tmux.conf index d197c26..8e530b3 100644 --- a/templates/.tmux.conf +++ b/templates/.tmux.conf @@ -5,4 +5,4 @@ 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 +bind -n M-q kill-pane