From b948799ec3527d0284bdaf826c2f60f7794a6f78 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 4 Oct 2011 09:31:17 -0400 Subject: [PATCH] - 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: --- debian/changelog | 3 +++ usr/share/byobu/profiles/tmux | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6edd9690..0daf7b36 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 29 Sep 2011 14:46:58 -0400 diff --git a/usr/share/byobu/profiles/tmux b/usr/share/byobu/profiles/tmux index 0ebdbb5e..5cdc5347 100644 --- a/usr/share/byobu/profiles/tmux +++ b/usr/share/byobu/profiles/tmux @@ -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