* usr/share/byobu/keybindings/f-keys.tmux:

- fix navigation among sessions
This commit is contained in:
Dustin Kirkland 2014-01-16 17:21:13 -06:00
commit 7cbd3eb6f8
2 changed files with 4 additions and 3 deletions

3
debian/changelog vendored
View file

@ -1,6 +1,7 @@
byobu (5.70) unreleased; urgency=low
* UNRELEASED
* usr/share/byobu/keybindings/f-keys.tmux:
- fix navigation among sessions
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 17 Dec 2013 14:27:43 -0700

View file

@ -36,8 +36,8 @@ bind-key -n F3 previous-window
bind-key -n F4 next-window
bind-key -n M-Left previous-window
bind-key -n M-Right next-window
bind-key -n M-Up choose-session \; send-keys Up \; send-keys Enter
bind-key -n M-Down choose-session \; send-keys Down \; send-keys Enter
bind-key -n M-Up switch-client -p
bind-key -n M-Down switch-client -n
bind-key -n S-F3 display-panes \; select-pane -t :.-
bind-key -n S-F4 display-panes \; select-pane -t :.+
bind-key -n S-Up display-panes \; select-pane -U