aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 768a86c2..e07b385a 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -94,10 +94,11 @@ set complete-=i
" InsertLeave events, but also to actually undo the current insert operation
inoremap <C-c> <C-c>u
-" A couple of custom digraphs
+" A few very important custom digraphs
if has('digraphs')
digraph ./ 8230 " Ellipsis (HORIZONTAL ELLIPSIS U+2026)
digraph %% 8984 " Mac command key (PLACE OF INTEREST SIGN U+2318)
+ digraph 8: 9731 " Snowman (SNOWMAN U+2603)
endif
" Try Mac line-endings if UNIX or DOS don't make sense; this has never