diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-03 13:12:06 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-03 13:12:06 +0200 |
| commit | 1d208bb9ce6364f35432d298d7cade65339ad62d (patch) | |
| tree | f5a0288bcff86a3e4673c54af611d5127ab85f85 /.config/texinfo/infokey | |
| parent | 978e45966b7d797ae653ceadd7fe31d8d0e46481 (diff) | |
| download | dotfiles-1d208bb9ce6364f35432d298d7cade65339ad62d.tar.gz dotfiles-1d208bb9ce6364f35432d298d7cade65339ad62d.zip | |
misc(info): update keybindings
Diffstat (limited to '.config/texinfo/infokey')
| -rw-r--r-- | .config/texinfo/infokey | 19 |
1 files 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 +# <term://info info --node 'infokey format'> #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 |
