From: Simon Ruderich Date: Thu, 2 Jun 2011 19:12:14 +0000 (+0200) Subject: tmux.conf: Add more screen-like bindings. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=dec27e446244b1a72688dc5d76ba72a100bf4be6;p=config%2Fdotfiles.git tmux.conf: Add more screen-like bindings. --- 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