diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-21 17:24:47 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-21 17:24:47 +0200 |
| commit | 0b9a5345ef0000af8dcae500718dcf88acb1eefa (patch) | |
| tree | 2c54fd208d02830fa8effea7741cb331b9d0a34b | |
| parent | 2bdcbb46504b40cf8a205768c6ac5975c771b39c (diff) | |
| download | dotfiles-0b9a5345ef0000af8dcae500718dcf88acb1eefa.tar.gz dotfiles-0b9a5345ef0000af8dcae500718dcf88acb1eefa.zip | |
misc: configure info key bindings
| -rw-r--r-- | .config/texinfo/infokey | 32 | ||||
| -rwxr-xr-x | .local/bin/dotfiles | 1 |
2 files changed, 33 insertions, 0 deletions
diff --git a/.config/texinfo/infokey b/.config/texinfo/infokey new file mode 100644 index 0000000..9c36e4d --- /dev/null +++ b/.config/texinfo/infokey @@ -0,0 +1,32 @@ +# infokey source file +# +# 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`. + +#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 +f goto-node +j next-line +k prev-line +TAB move-to-next-xref +ESC TAB move-to-prev-xref +/ search +? search-backward +n search-next +N search-previous +q quit + +#echo-area +# Key bindings for the echo-area (input prompts inside info). + +#var +# Variable settings. diff --git a/.local/bin/dotfiles b/.local/bin/dotfiles index 3b608c3..dcf8696 100755 --- a/.local/bin/dotfiles +++ b/.local/bin/dotfiles @@ -142,6 +142,7 @@ sync) ripgrep # fast grep (fzf-lua live_grep provider) ranger glib2 # file explorer (and dependency) bat # syntax highlighter + texinfo # GNU info documentation reader python-pipx # Python apps environment wl-clipboard # Wayland clipboard jq # JSON processor |
