Results 19 issues of 45mg

To switch branches, one needs to be on a stem root (branchpoint). Add a command to make it easier to move between stem roots (meant to be used along with...

If any key in this keymap is bound to something other than `self-insert-command`, it is impossible to use any keybinding containing that key, because the binding will be interrupted by...

For example, without this change, calling `meow-next-word` repeatedly on a selection created by `meow-mark-word` will repeatedly push the position at the beginning of the selection onto the mark-ring. This can...

Currently, if displaying the popup would hide point, the window is scrolled to prevent this; but it is not scrolled back when the popup closes. This can be disorienting when...

### I confirm that... - [X] I have searched the [issue tracker](https://github.com/doomemacs/doomemacs/issues), [documentation](https://docs.doomemacs.org), [FAQ](https://docs.doomemacs.org/-/faq), [Discourse](https://discourse.doomemacs.org), and [Google](https://google.com), in case this issue has already been reported/resolved. - [X] I have read...

is:bug
needs-triage

### I confirm that... - [X] I have searched the [issue tracker](https://github.com/doomemacs/doomemacs/issues), [documentation](https://docs.doomemacs.org), [FAQ](https://docs.doomemacs.org/-/faq), [Discourse](https://discourse.doomemacs.org), and [Google](https://google.com), in case this issue has already been reported/resolved. - [X] I have read...

is:bug
needs-triage

Make it possible to specify which functions are used to delete the region and insert text. This is needed to get Meow to work with modes like Vterm, that define...

Currently, all host environment variables are copied into the container, except for a hardcoded few that are ignored: https://github.com/89luca89/distrobox/blob/3b9f0e8d3d8bd102e1636a22afffafe00777d30b/distrobox-enter#L435 This is not always the desired behavior, particularly on host distros...

`distrobox-host-exec` requires Flatpak to be installed on the host, otherwise it fails silently with no indication of what's wrong: https://github.com/89luca89/distrobox/issues/1395 However, AFAICT this requirement is not mentioned anywhere. Even `host-spawn`'s...