From 31cb23715b4165da63f1dfd38e7e0f9641e75d73 Mon Sep 17 00:00:00 2001 From: "Andre A. Gomes" Date: Mon, 29 Jan 2024 22:22:53 +0200 Subject: [PATCH] help(common-settings): Minor wording refactor. --- source/help.lisp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/source/help.lisp b/source/help.lisp index dad57283d616..a4f16178c3df 100644 --- a/source/help.lisp +++ b/source/help.lisp @@ -139,7 +139,7 @@ to the next." (case section (keybindings (:div.section - (:h3 "Keybinding mode") + (:h3 "Keybindings") (:div.row (:div.left (:nradio @@ -170,8 +170,10 @@ to the next." :form '(define-configuration (input-buffer) ((default-modes (pushnew 'nyxt/mode/vi:vi-normal-mode %slot-value%)))))))) (:div.right - (:p "For individual buffers - keyschemes can be toggled with the (toggle-modes) command.") - (:p "For a persistent keyscheme each time you start Nyxt - make a selection here."))))) + (:p "Make a selection to set the default keybindings for every new +Nyxt session (after restart).") + (:p "Keybindings can also be enabled on a per-buffer basis by +invoking the " (:nxref :command 'toggle-modes) "command."))))) (theme-and-style (:div.section (:h3 "Browser interface")