summaryrefslogtreecommitdiffstats
path: root/software
diff options
context:
space:
mode:
Diffstat (limited to 'software')
-rw-r--r--software/vim.page14
1 files changed, 14 insertions, 0 deletions
diff --git a/software/vim.page b/software/vim.page
index a4ff789..9fd4fb3 100644
--- a/software/vim.page
+++ b/software/vim.page
@@ -103,3 +103,17 @@ Links to more...
------------------
- `vim anti-patterns <http://blog.sanctum.geek.nz/vim-anti-patterns/>`_
+
+Digraphs
+------------
+
+Digraphs are a simple mechanism for entering certin special characters (like τ,
+ā, etc) on a boring English/USA keyboard. RFC1345 defines a mapping between
+two-character digraph sequences and characters; these can be entered in vim
+from insert mode using C-k followed by the two characters. For example, while
+inserting, type `C-k t *` to get `τ`. In contemporary vim this comes though as
+the correct UTF-8 encoding.
+
+For a long listing of characters, look at `help digraphs-default`, or this list
+of math-y characters: http://www.alecjacobson.com/weblog/?p=443
+