Fix fish prompt and misc bugs.
This commit is contained in:
12
tmux.conf
12
tmux.conf
@@ -67,16 +67,6 @@ set-option -g status-right '%l:%M%p'
|
||||
set-window-option -g window-status-current-fg magenta
|
||||
set-option -g status-fg default
|
||||
|
||||
# Status Bar solarized-dark (default)
|
||||
set-option -g status-bg black
|
||||
set-option -g pane-active-border-fg black
|
||||
set-option -g pane-border-fg black
|
||||
|
||||
# Status Bar solarized-light
|
||||
if-shell "[ \"$COLORFGBG\" = \"11;15\" ]" "set-option -g status-bg white"
|
||||
if-shell "[ \"$COLORFGBG\" = \"11;15\" ]" "set-option -g pane-active-border-fg white"
|
||||
if-shell "[ \"$COLORFGBG\" = \"11;15\" ]" "set-option -g pane-border-fg white"
|
||||
|
||||
# Set window notifications
|
||||
setw -g monitor-activity on
|
||||
set -g visual-activity on
|
||||
@@ -95,5 +85,3 @@ bind-key -T root WheelDownPane if-shell -F -t = "#{alternate_on}" "send-keys -M"
|
||||
# with tmux 2.1. This is backwards-compatible with earlier versions of tmux,
|
||||
# AFAICT.
|
||||
set-option -g assume-paste-time 0
|
||||
|
||||
source-file ~/.tmux.conf.local
|
||||
|
||||
Reference in New Issue
Block a user