summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCaleb Heuer <ch@raiguard.me>2023-05-03 17:11:29 -0600
committerCaleb Heuer <ch@raiguard.me>2023-05-03 17:11:29 -0600
commitcb65490220c139bdda4deeead673662645dc19b5 (patch)
tree1a87f0acf21302d0d473f696f0259baa061bb574 /README.md
parent29f7c7717eecf25fb252f63f5aa9febb86e7866a (diff)
Change default bindings to alt
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5022a41..2476dd5 100644
--- a/README.md
+++ b/README.md
@@ -12,9 +12,9 @@ Source `harpoon.kak` in your `kakrc`, or use a plugin manager.
> Assumes that you are using the default keybindings by calling `harpoon-add-bindings`.
-Harpoon files by calling `:harpoon-add <index>` or via the user mode (see `Configuration`). Harpooned files are accessible by calling `:harpoon-nav <index>` or by pressing `<c-<index>>`.
+Harpoon files by calling `:harpoon-add <index>` or via the user mode (see `Configuration`). Harpooned files are accessible by calling `:harpoon-nav <index>` or by pressing `<a-<index>>`.
-For example, add your main file with `:harpoon-add 1`, then return to it at any time by pressing `<c-1>`.
+For example, add your main file with `:harpoon-add 1`, then return to it at any time by pressing `<a-1>`.
You can have as many harpoons as you like, though you shouldn't need more than three or four at a given time.