1
Fork 0

Added harpoon keybinds to neovim readme

This commit is contained in:
Matei Adriel 2023-03-31 19:45:10 +02:00
parent 26e2bee4e0
commit 4a11099f6f
No known key found for this signature in database

View file

@ -198,7 +198,7 @@ The following keybinds are available only when running inside firenvim:
### Small plugin keybinds ### Small plugin keybinds
| Keybind | Description | Plugins | | Keybind | Description | Plugins |
| ----------- | ----------------------------------- | -------------------- | | --------------------- | ----------------------------------- | -------------------- |
| gcc | Comment line | nvim-comment | | gcc | Comment line | nvim-comment |
| gc | Comment selection | nvim-comment | | gc | Comment selection | nvim-comment |
| C-g | Open neo[g]it | neogit | | C-g | Open neo[g]it | neogit |
@ -214,6 +214,9 @@ The following keybinds are available only when running inside firenvim:
| \<leader>p | [P]aste imge from clipboard | clipboard-image.nvim | | \<leader>p | [P]aste imge from clipboard | clipboard-image.nvim |
| \<leader>L | [L]azy ui | lazy.nvim | | \<leader>L | [L]azy ui | lazy.nvim |
| C-h/j/k/l | Navigate panes | vim-tmux-navigator | | C-h/j/k/l | Navigate panes | vim-tmux-navigator |
| \<leader\>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 ### Undocumented