From c1097d966d9eab20f4a59d1d176c91f40e8aa39b Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Fri, 4 Feb 2011 13:49:28 +0000 Subject: [PATCH] Use ^p p to send ^p to tmux pane. --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index 5d9d8b7..76a9eb3 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -19,6 +19,7 @@ setw -g clock-mode-style 24 set -g prefix C-p unbind C-b bind C-p last-window +bind p send-keys C-p bind C-l refresh-client bind l refresh-client bind S split-window -v -- 2.7.4