From c44611ba2311619b9c20d030d35c6fd6bf34150b Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 5 Oct 2011 09:45:51 -0400 Subject: [PATCH] - s-up -> prev pane; s-down -> next pane * usr/share/byobu/profiles/tmux: --- debian/changelog | 2 ++ usr/share/byobu/profiles/tmux | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 69e65ecb..997c09ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ byobu (4.38) unreleased; urgency=low - shift-f5 rotate through preset layouts - ctrl-f6 kill a pane - use magenta/magenta for focused pane + - s-up -> prev pane; s-down -> next pane * 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: @@ -30,6 +31,7 @@ byobu (4.38) unreleased; urgency=low * usr/share/byobu/profiles/tmux: * usr/share/byobu/profiles/tmux: * usr/share/byobu/profiles/tmux: + * 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 b6d4c6e6..45b500a2 100644 --- a/usr/share/byobu/profiles/tmux +++ b/usr/share/byobu/profiles/tmux @@ -52,6 +52,8 @@ bind-key -n S-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 next-layout +bind-key -n S-Up display-panes \; select-pane -t :.- +bind-key -n S-Down display-panes \; select-pane -t :.+ bind-key -n C-Up resize-pane -U bind-key -n C-Down resize-pane -D bind-key -n C-Left resize-pane -L