From ced09a515f0587ab4f8d7a9d9da08f982199fcfa Mon Sep 17 00:00:00 2001 From: Caleb Heuer Date: Sun, 11 Sep 2022 16:43:47 -0600 Subject: Rename project --- README.md | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index a79d0bb..5022a41 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# harpoon.kak +# kak-harpoon Quickly switch between your most important Kakoune files. @@ -6,27 +6,7 @@ Based on [Harpoon](https://github.com/ThePrimeagen/harpoon) for Neovim. ## Installation -### [plug.kak](https://github.com/andreyorst/plug.kak) - -```kak -plug "raiguard/harpoon.kak" %{ - # Add default keybindings - harpoon-add-bindings -} -``` - -### [cork.kak](https://github.com/topisani/cork.kak) - -```kak -cork harpoon.kak "https://github.com/raiguard/harpoon.kak" %{ - # Add default keybindings - harpoon-add-bindings -} -``` - -### Manually - -Stick `harpoon.kak` in your autoload or source it manually. +Source `harpoon.kak` in your `kakrc`, or use a plugin manager. ## Usage -- cgit v1.2.3