Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Harpoon KenjiNew to Visual Studio Code? Get it now.
Harpoon Kenji

Harpoon Kenji

Kenji

|
96 installs
| (3) | Free
Yoink files inside of an inferior editor
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Harpoon

VSCode version of harpoon made by ThePrimeagen.

Setup

{
    "key": "ctrl+e",
    "command": "harpoon.show"
},
{
    "key": "ctrl+h",
    "command": "harpoon.yoink",
    "args": [0]
},
{
    "key": "ctrl+t",
    "command": "harpoon.yoink",
    "args": [1]
},
{
    "key": "ctrl+n",
    "command": "harpoon.yoink",
    "args": [2]
}
"vim.normalModeKeyBindingsNonRecursive": [
    {
      "before": ["<leader>", "a"],
      "commands": ["harpoon.add"]
    }
]
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft