mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/share/byobu/keybindings/f-keys.tmux,
usr/share/byobu/keybindings/f-keys.tmux.disable, usr/share/doc/byobu/help.tmux.txt: - add a keybinding, Ctrl-Shift-F3/F4, to move a window right or left in the list
This commit is contained in:
parent
e7b5e06379
commit
9f3802ae19
4 changed files with 10 additions and 0 deletions
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -9,6 +9,11 @@ byobu (4.48) unreleased; urgency=low
|
|||
usr/share/byobu/profiles/tmuxrc:
|
||||
- add background/foreground/accent/highlight configurability
|
||||
for tmux profiles
|
||||
* usr/share/byobu/keybindings/f-keys.tmux,
|
||||
usr/share/byobu/keybindings/f-keys.tmux.disable,
|
||||
usr/share/doc/byobu/help.tmux.txt:
|
||||
- add a keybinding, Ctrl-Shift-F3/F4, to move a window right
|
||||
or left in the list
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 09 Nov 2011 17:54:11 -0600
|
||||
|
||||
|
|
|
@ -43,6 +43,8 @@ bind-key -n S-Left display-panes \; select-pane -L
|
|||
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-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-F4 swap-window -t :+1
|
||||
bind-key -n C-Up resize-pane -U
|
||||
bind-key -n C-Down resize-pane -D
|
||||
bind-key -n C-Left resize-pane -L
|
||||
|
|
|
@ -39,6 +39,8 @@ unbind-key -n S-Left
|
|||
unbind-key -n S-Right
|
||||
unbind-key -n C-F3
|
||||
unbind-key -n C-F4
|
||||
unbind-key -n C-S-F3
|
||||
unbind-key -n C-S-F4
|
||||
unbind-key -n C-Up
|
||||
unbind-key -n C-Down
|
||||
unbind-key -n C-Left
|
||||
|
|
|
@ -11,6 +11,7 @@ and some convenient keybindings:
|
|||
F3/F4 Move focus among windows
|
||||
Shift-F3/F4 Move focus among splits
|
||||
Ctrl-F3/F4 Move a split
|
||||
Ctrl-Shift-F3/F4 Move a window
|
||||
Alt-Left/Right Move focus among windows
|
||||
Alt-Up/Down Move focus among sessions
|
||||
Shift-Left/Right/Up/Down Move focus among splits
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue