Skip to content

Commit

Permalink
changelog: Add entries relative to prompt buffer commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Nov 9, 2022
1 parent 8bdefef commit 0957dec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion source/changelog.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,12 @@ to open a file, save it, switch buffer or delete current buffer.")
(:li (:nxref :command 'nyxt/document-mode:paste-from-clipboard-ring) " is now conveniently bound to "
(:code "M-y") " in Emacs scheme of "
(:nxref :class-name 'nyxt/document-mode:document-mode) ".")
(:li "Prompt-buffer now has familiar bindings for text cutting."))
(:li "Prompt-buffer now has familiar bindings for text cutting.")
(:li "Add " (:nxref :command 'nyxt/prompt-buffer-mode:set-selection-action)
", bound to " (:code "C-c C-j") "by default.")
(:li (:code "return-selection-over-action") " renamed to "
(:nxref :command 'nyxt/prompt-buffer-mode:return-marks-action)
". The default keybinding is the same."))

(:h3 "Programming interface")
(:ul
Expand Down

0 comments on commit 0957dec

Please sign in to comment.