added further remote support to tmux.conf

master
Daniel Nägele 11 years ago
parent 6caeb65ecf
commit bf95364adb
  1. 5
      tmux.conf

@ -1,5 +1,9 @@
# ncurses not polluting scroll history # ncurses not polluting scroll history
set -g alternate-screen on set -g alternate-screen on
# dont respect smaller windows
setw -g aggressive-resize on
# allow arrow keys to pass to inner sessions
set -g terminal-overrides "screen*:kLFT5=\eOD:kRIT5=\eOC:kUP5=\eOA:kDN5=\eOB:smkx@:rmkx@"
# command prefix # command prefix
unbind C-b unbind C-b
@ -11,6 +15,7 @@ bind-key C-a last-window
set -g history-limit 30000 set -g history-limit 30000
set-option -g default-shell /usr/bin/zsh set-option -g default-shell /usr/bin/zsh
set-window-option -g utf8 on set-window-option -g utf8 on
set -g base-index 1
# vi mode # vi mode
set-window-option -g mode-keys vi set-window-option -g mode-keys vi

Loading…
Cancel
Save