FIX: added space after time

This commit is contained in:
Michael Clemens 2022-10-31 09:42:31 +01:00
parent ed858819de
commit 00c89818f6
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ You can insert the current time in UTC and HHMM format by pressing <F5> if you a
# Insert current time in HHMM format with <F5>
let $TZ='UTC'
:nnoremap <F5> "=strftime("%H%M")<CR>P
:inoremap <F5> <C-R>=strftime("%H%M")<CR>
:nnoremap <F5> "=strftime("%H%M ")<CR>P
:inoremap <F5> <C-R>=strftime("%H%M ")<CR>
## Install