From 40419cb34a41c4a6826f83f57db6b604638f90a8 Mon Sep 17 00:00:00 2001 From: Josh <56745535+Subjective@users.noreply.github.com> Date: Wed, 21 Jun 2023 15:09:17 -0700 Subject: [PATCH] fix(grapple): cycle keybind overrides default window switching keybind (#296) --- lua/astrocommunity/motion/grapple-nvim/grapple.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/astrocommunity/motion/grapple-nvim/grapple.lua b/lua/astrocommunity/motion/grapple-nvim/grapple.lua index 64f8a9d54..b27b7e068 100644 --- a/lua/astrocommunity/motion/grapple-nvim/grapple.lua +++ b/lua/astrocommunity/motion/grapple-nvim/grapple.lua @@ -11,7 +11,7 @@ return { { prefix .. "e", "GrapplePopup tags", desc = "Select from tags" }, { prefix .. "s", "GrapplePopup scopes", desc = "Select a project scope" }, { prefix .. "x", "GrappleReset", desc = "Clear tags from current project" }, - { "", "GrappleCycle forward", desc = "Select next tag" }, - { "", "GrappleReset", desc = "Select previous tag" }, + { "", "GrappleCycle forward", desc = "Select next tag" }, + { "", "GrappleCycle backward", desc = "Select previous tag" }, }, }