summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after/plugin
diff options
context:
space:
mode:
authorJoe <rrbo@proton.me>2023-09-29 14:36:50 +0200
committerJoe <rrbo@proton.me>2023-09-29 14:36:50 +0200
commit1914207bcbc9ee1057d4aaa39330212f5cfbd8ed (patch)
tree30ff512e6f8f813b22c502532b4f5412814986f1 /.config/nvim/after/plugin
parentup (diff)
downloaddotfiles-bsd-1914207bcbc9ee1057d4aaa39330212f5cfbd8ed.tar.gz
dotfiles-bsd-1914207bcbc9ee1057d4aaa39330212f5cfbd8ed.tar.bz2
dotfiles-bsd-1914207bcbc9ee1057d4aaa39330212f5cfbd8ed.tar.xz
dotfiles-bsd-1914207bcbc9ee1057d4aaa39330212f5cfbd8ed.tar.zst
dotfiles-bsd-1914207bcbc9ee1057d4aaa39330212f5cfbd8ed.zip
up
Diffstat (limited to '.config/nvim/after/plugin')
-rw-r--r--.config/nvim/after/plugin/whichkey.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/nvim/after/plugin/whichkey.lua b/.config/nvim/after/plugin/whichkey.lua
index 6473a66..6676d28 100644
--- a/.config/nvim/after/plugin/whichkey.lua
+++ b/.config/nvim/after/plugin/whichkey.lua
@@ -7,7 +7,7 @@ wk.register({
a = {
name = 'harpoon',
a = { ma.add_file, 'add file', noremap = true, silent = true },
- e = { ui.toggle_quick_menu, 'toggle ui', noremap = true, silent = true },
+ e = { ':Telescope harpoon marks<CR>', 'harpoon marks', noremap = true, silent = true },
},
b = { ':Buffers<CR>', 'buffers', noremap = true, silent = true },
c = { name = '+nerd-commenter' },
@@ -22,7 +22,7 @@ wk.register({
x = { ':w<CR>:bp<CR>:bd #<CR>', 'write and close buffer', noremap = true, silent = false },
f = {
name = 'telescope',
- -- f = { ':Telescope find_files<CR>', 'find files', noremap = true, silent = true },
+ e = { ':Telescope harpoon marks<CR>', 'harpoon marks', noremap = true, silent = true },
f = { ts.find_files, 'find files', noremap = true, silent = true },
g = { ts.git_files, 'git files', noremap = true, silent = true },
s = { function()