mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
- display pane numbers for 150ms when moving between panes
- set the inactive pane to light grey/white
This commit is contained in:
parent
9d1c046586
commit
25181d78a0
2 changed files with 4 additions and 3 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -4,8 +4,9 @@ byobu (4.38) unreleased; urgency=low
|
||||||
- add window resizing keybindings
|
- add window resizing keybindings
|
||||||
- get scrollback alt-pageup working \o/
|
- get scrollback alt-pageup working \o/
|
||||||
- set history limit to match byobu/screen
|
- set history limit to match byobu/screen
|
||||||
- display pane numbers for 200ms when moving between panes
|
- display pane numbers for 150ms when moving between panes
|
||||||
- set the pane listing colors
|
- set the pane listing colors
|
||||||
|
- set the inactive pane to light grey/white
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 29 Sep 2011 14:46:58 -0400
|
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 29 Sep 2011 14:46:58 -0400
|
||||||
|
|
||||||
|
|
|
@ -59,9 +59,9 @@ bind-key -n C-Right resize-pane -R
|
||||||
set-option -g set-titles on
|
set-option -g set-titles on
|
||||||
set-option -g set-titles-string '#(whoami)@#H - byobu (#S)'
|
set-option -g set-titles-string '#(whoami)@#H - byobu (#S)'
|
||||||
set-option -g pane-active-border-fg magenta
|
set-option -g pane-active-border-fg magenta
|
||||||
set-option -g pane-border-fg magenta
|
set-option -g pane-border-fg white
|
||||||
set-option -g history-limit 10000
|
set-option -g history-limit 10000
|
||||||
set-option -g display-panes-time 200
|
set-option -g display-panes-time 150
|
||||||
set-option -g display-panes-colour gray
|
set-option -g display-panes-colour gray
|
||||||
set-option -g display-panes-active-colour magenta
|
set-option -g display-panes-active-colour magenta
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue