Dear fellow tmuxers,as many migrating from the infamous screen, i find the additional capabilities of tmux nothing short of amazing. However, the preset i tinkered together (attached, feel free to add to the examples) seems to exposed a bad problem: each time the status bar is updated, tmux forks. That is, one additional process per second. This quickly makes my netbook unable to cope with the multiplexed terminals, which is kinda unfortunate. Hope anyone can confirm this behavior so it can be fixed in one of the next point releases.
Best regards, Marcel.
set -g mouse-select-pane on setw -g xterm-keys on
bind-key -n C-a next # resize panes like vim bind < resize-pane -L 1 bind > resize-pane -R 1 bind - resize-pane -D 1 bind + resize-pane -U 1 # scrollback buffer n lines set -g history-limit 10000 # listen for activity on all windows set -g bell-action any # on-screen time for display-panes in ms set -g display-panes-time 20000 # # default window title colors set-window-option -g window-status-fg white set-window-option -g window-status-bg default set-window-option -g window-status-attr dim # # active window title colors set-window-option -g window-status-current-fg red set-window-option -g window-status-current-bg default set-window-option -g window-status-current-attr reverse # default statusbar colors set -g status-fg white set -g status-bg default set -g status-attr default set -g status-interval 1 set -g status-left "[ #[fg=green]#H #[fg=white]]" set -g status-right "[ #[fg=magenta]#(cat /proc/loadavg | cut -d \" \" -f 1)#[default] ][ #[bold]#(date '+%X') #[fg=blue]#(date '+%a %x')#[default] ]" set -g status-left-length 15 set -g visual-activity on set -g visual-bell on set -g visual-content on
------------------------------------------------------------------------------ Virtualization is moving to the mainstream and overtaking non-virtualized environment for deploying applications. Does it make network security easier or more difficult to achieve? Read this whitepaper to separate the two and get a better understanding. http://p.sf.net/sfu/hp-phase2-d2d
_______________________________________________ tmux-users mailing list tmux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-users