diff options
Diffstat (limited to '.config/nvim/after/plugin/whichkey.lua')
-rw-r--r-- | .config/nvim/after/plugin/whichkey.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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<CR>', 'harpoon marks', noremap = true, silent = true }, + f = { ':Telescope harpoon marks<CR>', 'harpoon marks', noremap = true, silent = true }, }, b = { ':Buffers<CR>', 'buffers', noremap = true, silent = true }, c = { name = '+nerd-commenter' }, d = { ':bd<CR>', 'close buffer', noremap = true, silent = true }, + D = { 'ddk:put = strftime(\' * %c\')<CR>', 'insert date', noremap = true, silent = true }, e = { ':Telescope find_files<CR>', 'find files', noremap = true, silent = true }, G = { ':FloatermNew lazygit<CR>', 'lazygit', noremap = true, silent = true }, h = { ':Startify<CR>', 'startify', noremap = true, silent = true }, |