diff options
| author | Byron Torres <b@torresjrjr.com> | 2022-06-15 03:12:03 +0100 |
|---|---|---|
| committer | Byron Torres <b@torresjrjr.com> | 2022-06-15 03:19:25 +0100 |
| commit | 42447ac27614bd8278a810c0546879da0f5b1ae8 (patch) | |
| tree | 5641c44ac39af1e80c66b94c00138b73dfd90b0e /doc/haredoc.txt | |
| parent | add plugin/haredoc.vim, make :Haredoc global (diff) | |
| download | vim-haredoc-42447ac27614bd8278a810c0546879da0f5b1ae8.tar.gz | |
new gK mapping, u & d scrolling, improved docs
Diffstat (limited to '')
| -rw-r--r-- | doc/haredoc.txt | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/doc/haredoc.txt b/doc/haredoc.txt index f33a755..c2e6f60 100644 --- a/doc/haredoc.txt +++ b/doc/haredoc.txt @@ -1,4 +1,4 @@ -*haredoc.txt* *haredoc* haredoc in vim +*haredoc.txt* *haredoc* -- documentation for the Hare programming language This plugin integrates the haredoc command of the Hare programming language, which looks up and displays documentation for Hare symbols/identifiers in your @@ -19,19 +19,31 @@ MAPPINGS *K* *haredoc-K* K Show documentation for the Hare symbol under the - cursor in a |popup-window|. Press q or CTRL-C to - close. + cursor in a |popup-window|. + Press d and u to scroll largs outputs. + Press q or CTRL-C to close. + *gK* *haredoc-gK* +gK Show documentation for the Hare symbol under the + cursor in a |terminal-window|. + Press d and u to scroll largs outputs. + Press q or CTRL-C once or twice to close. + COMMANDS *:Haredoc* :Haredoc {symbol} Show documentation for the given Hare symbol in a - |terminal-window|. Press q or CTRL-C once or twice to - close. + |terminal-window|. + Press d and u to scroll largs outputs. + Press q or CTRL-C once or twice to close. :Haredoc . Same as the |K| command. +:Haredoc , Same as the |gK| command. + + + LICENSE |
