minor changes to term/shell config

fixes some issues with vim and iterm
main
Steffen Becker 11 years ago
parent 05844c10a9
commit 1379928ddc

@ -1,8 +1,11 @@
# zsh
set-option -g default-shell $SHELL
# reparing copy & paste
set-option -g default-command "reattach-to-user-namespace -l zsh"
# Use a 256 color terminal
set-option -g default-terminal "screen-256color"
set -g default-terminal "screen-256color"
# Fix for sending keys to Vim
setw -g xterm-keys on

Loading…
Cancel
Save