Modify the harpoon open keybinding.

This commit is contained in:
Jeremy Wall 2023-12-09 08:36:57 -05:00
parent aa42105b2b
commit 61e60e395c
3 changed files with 5 additions and 10 deletions

View File

@ -168,7 +168,7 @@ EOF";
curl curl
wget wget
jq jq
spacebar trippy
coreutils coreutils
watch watch
iterm2 iterm2

View File

@ -489,12 +489,7 @@ local harpoon = require('harpoon')
harpoon:setup() harpoon:setup()
vim.keymap.set("n", "<leader>ha", function() harpoon:list():append() end) vim.keymap.set("n", "<leader>ha", function() harpoon:list():append() end)
vim.keymap.set("n", "<C-e>", function() harpoon.ui:toggle_quick_menu(harpoon:list()) end) vim.keymap.set("n", "<leader>he", function() harpoon.ui:toggle_quick_menu(harpoon:list()) end)
--vim.keymap.set("n", "<C-h>", function() harpoon:list():select(1) end)
--vim.keymap.set("n", "<C-t>", function() harpoon:list():select(2) end)
--vim.keymap.set("n", "<C-n>", function() harpoon:list():select(3) end)
--vim.keymap.set("n", "<C-s>", function() harpoon:list():select(4) end)
vim.keymap.set("n", "<leader>pl", telescope.extensions.possession.list) vim.keymap.set("n", "<leader>pl", telescope.extensions.possession.list)
vim.keymap.set("n", "<Leader>nff", telescope_builtins.fd) vim.keymap.set("n", "<Leader>nff", telescope_builtins.fd)

6
nix/darwin/flake.lock generated
View File

@ -36,12 +36,12 @@
}, },
"locked": { "locked": {
"lastModified": 1, "lastModified": 1,
"narHash": "sha256-TCMfmw3dGAVMO2334x8dhbYn+I0UHJWx3s4joZglEgw=", "narHash": "sha256-SL1y1rZnHBuBxRGN51dYZnM9F5HUBLUXLm0MvaKW3eU=",
"path": "/nix/store/cfch4cncvmvf7lv4b4g835wk97q8ypl0-source/nix/base-system", "path": "/nix/store/45f3c4yrah5v22ka0ax58qrgxjz4h50b-source/nix/base-system",
"type": "path" "type": "path"
}, },
"original": { "original": {
"path": "/nix/store/cfch4cncvmvf7lv4b4g835wk97q8ypl0-source/nix/base-system", "path": "/nix/store/45f3c4yrah5v22ka0ax58qrgxjz4h50b-source/nix/base-system",
"type": "path" "type": "path"
} }
}, },