From 4a11099f6fb8d02b3c78d7bb4734d86a29fb2f9d Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Fri, 31 Mar 2023 19:45:10 +0200 Subject: [PATCH] Added harpoon keybinds to neovim readme --- dotfiles/neovim/README.md | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/dotfiles/neovim/README.md b/dotfiles/neovim/README.md index c198add..6a3a324 100644 --- a/dotfiles/neovim/README.md +++ b/dotfiles/neovim/README.md @@ -197,23 +197,26 @@ The following keybinds are available only when running inside firenvim: ### Small plugin keybinds -| Keybind | Description | Plugins | -| ----------- | ----------------------------------- | -------------------- | -| gcc | Comment line | nvim-comment | -| gc | Comment selection | nvim-comment | -| C-g | Open neo[g]it | neogit | -| \yg | [Y]ank remote [g]it url | gitlinker | -| cs[a][b] | Change surrounding pair from a to b | vim-surround | -| ds[a] | Delete surrounding pair of a | vim-surround | -| ys[m][a] | Surround the motion m with a | vim-surround | -| S[a] | Surround selected code with a | vim-surround | -| s | Initialize forward [s]earch | leap | -| S | Initialize backwards [s]earch | leap | -| gs | Initialize other window [s]earch | leap | -| C-n | Open filetree | nvim-tree | -| \p | [P]aste imge from clipboard | clipboard-image.nvim | -| \L | [L]azy ui | lazy.nvim | -| C-h/j/k/l | Navigate panes | vim-tmux-navigator | +| Keybind | Description | Plugins | +| --------------------- | ----------------------------------- | -------------------- | +| gcc | Comment line | nvim-comment | +| gc | Comment selection | nvim-comment | +| C-g | Open neo[g]it | neogit | +| \yg | [Y]ank remote [g]it url | gitlinker | +| cs[a][b] | Change surrounding pair from a to b | vim-surround | +| ds[a] | Delete surrounding pair of a | vim-surround | +| ys[m][a] | Surround the motion m with a | vim-surround | +| S[a] | Surround selected code with a | vim-surround | +| s | Initialize forward [s]earch | leap | +| S | Initialize backwards [s]earch | leap | +| gs | Initialize other window [s]earch | leap | +| C-n | Open filetree | nvim-tree | +| \p | [P]aste imge from clipboard | clipboard-image.nvim | +| \L | [L]azy ui | lazy.nvim | +| C-h/j/k/l | Navigate panes | vim-tmux-navigator | +| \h | Add file to harpoon | harpoon | +| C-a | Harpoon quick menu | harpoon | +| C-s q/w/e/r/a/s/d/f/z | Open harpoon file with index 0-9 | harpoon | ### Undocumented