From 5e5f6ffe49fe6f935a9bf2a08c164d0ddf8dbc46 Mon Sep 17 00:00:00 2001 From: Proctor Date: Wed, 18 Oct 2023 14:23:15 -0500 Subject: [PATCH] NVIM: add mapping for extended date format insert --- nvim/.config/nvim/fnl/dotfiles/mapping.fnl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nvim/.config/nvim/fnl/dotfiles/mapping.fnl b/nvim/.config/nvim/fnl/dotfiles/mapping.fnl index 91348f5..868d34e 100644 --- a/nvim/.config/nvim/fnl/dotfiles/mapping.fnl +++ b/nvim/.config/nvim/fnl/dotfiles/mapping.fnl @@ -32,6 +32,8 @@ ; Insert Date (noremap :n : "\"=strftime(\"%F\")p") (noremap :i : "=strftime(\"%F\")") +(noremap :n : "\"=trim(system('date -u'))p") +(noremap :i : "=trim(system('date -u'))") ; Make markdown link with empty url ;map ah S