You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
2.4 KiB

  1. --- a/usr/share/byobu/keybindings/f-keys.tmux
  2. +++ b/usr/share/byobu/keybindings/f-keys.tmux
  3. @@ -26,8 +26,8 @@ source $BYOBU_PREFIX/share/byobu/keybind
  4. # Byobu's Keybindings
  5. # Documented in: $BYOBU_PREFIX/share/doc/byobu/help.tmux.txt
  6. -bind-key -n F1 new-window -k -n config byobu-config
  7. -bind-key -n S-F1 new-window -k -n help "sh -c '$BYOBU_PAGER $BYOBU_PREFIX/share/doc/byobu/help.tmux.txt'"
  8. +bind-key -n F1 new-window -n config byobu-config
  9. +bind-key -n S-F1 new-window -n help "sh -c '$BYOBU_PAGER $BYOBU_PREFIX/share/doc/byobu/help.tmux.txt'"
  10. bind-key -n F2 new-window -c "#{pane_current_path}" \; rename-window "-"
  11. bind-key -n C-F2 display-panes \; split-window -h -c "#{pane_current_path}"
  12. bind-key -n S-F2 display-panes \; split-window -v -c "#{pane_current_path}"
  13. @@ -54,7 +54,7 @@ bind-key -n M-S-Left resize-pane -L
  14. bind-key -n M-S-Right resize-pane -R
  15. bind-key -n F5 source $BYOBU_PREFIX/share/byobu/profiles/tmuxrc
  16. bind-key -n M-F5 run-shell '$BYOBU_PREFIX/lib/byobu/include/toggle-utf8' \; source $BYOBU_PREFIX/share/byobu/profiles/tmuxrc
  17. -bind-key -n S-F5 new-window -k "$BYOBU_PREFIX/lib/byobu/include/cycle-status" \; source $BYOBU_PREFIX/share/byobu/profiles/tmuxrc
  18. +bind-key -n S-F5 new-window "$BYOBU_PREFIX/lib/byobu/include/cycle-status" \; source $BYOBU_PREFIX/share/byobu/profiles/tmuxrc
  19. bind-key -n C-F5 send-keys ". $BYOBU_PREFIX/bin/byobu-reconnect-sockets" \; send-keys Enter
  20. bind-key -n C-S-F5 new-window -d "byobu-select-profile -r"
  21. bind-key -n F6 detach
  22. @@ -68,9 +68,9 @@ bind-key -n M-PPage copy-mode \; send-ke
  23. bind-key -n F8 command-prompt -p "(rename-window) " "rename-window '%%'"
  24. bind-key -n C-F8 command-prompt -p "(rename-session) " "rename-session '%%'"
  25. bind-key -n S-F8 next-layout
  26. -bind-key -n M-S-F8 new-window -k "byobu-layout restore; clear; $SHELL"
  27. +bind-key -n M-S-F8 new-window "byobu-layout restore; clear; $SHELL"
  28. bind-key -n C-S-F8 command-prompt -p "Save byobu layout as:" "run-shell \"byobu-layout save '%%'\""
  29. -bind-key -n F9 new-window -k -n config byobu-config
  30. +bind-key -n F9 new-window -n config byobu-config
  31. bind-key -n S-F9 command-prompt -p "Send command to all panes:" "run-shell \"$BYOBU_PREFIX/lib/byobu/include/tmux-send-command-to-all-panes '%%'\""
  32. bind-key -n C-F9 command-prompt -p "Send command to all windows:" "run-shell \"$BYOBU_PREFIX/lib/byobu/include/tmux-send-command-to-all-windows '%%'\""
  33. bind-key -n M-F9 display-panes \; setw synchronize-panes