X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tmux.conf;h=fbecbad79932c6f0c5a8cdf50bcfbf972aebf19f;hb=b9dfeafe501f0dd47cb184bfb727fc15f45f236c;hp=c3565cab595590106ab3ab34dd276af19660e83f;hpb=ed9b94bb2473a565278d874f4f502d08a48850d8;p=config%2Fdotfiles.git diff --git a/tmux.conf b/tmux.conf index c3565ca..fbecbad 100644 --- a/tmux.conf +++ b/tmux.conf @@ -6,6 +6,9 @@ # Use a larger window history, in lines. set-option -g history-limit 10000 +# Display messages for three seconds. +set-option -g display-time 3000 + # TERMINAL @@ -60,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