From 577e69e9b8077776062bbe637e080589408cda6d Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Thu, 27 Feb 2014 17:06:07 -0600 Subject: [PATCH] removing duplicate mapping --- tmux/tmux.conf.symlink | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tmux/tmux.conf.symlink b/tmux/tmux.conf.symlink index 127beef..672a750 100644 --- a/tmux/tmux.conf.symlink +++ b/tmux/tmux.conf.symlink @@ -33,9 +33,9 @@ unbind = bind = select-layout tiled # cycle through panes -unbind C-a -unbind o # this is the default key for cycling panes -bind ^A select-pane -t:.+ +# unbind C-a +# unbind o # this is the default key for cycling panes +# bind ^A select-pane -t:.+ # make window/pane index start with 1 set -g base-index 1