mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* usr/share/byobu/keybindings/f-keys.tmux:
- fix navigation among sessions
This commit is contained in:
parent
d7ad6e17cb
commit
7cbd3eb6f8
2 changed files with 4 additions and 3 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -1,6 +1,7 @@
|
||||||
byobu (5.70) unreleased; urgency=low
|
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
|
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 17 Dec 2013 14:27:43 -0700
|
||||||
|
|
||||||
|
|
|
@ -36,8 +36,8 @@ bind-key -n F3 previous-window
|
||||||
bind-key -n F4 next-window
|
bind-key -n F4 next-window
|
||||||
bind-key -n M-Left previous-window
|
bind-key -n M-Left previous-window
|
||||||
bind-key -n M-Right next-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-Up switch-client -p
|
||||||
bind-key -n M-Down choose-session \; send-keys Down \; send-keys Enter
|
bind-key -n M-Down switch-client -n
|
||||||
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 S-Up display-panes \; select-pane -U
|
bind-key -n S-Up display-panes \; select-pane -U
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue