Illia Ostapyshyn
Illia Ostapyshyn
When completing a path to call an executable, the completion gets inserted at the wrong place after TAB, overwriting the path. Also happens with directories along the way. This doesn't...
[`project.el`](https://www.gnu.org/software/emacs/manual/html_node/emacs/Projects.html) received a revamp in Emacs 28 and has pretty much become the standard Emacs way to locate project roots. In particular, it detects VC projects out of the box,...
The `with-editor-async-shell-command` and `with-editor-shell-command` commands seem to work great with Tramp for remote buffers. However, enabling `shell-command-with-editor-mode` and running `(async-)shell-command` does not work this well: the running Emacs instance still...
Currently, screenshot UI handles MoveColumn{Left,Right} and MoveWindow{Up,Down} which move the screenshot selection as if it were a floating window. If the user happens to replace the movement actions with MoveColumn\*OrToMonitor\*/MoveWindow\*OrToWorkspace\*...
The simplified navigation in Overview mode relies on [hardcoded keybindings](https://github.com/YaLTeR/niri/blob/8ba57fcf25d2fc9565131684a839d58703f1dae7/src/input/mod.rs#L4113), which currently include the arrow keys and the [scroll wheel](https://github.com/YaLTeR/niri/blob/8ba57fcf25d2fc9565131684a839d58703f1dae7/src/input/mod.rs#L2685). This is somewhat limiting for users who prefer custom navigation...