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")