From c8654cc971fbac2bf4d54cc66c8581d8a77c4adb Mon Sep 17 00:00:00 2001 From: nirenjan Date: Fri, 1 Mar 2013 11:36:46 -0800 Subject: [PATCH] Remove the next/previous window unbind-key's --- tmux.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tmux.conf b/tmux.conf index 2483b4f..e25108b 100644 --- a/tmux.conf +++ b/tmux.conf @@ -158,10 +158,6 @@ bind-key D detach-client -P # of available sessions bind-key L choose-session -# Don't waste time with the next-window and previous-window bindings -unbind-key n -unbind-key p - # Allow the escape key to quit the choice window bind-key -t vi-choice Escape cancel