aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-06-22 13:25:21 +1200
committerTom Ryder <tom@sanctum.geek.nz>2014-06-22 13:25:21 +1200
commitdfe5292c751ea47cdbc1cfd7a3f4b03462993d58 (patch)
treecbc447ed4f426666c5b3575e47b13a0e9d914067 /vim/vimrc
parentDetect typechanges in git prompt (diff)
downloaddotfiles-dfe5292c751ea47cdbc1cfd7a3f4b03462993d58.tar.gz
dotfiles-dfe5292c751ea47cdbc1cfd7a3f4b03462993d58.zip
Add Unicode snowman digraph
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