Set tmux to use reattach-to-user-namespace

* Improves tmux compatibility with other systems.
* Better copy-paste: http://goo.gl/DN82E.
* Better RubyMotion: http://goo.gl/WDlCy.
This commit is contained in:
Dan Croak 2012-09-22 11:16:36 -07:00
parent 6c9bdf8f69
commit 3ef63fef9a

View file

@ -1,5 +1,10 @@
# improve colors
set -g default-terminal "screen-256color"
# enable copy-paste http://goo.gl/DN82E
# enable RubyMotion http://goo.gl/WDlCy
set -g default-command "reattach-to-user-namespace -l zsh"
# act like vim
setw -g mode-keys vi
bind h select-pane -L