diff options
| -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 |
