]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
tmux.conf: Add terminal options.
authorSimon Ruderich <simon@ruderich.org>
Mon, 6 Jun 2011 20:00:17 +0000 (22:00 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 6 Jun 2011 20:00:17 +0000 (22:00 +0200)
tmux.conf

index 8268798cfd992349aa0e6994b4212917bd985165..37a86ffcc84fa1c88f19d9a534b839804f7d1fc9 100644 (file)
--- a/tmux.conf
+++ b/tmux.conf
@@ -1,6 +1,21 @@
 # Tmux configuration file.
 
 
+# TERMINAL
+
+# Disable alternative screen feature. This way e.g. Vim's window content stays
+# visible after quitting Vim. This is quite useful to copy data (needs tmux
+# 1.5 to work completely).
+set-window-option -g alternate-screen off
+
+# Set title for outer terminal.
+set-option -g set-titles on
+
+# Don't rename windows to the currently running program, my zshrc does this
+# for me (with some additional features).
+set-window-option -g automatic-rename off
+
+
 # STATUS LINE
 
 # White text.