diff options
author | Joe <rbo@gmx.us> | 2024-01-04 15:37:36 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-04 15:37:36 +0100 |
commit | aa1a85f3e94d1fc8729b87e7d3e02b32abef22f1 (patch) | |
tree | 9a66b9ecb19582b203fe73085cfc9b4c733b3925 /.config/nvim/after/plugin/whichkey.lua | |
parent | up (diff) | |
download | dotfiles-bsd-aa1a85f3e94d1fc8729b87e7d3e02b32abef22f1.tar.gz dotfiles-bsd-aa1a85f3e94d1fc8729b87e7d3e02b32abef22f1.tar.bz2 dotfiles-bsd-aa1a85f3e94d1fc8729b87e7d3e02b32abef22f1.tar.xz dotfiles-bsd-aa1a85f3e94d1fc8729b87e7d3e02b32abef22f1.tar.zst dotfiles-bsd-aa1a85f3e94d1fc8729b87e7d3e02b32abef22f1.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/nvim/after/plugin/whichkey.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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<CR>', 'harpoon telescope ui', noremap = true, silent = true }, }, d = { ':bd<CR>', 'close buffer', noremap = true, silent = true }, - D = { '"-ddk:put = strftime(\' * %c\')<CR>', 'insert date', noremap = true, silent = true }, + D = { '"-ddk:put = strftime(\' * %a %b %d %T %Y\')<CR>', 'insert date', noremap = true, silent = true }, h = { ':Startify<CR>', 'startify', noremap = true, silent = true }, k = { ':w<CR>:bp<CR>:bd #<CR>', 'write and close buffer', noremap = true, silent = false }, u = { vim.cmd.UndotreeToggle, 'undotree', noremap = true, silent = true }, |