Artifact c3d9653c6b0cefd7f0d041b8472786fdda0d44543030369d6a1e41bf67d0b12b:
- File
tmux.conf
— part of check-in
[e6fe352570]
at
2015-02-15 19:23:43
on branch trunk
— tmux.conf: Change panes using C-[hjkl]
Resizing is now M-[hjkl]. (user: js size: 647)
setw -g mode-keys vi set -g status-bg colour233 set -g status-fg colour25 set -g status-left "#[fg=colour52]#S #[fg=colour24]⧉" set -g status-right "#[fg=colour22]#(whoami)#[fg=colour28]@#h #[fg=colour40]#(date +%H:%M)" set -w -g window-status-current-fg colour39 set -w -g window-status-current-bg colour236 set -w -g window-status-bell-fg colour233 set -w -g window-status-bell-bg colour124 bind -r C-h select-pane -L bind -r C-j select-pane -D bind -r C-k select-pane -U bind -r C-l select-pane -R bind -r M-h resize-pane -L bind -r M-j resize-pane -D bind -r M-k resize-pane -U bind -r M-l resize-pane -R set -ag terminal-overrides ",*:XT@"