@@ -569,15 +569,7 @@ the selection, and the string to paste instead of the clipboard (respectively)."
569
569
(:li (:code " peval" ) " and " (:code " pflet" ) " renamed to " (:nxref :function ' ps-eval) " and "
570
570
(:nxref :function ' ps-labels) " (respectively)." )
571
571
(:li " Add " (:nxref :function ' ffi-add-context-menu-command)
572
- " to add custom context menu commands." )
573
- (:li " Rename " (:code " prompter:return-actions" ) " to "
574
- (:nxref :function ' prompter:actions-on-return) " ." )
575
- (:li " Rename " (:code " prompter:marks-actions" ) " to "
576
- (:nxref :function ' prompter:actions-on-marks) " ." )
577
- (:li " Rename " (:code " prompter:selection-actions" ) " to "
578
- (:nxref :function ' prompter:actions-on-current-suggestion) " ." )
579
- (:li " Rename " (:code " prompter:multi-selection-p" ) " to "
580
- (:nxref :function ' prompter:enable-marks-p) " ." ))
572
+ " to add custom context menu commands." ))
581
573
582
574
(:h3 " Bug fixes" )
583
575
(:ul
@@ -625,6 +617,60 @@ auto-mode-rules.lisp)."))
625
617
(:li " Startup is more robust against corrupted history files." )
626
618
(:li (:code " diff-mode" ) " is removed." ))
627
619
620
+ (:h3 " Bindings" )
621
+ (:ul
622
+ (:li " Add " (:nxref :command ' nyxt/prompt-buffer-mode:set-action-on-current-suggestion)
623
+ " , bound to " (:code " C-c C-j" ) " by default." )
624
+ (:li (:code " return-selection" ) " renamed to "
625
+ (:nxref :command ' nyxt/prompt-buffer-mode:run-action-on-return-over-marks)
626
+ " . The default keybinding is the same." )
627
+ (:li (:code " cancel-input" ) " renamed to "
628
+ (:nxref :command ' nyxt/prompt-buffer-mode:exit-prompt-buffer)
629
+ " . The default keybinding is the same." )
630
+ (:li (:code " toggle-mark-all" ) " renamed to "
631
+ (:nxref :command ' nyxt/prompt-buffer-mode:mark-complement)
632
+ " . The default keybinding is the same." )
633
+ (:li (:code " toggle-mark-backwards" ) " renamed to "
634
+ (:nxref :command ' nyxt/prompt-buffer-mode:mark-backwards)
635
+ " . The default keybinding is the same." )
636
+ (:li (:code " toggle-mark" ) " renamed to "
637
+ (:nxref :command ' nyxt/prompt-buffer-mode:mark-forward)
638
+ " . The default keybinding is the same." )
639
+ (:li (:code " select-next-source" ) " renamed to "
640
+ (:nxref :command ' nyxt/prompt-buffer-mode:next-source)
641
+ " . The default keybinding is the same." )
642
+ (:li (:code " select-previous-source" ) " renamed to "
643
+ (:nxref :command ' nyxt/prompt-buffer-mode:previous-source)
644
+ " . The default keybinding is the same." )
645
+ (:li (:code " select-next-page" ) " renamed to "
646
+ (:nxref :command ' nyxt/prompt-buffer-mode:next-page)
647
+ " . The default keybinding is the same." )
648
+ (:li (:code " select-previous-page" ) " renamed to "
649
+ (:nxref :command ' nyxt/prompt-buffer-mode:previous-page)
650
+ " . The default keybinding is the same." )
651
+ (:li (:code " select-last" ) " renamed to "
652
+ (:nxref :command ' nyxt/prompt-buffer-mode:last-suggestion)
653
+ " . The default keybinding is the same." )
654
+ (:li (:code " select-first" ) " renamed to "
655
+ (:nxref :command ' nyxt/prompt-buffer-mode:first-suggestion)
656
+ " . The default keybinding is the same." )
657
+ (:li (:code " select-next" ) " renamed to "
658
+ (:nxref :command ' nyxt/prompt-buffer-mode:next-suggestion)
659
+ " . The default keybinding is the same." )
660
+ (:li (:code " select-previous" ) " renamed to "
661
+ (:nxref :command ' nyxt/prompt-buffer-mode:previous-suggestion)
662
+ " . The default keybinding is the same." )
663
+ (:li (:code " return-marks-action" ) " renamed to "
664
+ (:nxref :command ' nyxt/prompt-buffer-mode:set-action-on-return)
665
+ " . The default keybinding is the same." )
666
+ (:li (:code " run-selection-action" ) " renamed to "
667
+ (:nxref :command ' nyxt/prompt-buffer-mode:run-action-on-current-suggestion)
668
+ " . The default keybinding is the same." )
669
+ (:li (:code " toggle-selection-actions-enabled" ) " renamed to "
670
+ (:nxref :command
671
+ ' nyxt/prompt-buffer-mode:toggle-actions-on-current-suggestion-enabled)
672
+ " . The default keybinding is the same." ))
673
+
628
674
(:h3 " Programming interface" )
629
675
(:ul
630
676
(:li " Generate methods instead of functions in " (:nxref :function ' define-parenscript)
@@ -654,7 +700,15 @@ regular commands, such as "
654
700
(:li (:nxref :command ' set-url) " and " (:nxref :command ' set-url-new-buffer) " accept the "
655
701
(:code " :URL" ) " keyword argument and load it when provided." )
656
702
(:li " New " (:nxref :function ' ffi-height) " and " (:nxref :function ' ffi-width)
657
- " methods to unify most of the height & width methods used before." ))
703
+ " methods to unify most of the height & width methods used before." )
704
+ (:li " Rename " (:code " prompter:return-actions" ) " to "
705
+ (:nxref :function ' prompter:actions-on-return) " ." )
706
+ (:li " Rename " (:code " prompter:marks-actions" ) " to "
707
+ (:nxref :function ' prompter:actions-on-marks) " ." )
708
+ (:li " Rename " (:code " prompter:selection-actions" ) " to "
709
+ (:nxref :function ' prompter:actions-on-current-suggestion) " ." )
710
+ (:li " Rename " (:code " prompter:multi-selection-p" ) " to "
711
+ (:nxref :function ' prompter:enable-marks-p) " ." ))
658
712
659
713
(:h3 " Bug fixes" )
660
714
(:ul
0 commit comments