mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
* usr/share/byobu/keybindings/f-keys.tmux: LP: #1861555
- Update usage of tmux swap-window so that focus stays with the original window.
This commit is contained in:
commit
1577979d37
2 changed files with 9 additions and 3 deletions
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -1,9 +1,15 @@
|
||||||
byobu (5.131) unreleased; urgency=medium
|
byobu (5.131) unreleased; urgency=medium
|
||||||
|
|
||||||
|
[ Dustin Kirkland ]
|
||||||
* debian/control: Closes: #949941
|
* debian/control: Closes: #949941
|
||||||
- build-depend on python3-pep8, rather than pep8 transitional package
|
- build-depend on python3-pep8, rather than pep8 transitional package
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 09 Feb 2020 10:06:01 -0600
|
[ Chris Coulson ]
|
||||||
|
* usr/share/byobu/keybindings/f-keys.tmux: LP: #1861555
|
||||||
|
- Update usage of tmux swap-window so that focus stays with the
|
||||||
|
original window.
|
||||||
|
|
||||||
|
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 09 Feb 2020 10:25:20 -0600
|
||||||
|
|
||||||
byobu (5.130-0ubuntu1) focal; urgency=medium
|
byobu (5.130-0ubuntu1) focal; urgency=medium
|
||||||
|
|
||||||
|
|
|
@ -46,8 +46,8 @@ bind-key -n S-Left display-panes \; select-pane -L
|
||||||
bind-key -n S-Right display-panes \; select-pane -R
|
bind-key -n S-Right display-panes \; select-pane -R
|
||||||
bind-key -n C-F3 display-panes \; swap-pane -s :. -t :.- \; 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 C-F4 display-panes \; swap-pane -s :. -t :.+ \; select-pane -t :.+
|
||||||
bind-key -n C-S-F3 swap-window -t :-1
|
bind-key -n C-S-F3 swap-window -t :-1 -d
|
||||||
bind-key -n C-S-F4 swap-window -t :+1
|
bind-key -n C-S-F4 swap-window -t :+1 -d
|
||||||
bind-key -n M-S-Up resize-pane -U
|
bind-key -n M-S-Up resize-pane -U
|
||||||
bind-key -n M-S-Down resize-pane -D
|
bind-key -n M-S-Down resize-pane -D
|
||||||
bind-key -n M-S-Left resize-pane -L
|
bind-key -n M-S-Left resize-pane -L
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue