Skip to content

Commit

Permalink
Add references to other help pages where needed
Browse files Browse the repository at this point in the history
From `:h help-writing`:

    When referring to an existing help tag and to create a hot-link,
    place the name between two bars ("|") eg. |help-writing|.

Gives a helpful highlight and allows using <C-]> on top of them
  • Loading branch information
tuurep committed Jul 24, 2024
1 parent 653ddc2 commit 85c7166
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/vivify.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ You may also want to map it to a keybind, for example: >
nnoremap <leader>v <cmd>Vivify<cr>
<
Tip: to set a keybind for Markdown files only, add the mapping in your
ftplugin directory under markdown.vim as: >
|ftplugin| directory under markdown.vim as: >
nnoremap <buffer> <leader>v <cmd>Vivify<cr>
<

CONFIGURATION *vivify-configuration*

Refresh page contents on TextChanged and TextChangedI (default): >
Refresh page contents on |TextChanged| and |TextChangedI| (default): >
let g:vivify_instant_refresh = 1
<
Refresh page contents on CursorHold and CursorHoldI: >
Refresh page contents on |CursorHold| and |CursorHoldI|: >
let g:vivify_instant_refresh = 0
<
To recognize other filetypes as markdown, use g:vivify_filetypes array,
Expand Down

0 comments on commit 85c7166

Please sign in to comment.