From 0e700c015954dc348f76f14061c54dcc5a546246 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 4 Oct 2011 11:25:04 -0400 Subject: [PATCH] - swap panes around slightly more sensibly * usr/share/byobu/profiles/tmux: --- debian/changelog | 2 ++ usr/share/byobu/profiles/tmux | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index fbf38185..aa7c8523 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ byobu (4.38) unreleased; urgency=low - default mode keys to vi (to match screen/byobu) - explicitly set a couple of colors, highlight active pane a bit - 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/release, usr/lib/byobu/.shutil, 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 * usr/share/byobu/profiles/tmux: * usr/bin/byobu: + * 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 5cdc5347..9384c0ff 100644 --- a/usr/share/byobu/profiles/tmux +++ b/usr/share/byobu/profiles/tmux @@ -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-F3 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-F4 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 \; swap-pane -s :. -t :.+ \; select-pane -t :.+ bind-key -n S-F5 kill-pane -a bind-key -n C-F5 kill-pane bind-key -n C-Up resize-pane -U