From: Simon Ruderich Date: Fri, 10 Jun 2011 09:02:51 +0000 (+0200) Subject: tmux.conf: Add Ctrl-P/Ctrl-N as arrow key replacements. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=72f5a70025c3b390fc9f60cfe7cf07efc7add2d8;p=config%2Fdotfiles.git tmux.conf: Add Ctrl-P/Ctrl-N as arrow key replacements. --- 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