diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | harpoon.kak | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -4,6 +4,8 @@ Quickly save and switch between your most important Kakoune files. Inspired by [Harpoon](https://github.com/ThePrimeagen/harpoon) for Neovim. +[](https://asciinema.org/a/MH4yLhuW5y4ryWQRxz7VZxD4Q) + ## Installation Source `harpoon.kak` in your `kakrc`, or use a plugin manager. diff --git a/harpoon.kak b/harpoon.kak index 4f2bb22..5bb2ff0 100644 --- a/harpoon.kak +++ b/harpoon.kak @@ -35,7 +35,7 @@ define-command harpoon-nav -params 1 -docstring "harpoon-nav <index>: navigate t } } -define-command harpoon-show-list %{ +define-command harpoon-show-list -docstring "harpoon-show-list: show all harpoons in the *harpoons* buffer" %{ evaluate-commands -save-regs dquote %{ try %{ set-register dquote %opt{harpoon_files} |
