From aa1a85f3e94d1fc8729b87e7d3e02b32abef22f1 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 4 Jan 2024 15:37:36 +0100 Subject: up --- .config/nvim/after/plugin/whichkey.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') diff --git a/.config/nvim/after/plugin/whichkey.lua b/.config/nvim/after/plugin/whichkey.lua index b96a4bc..003c88c 100644 --- a/.config/nvim/after/plugin/whichkey.lua +++ b/.config/nvim/after/plugin/whichkey.lua @@ -18,7 +18,7 @@ wk.register({ f = { ':Telescope harpoon marks', 'harpoon telescope ui', noremap = true, silent = true }, }, d = { ':bd', 'close buffer', noremap = true, silent = true }, - D = { '"-ddk:put = strftime(\' * %c\')', 'insert date', noremap = true, silent = true }, + D = { '"-ddk:put = strftime(\' * %a %b %d %T %Y\')', 'insert date', noremap = true, silent = true }, h = { ':Startify', 'startify', noremap = true, silent = true }, k = { ':w:bp:bd #', 'write and close buffer', noremap = true, silent = false }, u = { vim.cmd.UndotreeToggle, 'undotree', noremap = true, silent = true }, -- cgit v1.2.3