From: Iain Patterson Date: Fri, 4 Feb 2011 13:49:28 +0000 (+0000) Subject: Use ^p p to send ^p to tmux pane. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=c1097d966d9eab20f4a59d1d176c91f40e8aa39b;p=profile.git Use ^p p to send ^p to tmux pane. --- 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