LazyVim.LazyVim/lua/lazyvim/config
Ben Elan cdf3f1f2bd
feat(snacks): add keymap to copy url from gitbrowse (#4870)
## Description

Adds a `<leader>gY` keymap that copies the URL from `Snacks.gitbrowse()`
to the clipboard.

This is a feature in other git browse plugins like `vim-rhubarb`, so
other people will probably be looking for this when migrating like I
did.

Let me know if you'd prefer a different key combination, thanks!

## Related Issue(s)

N/A

## Screenshots

N/A

## Checklist

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
2024-11-25 15:00:36 +01:00
..
autocmds.lua fix(snacks): dont add snacks_notif to close_with_q 2024-11-07 22:52:11 +01:00
init.lua chore(main): release 13.5.3 (#4845) 2024-11-22 09:41:06 +01:00
keymaps.lua feat(snacks): add keymap to copy url from gitbrowse (#4870) 2024-11-25 15:00:36 +01:00
options.lua feat(ai): better completion/suggestions of AI engines (#4752) 2024-11-11 10:50:57 +01:00