aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index f8cfc115..c4f6c2dd 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -219,9 +219,9 @@ nnoremap <Bslash>c :<C-U>set cursorline! cursorline?<CR>
" \C toggles 'cursorcolumn'
nnoremap <Bslash>C :<C-U>set cursorcolumn! cursorcolumn?<CR>
" \d inserts the local date (POSIX date)
-nnoremap <Bslash>d :<C-U>read !date<CR>
+nnoremap <Bslash>d :read !date<CR>
" \D inserts the UTC date (POSIX date)
-nnoremap <Bslash>D :<C-U>read !date -u<CR>
+nnoremap <Bslash>D :read !date -u<CR>
" \f shows the current 'formatoptions' at a glance
nnoremap <Bslash>f :<C-U>set formatoptions?<CR>
" \g changes directory to the current file's location