From c0cfd107ad985d2751aa1f8e36a63a2a598a462b Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 12 Jun 2014 09:01:37 -0400 Subject: [PATCH] No longer repeat pane creation --- tmux.normal.conf | 4 ++-- tmux.powerline.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tmux.normal.conf b/tmux.normal.conf index 94a5c3c..12b98e4 100644 --- a/tmux.normal.conf +++ b/tmux.normal.conf @@ -64,8 +64,8 @@ bind C-c new-window -c '#{pane_current_path}' bind c new-window # # [ and ] to splitting the window into top/bottom and left/right respectively -bind -r [ split-window -v -c '#{pane_current_path}' -bind -r ] split-window -h -c '#{pane_current_path}' +bind [ split-window -v -c '#{pane_current_path}' +bind ] split-window -h -c '#{pane_current_path}' # # { and } to rotating up and down respectively bind -r { rotate-window -U diff --git a/tmux.powerline.conf b/tmux.powerline.conf index ac02d59..374f1e7 100644 --- a/tmux.powerline.conf +++ b/tmux.powerline.conf @@ -64,8 +64,8 @@ bind C-c new-window -c '#{pane_current_path}' bind c new-window # # [ and ] to splitting the window into top/bottom and left/right respectively -bind -r [ split-window -v -c '#{pane_current_path}' -bind -r ] split-window -h -c '#{pane_current_path}' +bind [ split-window -v -c '#{pane_current_path}' +bind ] split-window -h -c '#{pane_current_path}' # # { and } to rotating up and down respectively bind -r { rotate-window -U