From 72f5a70025c3b390fc9f60cfe7cf07efc7add2d8 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 10 Jun 2011 11:02:51 +0200 Subject: [PATCH 1/1] tmux.conf: Add Ctrl-P/Ctrl-N as arrow key replacements. --- tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmux.conf b/tmux.conf index ced99a1..fbecbad 100644 --- a/tmux.conf +++ b/tmux.conf @@ -63,4 +63,8 @@ bind-key C-p previous-window bind-key C-[ copy-mode bind-key C-] paste-buffer +# Arrow-key replacements for tmux's prompt. +bind-key -t vi-edit C-n history-down +bind-key -t vi-edit C-p history-up + # vim: ft=tmux -- 2.44.2