cbochs / grapple.nvim

Neovim plugin for tagging important files
MIT License
545 stars 20 forks source link

feat!: better window keymaps #97

Closed cbochs closed 7 months ago

cbochs commented 7 months ago

Context

Noticed some opportunity for improving moving between Grapple windows. In short, use the keymap - (like netrw) to navigate "up" or "across" to an parent or adjacent window. This allows users to seamlessly move from one window to another, making managing tags and scopes a breeze 🙂 In addition, added much-needed quick-select keymaps for each window.

Breaking Changes

Changes