From 51be0dc9cc93686bdc45561dea4d9d050dea4137 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 6 Jun 2018 15:39:07 +1200 Subject: Spacing adjustments --- vim/vimrc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 01614231..d6cdc7f3 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -82,7 +82,6 @@ endif " \d inserts the current local date from date(1) nnoremap d :read !date - " \D inserts the current UTC date from date(1) nnoremap D :read !date -u @@ -519,13 +518,10 @@ if has('user_commands') " \a: Reformat paragraphs to 'textwidth' on all insert or delete operations nnoremap a :ToggleOptionFlagLocal formatoptions a - " \c: Reformat comments to 'textwidth' nnoremap c :ToggleOptionFlagLocal formatoptions c - " \j: Delete comment leaders when joining lines nnoremap j :ToggleOptionFlagLocal formatoptions j - " \t: Reformat non-comment text to 'textwidth' nnoremap t :ToggleOptionFlagLocal formatoptions t -- cgit v1.2.3