Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Mention Vim's unicode digraphs
  • Loading branch information
hoelzro committed Aug 28, 2015
1 parent 15603c8 commit 2e91532
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/Language/unicode_entry.pod
Expand Up @@ -26,6 +26,15 @@ example, the Greek letter 位 (lambda) is entered via the key combination:
^Vu03BB
You can also use C<Ctrl-K>/C<^K> along with a digraph to type in some
characters. So an alternative to the above using digraphs looks like this:
^Kl*
The list of digraphs Vim provides is documented
L<here|http://vimdoc.sourceforge.net/htmldoc/digraph.html>; you can add
your own with the C<:digraph> command.
Further information about entering special characters in Vim can be found on
the Vim Wikia page about L<entering special
characters|http://vim.wikia.com/wiki/Entering_special_characters>.
Expand Down

0 comments on commit 2e91532

Please sign in to comment.