mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
- s-up -> prev pane; s-down -> next pane
* usr/share/byobu/profiles/tmux:
This commit is contained in:
parent
3943e5aecf
commit
c44611ba23
2 changed files with 4 additions and 0 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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 <kirkland@ubuntu.com> Thu, 29 Sep 2011 14:46:58 -0400
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue