Navigation Menu

Skip to content

Commit

Permalink
Enable environment variables update on tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
caio committed Mar 20, 2012
1 parent 7218700 commit aa8e3db
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tmux.conf
Expand Up @@ -27,6 +27,7 @@ set-window-option -g window-status-bell-fg red
set-window-option -g window-status-activity-bg green
set-window-option -g window-status-activity-fg black
set-window-option -g utf8 on
set-window-option -g xterm-keys on

# Statusbar
set -g status-bg black
Expand All @@ -38,17 +39,14 @@ set-option -g mouse-select-pane off
set-option -g status-keys vi
set-option -g set-titles on
set-option -g status-utf8 on
# window number,program name,active (or not)
#set-option -g set-titles-string '#H:#S.#I.#P #W #T'

setw -g mode-keys vi
setw -g mode-mouse off
setw -g monitor-activity on

set -g history-limit 4096

set -g base-index 1

set -s escape-time 0
set -g update-environment -r

bind r source-file ~/.tmux.conf

0 comments on commit aa8e3db

Please sign in to comment.