- default mode keys to vi (to match screen/byobu)

- explicitly set a couple of colors, highlight active pane a bit
* usr/share/byobu/profiles/tmux:
This commit is contained in:
Dustin Kirkland 2011-10-04 09:31:17 -04:00
commit b948799ec3
2 changed files with 7 additions and 0 deletions

3
debian/changelog vendored
View file

@ -9,6 +9,8 @@ byobu (4.38) unreleased; urgency=low
- set the inactive pane to light grey/white
- set the clock color
- get next/prev split working with c-f3/c-f4 and s-f3/s-f4
- default mode keys to vi (to match screen/byobu)
- explicitly set a couple of colors, highlight active pane a bit
* usr/lib/byobu/distro, usr/lib/byobu/Makefile.am,
usr/lib/byobu/release, usr/lib/byobu/.shutil,
usr/share/byobu/status/status, usr/share/man/man1/byobu.1:
@ -17,6 +19,7 @@ byobu (4.38) unreleased; urgency=low
status line
* usr/lib/byobu/raid:
- fix raid rebuild percentage formatting
* usr/share/byobu/profiles/tmux:
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 29 Sep 2011 14:46:58 -0400

View file

@ -58,6 +58,7 @@ bind-key -n C-Right resize-pane -R
set-option -g set-titles on
set-option -g set-titles-string '#(whoami)@#H - byobu (#S)'
set-option -g pane-active-border-bg white
set-option -g pane-active-border-fg magenta
set-option -g pane-border-fg white
set-option -g history-limit 10000
@ -66,6 +67,9 @@ set-option -g display-panes-colour white
set-option -g display-panes-active-colour red
set-option -g clock-mode-colour magenta
set-option -g clock-mode-style 24
set-option -g mode-keys vi
set-option -g mode-bg magenta
set-option -g mode-fg white
set-window-option -g window-status-attr default
set-window-option -g window-status-bg black