From f09ca2f00cbf6eeb9e053aead283a6b0b715f922 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 19 Dec 2023 16:28:21 +0100 Subject: up --- .config/nvim/after/plugin/whichkey.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/nvim/after/plugin') diff --git a/.config/nvim/after/plugin/whichkey.lua b/.config/nvim/after/plugin/whichkey.lua index 9aa8079..35f8078 100644 --- a/.config/nvim/after/plugin/whichkey.lua +++ b/.config/nvim/after/plugin/whichkey.lua @@ -8,10 +8,12 @@ wk.register({ name = 'harpoon', a = { ma.add_file, 'add file', noremap = true, silent = true }, e = { ':Telescope harpoon marks', 'harpoon marks', noremap = true, silent = true }, + f = { ':Telescope harpoon marks', 'harpoon marks', noremap = true, silent = true }, }, b = { ':Buffers', 'buffers', noremap = true, silent = true }, c = { name = '+nerd-commenter' }, d = { ':bd', 'close buffer', noremap = true, silent = true }, + D = { 'ddk:put = strftime(\' * %c\')', 'insert date', noremap = true, silent = true }, e = { ':Telescope find_files', 'find files', noremap = true, silent = true }, G = { ':FloatermNew lazygit', 'lazygit', noremap = true, silent = true }, h = { ':Startify', 'startify', noremap = true, silent = true }, -- cgit v1.2.3