aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-01 23:50:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-01 23:50:26 +1200
commit16a18df4813c0d9e789f56e132d7133129a68f85 (patch)
treecf79ca13020152482f23c92bcb4353d192952a51
parentRemove unnecessary value report from \u \z maps (diff)
downloaddotfiles-16a18df4813c0d9e789f56e132d7133129a68f85.tar.gz
dotfiles-16a18df4813c0d9e789f56e132d7133129a68f85.zip
Remove custom digraphs
Ellipsis is digraph ,. which is fine. Mac command key I have never used, snowman was just a joke.
-rw-r--r--vim/vimrc7
1 files changed, 0 insertions, 7 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 5cc62439..b35c5404 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -264,13 +264,6 @@ nmap <Leader>x <Plug>StripTrailingWhitespace
" \z sets NZ English spelling (compare \u)
nnoremap <Bslash>z :<C-U>setlocal spelllang=en_nz<CR>
-" 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