mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
feat: Adds harpoon to nvim
This commit is contained in:
@@ -59,9 +59,9 @@ wk_add("n", {
|
||||
--------------------------------------------------------------------------------
|
||||
-- Visual Mode
|
||||
--------------------------------------------------------------------------------
|
||||
wk_add("v", {
|
||||
{ "p", "\"_dP", desc = "[P]aste" },
|
||||
})
|
||||
-- wk_add("v", {
|
||||
-- { "p", "\"_dP", desc = "[P]aste" },
|
||||
-- })
|
||||
|
||||
wk_add("x", {
|
||||
{ "K", ":move '<-2<CR>gv-gv", desc = "Move selected block up" },
|
||||
|
||||
Reference in New Issue
Block a user