On Sun, Nov 21, 2010 at 10:08:27AM +0000, Thomas Adam wrote:

> I bet you're using "mouse-select-pane", right?  If you disable that, does
> the crash go away?

Nope.  Below is my conf.

# generic options
set-option -g base-index 1
setw -g automatic-rename off
set-option -g set-titles off
set-option -g set-titles-string '#S:#I.#P #W'
set-option -g history-limit 10000
set-option -g base-index 1
set-window-option -g mode-keys vi
set-window-option -g remain-on-exit off
set-window-option -g mode-mouse on # allows cut and paste in copy-mode

# status message 
set-option -g message-limit 50
set-option -g message-bg green
set-option -g message-fg black
set-option -g message-attr normal
set-option -g display-time 32000 # how long a new message sticks around in ms

# status bar
set-option -g status-interval 2 # how long to update status bar in seconds
#set-option -g status-right "#[fg=cyan]#(uptime | sed 's/.*average://' | sed 
's/, /|/g')#[fg=white]#(tmux-cpu)#[fg=cyan]#(tmux-wifi)#[fg=white]#(tmux-mpc)"
set-option -g status-right "#[fg=cyan]#(tmux-mem-cpu-load 
2)#[fg=white]#(tmux-cpu)#[fg=cyan]#(tmux-wifi)#[fg=white]#(tmux-mpc)"

#set-option -g status-right "abcdefghijklmnopqrstuvwxyz"
set-option -g status-right-length 100
set-option -g status-left-length 50
set-option -g status-left 
"#[fg=red]#(tmux-when-today)#[fg=yellow]#(tmux-when-tomorrow)#[fg=cyan]#(tmux-mail)#[fg=white]#(tmux-date)#[fg=cyan]#(tmux-bat)#[fg=white]#T"
#set-option -g status-left "abcdefghijklmnopqrstuvwxyz"
set-option -g status-left-attr bold
set-option -g status-right-attr bold
set-option -g status-attr default
set-window-option -g window-status-current-fg red
set-window-option -g window-status-current-attr bold
set-window-option -g window-status-fg white
set-window-option -g window-status-bg black
set-option -g status-left-fg red
set-option -g status-right-fg white
set-option -g status-left-bg black
set-option -g status-right-bg black
set-option -g status-fg black
set-option -g status-bg white
set-window-option -g window-status-format "#I#F" # #W:#S:#P
set-window-option -g window-status-current-format "#I:#P" # #W:#S:

# pane options
#set-option -g display-panes-active-colour red
set-option -g mouse-select-pane off
set-option -g pane-border-fg green
set-option -g pane-border-bg black
set-option -g pane-active-border-fg red
set-option -g pane-active-border-bg red
set-option -g display-panes-colour green
set-option -g display-panes-active-colour red

bind -t vi-copy C-u page-up
bind -t vi-copy C-v page-down
bind -t vi-copy C-a start-of-line
bind -t vi-copy C-e end-of-line
# should be ctl-K x but multikeystroke binding isn't implemented
bind -t vi-copy b begin-selection
bind -t vi-copy k copy-selection 
bind -t vi-copy l goto-line
bind -t vi-copy w next-word


                                                                                
 


-- 
sic dicit magister P
PhD Candidate
Collaborative Programme in Ancient and Medieval Philosophy
University of Toronto
http://individual.utoronto.ca/peterjh

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to