aboutsummaryrefslogtreecommitdiff
path: root/vim/config/digraphs.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-28 21:42:15 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-28 21:42:15 +1300
commitebf0f4bea112cb242de2502daa5074a6c63c806a (patch)
tree82bb81a44a5abbaf24bd38e69ce78d6616f77864 /vim/config/digraphs.vim
parentMove syntax config back into .vimrc (diff)
downloaddotfiles-ebf0f4bea112cb242de2502daa5074a6c63c806a.tar.gz
dotfiles-ebf0f4bea112cb242de2502daa5074a6c63c806a.zip
Move digraphs .vimrc config into subfile
Diffstat (limited to 'vim/config/digraphs.vim')
-rw-r--r--vim/config/digraphs.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/vim/config/digraphs.vim b/vim/config/digraphs.vim
new file mode 100644
index 00000000..0982d94f
--- /dev/null
+++ b/vim/config/digraphs.vim
@@ -0,0 +1,6 @@
+" 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