From 1d208bb9ce6364f35432d298d7cade65339ad62d Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Wed, 3 Jun 2026 13:12:06 +0200 Subject: misc(info): update keybindings --- .config/texinfo/infokey | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/.config/texinfo/infokey b/.config/texinfo/infokey index 9c36e4d..62f1e47 100644 --- a/.config/texinfo/infokey +++ b/.config/texinfo/infokey @@ -3,26 +3,33 @@ # See the help within info for the list of available commands # # Section headers below (#info, #echo-area, #var) are infokey keywords; any -# other line starting with `#` is a comment. See `info infokey`. +# other line starting with `#` is a comment, see +# #info # Key bindings for the info reader. -^d scroll-forward-page-only -^u scroll-backward-page-only -g beginning-of-node -G end-of-node + l next-node h prev-node u up-node +p history-node +t top-node f goto-node + +^d scroll-forward-page-only +^u scroll-backward-page-only j next-line k prev-line +g beginning-of-node +G end-of-node TAB move-to-next-xref -ESC TAB move-to-prev-xref +ESC-TAB move-to-prev-xref + / search ? search-backward n search-next N search-previous + q quit #echo-area -- cgit v1.3.1