From cc8561269c9bcca317bca607f75dd6c0e02a6694 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 1 Jul 2018 23:48:32 +1200 Subject: Allow range for \d and \D bindings --- vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index f8cfc115..c4f6c2dd 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -219,9 +219,9 @@ nnoremap c :set cursorline! cursorline? " \C toggles 'cursorcolumn' nnoremap C :set cursorcolumn! cursorcolumn? " \d inserts the local date (POSIX date) -nnoremap d :read !date +nnoremap d :read !date " \D inserts the UTC date (POSIX date) -nnoremap D :read !date -u +nnoremap D :read !date -u " \f shows the current 'formatoptions' at a glance nnoremap f :set formatoptions? " \g changes directory to the current file's location -- cgit v1.2.3