Conversation
|
hello @jara505! really appreciate the PR regarding the predefined keybindings: i think it's better practice to leave those entirely up to the user. neovim users usually have very specific setups, and hardcoded mappings (especially using since wrapped already exposes its API via for example, they can map the lua API: or use a mapping that utilizes the command as you did in the PR. instead, i think it would be more handy to add a "Recommended Keybindings" section to the README. this is especially important as i’m planning to add a new feature for calling wrapped on specific projects rather than just the neovim configuration, which is why keeping the keybindings flexible is important. |
Overview
Add a global keybinding to open the Wrapped dashboard without typing the
:WrappedNvimcommand manually.This change addresses the need for a more efficient workflow, as Neovim users typically prefer keyboard shortcuts over typing commands manually.
Key Changes
<leader>gwas a global keybinding inplugin/wrapped.luaREADME.mdwith the new mapping in the Mappings tableImpact
plugin/wrapped.lua— Added keymapREADME.md— Documentation update