Vim digraphs

From wikinotes
Revision as of 18:53, 19 November 2022 by Will (talk | contribs) (Created page with "The <code>:digraphs</code> command gives you access to UTF-8 characters you cannot enter directly with a keyboard.<br> You can use custom syntax highlighting to swap characters or character-combinations with these UTF-8 characters. = Tutorials = <blockquote> {| class="wikitable" |- | digraphs/ligatures in vim || https://alpha2phi.medium.com/vim-digraphs-and-ligatures-7dec3cb0a623 |- |} </blockquote><!-- Tutorials --> = Example = <blockquote> <syntaxhighlight lang="bash...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The :digraphs command gives you access to UTF-8 characters you cannot enter directly with a keyboard.
You can use custom syntax highlighting to swap characters or character-combinations with these UTF-8 characters.

Tutorials

digraphs/ligatures in vim https://alpha2phi.medium.com/vim-digraphs-and-ligatures-7dec3cb0a623

Example