Use ^p p to send ^p to tmux pane.
authorIain Patterson <me@iain.cx>
Fri, 4 Feb 2011 13:49:28 +0000 (13:49 +0000)
committerIain Patterson <me@iain.cx>
Fri, 4 Feb 2011 13:49:28 +0000 (13:49 +0000)
.tmux.conf

index 5d9d8b7..76a9eb3 100644 (file)
@@ -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