From dec27e446244b1a72688dc5d76ba72a100bf4be6 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 2 Jun 2011 21:12:14 +0200 Subject: [PATCH] tmux.conf: Add more screen-like bindings. --- tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index 95689f6..741f0b6 100644 --- a/tmux.conf +++ b/tmux.conf @@ -7,12 +7,13 @@ set-option -g prefix C-a bind-key a send-prefix unbind-key C-b -# Switch to last window, like in GNU screen. +# GNU screen like bindings (with C-x). +bind-key C-c new-window bind-key C-a last-window # Switch to next/previos window, like in GNU screen. bind-key C-n next-window bind-key C-p previous-window -# Insert paste buffer, like in GNU screen. +bind-key C-[ copy-mode bind-key C-] paste-buffer # vim: ft=tmux -- 2.44.2