]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
tmux.conf: Add more bindings to behave similar to GNU screen.
authorSimon Ruderich <simon@ruderich.org>
Wed, 1 Jun 2011 20:35:04 +0000 (22:35 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 1 Jun 2011 20:35:04 +0000 (22:35 +0200)
tmux.conf

index 2f1fe10310f0ec969554553cdc10ee77ab812e96..95689f6efd562d0706012293c7fffa933a20bbd4 100644 (file)
--- a/tmux.conf
+++ b/tmux.conf
@@ -7,4 +7,12 @@ set-option -g prefix C-a
 bind-key a send-prefix
 unbind-key C-b
 
+# Switch to last window, like in GNU screen.
+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-] paste-buffer
+
 # vim: ft=tmux