diff options
author | Joe <rbo@gmx.us> | 2023-12-19 16:28:21 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-19 16:28:21 +0100 |
commit | f09ca2f00cbf6eeb9e053aead283a6b0b715f922 (patch) | |
tree | 02c2df9098401c20744d93ad4e2437bcc88ec354 /.config/nvim/after/plugin | |
parent | up (diff) | |
download | dotfiles-bsd-f09ca2f00cbf6eeb9e053aead283a6b0b715f922.tar.gz dotfiles-bsd-f09ca2f00cbf6eeb9e053aead283a6b0b715f922.tar.bz2 dotfiles-bsd-f09ca2f00cbf6eeb9e053aead283a6b0b715f922.tar.xz dotfiles-bsd-f09ca2f00cbf6eeb9e053aead283a6b0b715f922.tar.zst dotfiles-bsd-f09ca2f00cbf6eeb9e053aead283a6b0b715f922.zip |
up
Diffstat (limited to '')
-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 }, |