Mercurial > dotfiles.old
diff tmux.conf @ 140:e037d9b797eb
Fix colors and clipboad in vim and tmux
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 08 Oct 2014 23:27:50 +0200 |
parents | f062b25a262e |
children | 7a4e97f44baa |
line wrap: on
line diff
--- a/tmux.conf Wed Oct 08 23:27:33 2014 +0200 +++ b/tmux.conf Wed Oct 08 23:27:50 2014 +0200 @@ -7,8 +7,8 @@ # act like vim setw -g mode-keys vi set -g status-keys vi -bind-key -t vi-edit Up -bind-key -t vi-eidt Down +# bind-key -t vi-edit Up +# bind-key -t vi-eidt Down bind h select-pane -L bind j select-pane -D bind k select-pane -U @@ -50,5 +50,6 @@ # Local config if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local' -bind -t vi-copy 'v' begin-selection -bind -t vi-copy 'y' copy-pipe "reattach-to-user-namespace pbcopy" +# bind -t vi-copy 'v' begin-selection +# bind -t vi-copy 'y' copy-pipe "reattach-to-user-namespace pbcopy" +set-option -g default-command "reattach-to-user-namespace -l zsh"