Have you switched from screen to tmux yet? Why not? You don't use either? How the hell do you do your job?
Here's my .tmux.conf. Big woop.
#--References------------------------------------------------------------------- # http://blog.hawkhost.com/2010/07/02/tmux-%E2%80%93-the-terminal-multiple... # https://wiki.archlinux.org/index.php/Tmux #--Key-Bindings----------------------------------------------------------------- bind | split-window -h bind _ split-window -v bind h select-pane -L bind j select-pane -D bind k select-pane -U # l is for last window by default. i'm used to that, but somewhat conflicted #bind l select-pane -R #--Status-Bar------------------------------------------------------------------- # Default colors set -g status-bg black set -g status-fg white # Left side of status bar set -g status-left-length 20 set -g status-left '#[fg=green][#[bg=black,fg=cyan]#S#[bg=black,fg=blue,dim]:#H#[fg=green]]' # Inactive windows in status bar set-window-option -g window-status-format '#[fg=cyan,dim]#I#[fg=blue]:#[default]#W#[fg=grey,dim]#F' # Current or active window in status bar #set-window-option -g window-status-current-bg yellow #set-window-option -g window-status-current-fg black set-window-option -g window-status-current-format '#[bg=blue,fg=cyan,bold]#I#[bg=blue,fg=cyan]:#[fg=white]#W#[fg=dim]#F' # Alerted window in status bar. Windows which have an alert (bell, activity or content). set-window-option -g window-status-alert-fg red set-window-option -g window-status-alert-bg white # Right side of status bar #set -g status-right '#[fg=yellow]#(date)' set -g status-right '#[fg=green][#[fg=white]#T#[fg=green]][#[fg=blue]%Y-%m-%d #[fg=white]%H:%M#[default]#[fg=green]]' #--Usability-------------------------------------------------------------------- set-option -g status-keys vi set-window-option -g mode-keys vi # keep tmux msgs around longer set -g display-time 3000 # set -g set-titles off # Set window notifications #set-window-option -g monitor-activity on #set -g visual-activity on #setw -g automatic-rename off
And it looks like this:
| Attachment | Size |
|---|---|
| tmux-conf.png | 94.32 KB |
Recent comments
1 year 34 weeks ago
1 year 45 weeks ago
1 year 50 weeks ago
1 year 51 weeks ago
3 years 1 week ago
4 years 23 weeks ago
5 years 2 days ago
5 years 2 days ago
5 years 12 weeks ago
5 years 19 weeks ago