- swap panes around slightly more sensibly

* usr/share/byobu/profiles/tmux:
This commit is contained in:
Dustin Kirkland 2011-10-04 11:25:04 -04:00
commit 0e700c0159
2 changed files with 4 additions and 2 deletions

2
debian/changelog vendored
View file

@ -12,6 +12,7 @@ byobu (4.38) unreleased; urgency=low
- default mode keys to vi (to match screen/byobu) - default mode keys to vi (to match screen/byobu)
- explicitly set a couple of colors, highlight active pane a bit - explicitly set a couple of colors, highlight active pane a bit
- fix broken 256-color detection, use it by default, allow override - fix broken 256-color detection, use it by default, allow override
- swap panes around slightly more sensibly
* usr/lib/byobu/distro, usr/lib/byobu/Makefile.am, * usr/lib/byobu/distro, usr/lib/byobu/Makefile.am,
usr/lib/byobu/release, usr/lib/byobu/.shutil, usr/lib/byobu/release, usr/lib/byobu/.shutil,
usr/share/byobu/status/status, usr/share/man/man1/byobu.1: usr/share/byobu/status/status, usr/share/man/man1/byobu.1:
@ -22,6 +23,7 @@ byobu (4.38) unreleased; urgency=low
- fix raid rebuild percentage formatting - fix raid rebuild percentage formatting
* usr/share/byobu/profiles/tmux: * usr/share/byobu/profiles/tmux:
* usr/bin/byobu: * usr/bin/byobu:
* usr/share/byobu/profiles/tmux:
-- 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

View file

@ -47,8 +47,8 @@ bind-key -n C-F2 display-panes \; split-window -h
bind-key -n S-F2 display-panes \; split-window -v bind-key -n S-F2 display-panes \; split-window -v
bind-key -n S-F3 display-panes \; select-pane -t :.- bind-key -n S-F3 display-panes \; select-pane -t :.-
bind-key -n S-F4 display-panes \; select-pane -t :.+ bind-key -n S-F4 display-panes \; select-pane -t :.+
bind-key -n C-F3 display-panes \; select-pane -t :.- bind-key -n C-F3 display-panes \; swap-pane -s :. -t :.- \; select-pane -t :.-
bind-key -n C-F4 display-panes \; select-pane -t :.+ bind-key -n C-F4 display-panes \; swap-pane -s :. -t :.+ \; select-pane -t :.+
bind-key -n S-F5 kill-pane -a bind-key -n S-F5 kill-pane -a
bind-key -n C-F5 kill-pane bind-key -n C-F5 kill-pane
bind-key -n C-Up resize-pane -U bind-key -n C-Up resize-pane -U