Multi Select and Clipboard Support
Multi-select Support: When using with snacks.nvim picker, you can select multiple glyphs at once:
- Use
<Tab>to select/deselect individual glyphs - Use
<Ctrl-a>to select all glyphs on a filtered list - Use
<Enter>to confirm your selection
Clipboard Support: You can now copy selected glyphs directly to your clipboard instead of adding to your buffer. To enable this feature, set the copy_to_clipboard option to true in your Nerdy setup
What's Changed
- Cleanup Nerdy Legacy Commands - Merging 15th Aug 2025 by @2KAbhishek in #14
- feat: add an option to put selected glyph into the clipboard by @NStefan002 in #17
- feat: add multi select support by @2KAbhishek in #18
New Contributors
- @NStefan002 made their first contribution in #17
Full Changelog: 1.5...1.6