From 2e9959cdd030f32d06794d6ee978606269b05989 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 21 Jun 2018 11:11:32 +1200 Subject: More deckchairs on the Titanic --- vim/vimrc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 100e1f16..34d5b2c7 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -248,6 +248,13 @@ nnoremap ZA :wall! " ZW does an unconditional write for this buffer nnoremap ZW :write! +" 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 + " Use different keys for global and local leaders if 1 let g:mapleader = '\' @@ -307,13 +314,6 @@ if has('packages') packadd! matchit endif -" 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 - " Disable most core plugin stuff that I don't use; after/plugin/dist.vim " clears these variables later if 1 -- cgit v1.2.3