From 7e284487f7f31366367b14bc16c934e50ba2c527 Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Mon, 31 Oct 2022 10:02:00 +0100 Subject: [PATCH] FIX: formatting --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 269e401..71678c1 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,14 @@ Because it's nice to take a small GNU/Linux based laptop with me on portable ope You can insert the current time in UTC and HHMM format by pressing and the current date string by pressing if you add the following lines to your .vimrc file: - "Insert current time in HHMM format with + " set timezone to UTC let $TZ='UTC' + + " insert current time in HHMM format with :nnoremap "=strftime("%H%M ")P :inoremap =strftime("%H%M ") - "Insert current date with + + " insert current date with :nnoremap "=strftime("date %G-%m-%d")P :inoremap =strftime("date %G-%m-%d")