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