From 16a18df4813c0d9e789f56e132d7133129a68f85 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 1 Jul 2018 23:50:26 +1200 Subject: Remove custom digraphs Ellipsis is digraph ,. which is fine. Mac command key I have never used, snowman was just a joke. --- vim/vimrc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 5cc62439..b35c5404 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -264,13 +264,6 @@ nmap x StripTrailingWhitespace " \z sets NZ English spelling (compare \u) nnoremap z :setlocal spelllang=en_nz -" Custom digraphs -if has('digraphs') - digraph ./ 8230 " HORIZONTAL ELLIPSIS U+2026 - digraph %% 8984 " PLACE OF INTEREST SIGN U+2318 (Mac command key) - digraph 8: 9731 " SNOWMAN U+2603 -endif - " Settings for plugins if &loadplugins -- cgit v1.2.3