2 cool things i just learned in the reform IRC channel:
- https://codeberg.org/dnkl/foot
- https://github.com/masm11/emacs#emacs-supporting-pure-gtk3
@mntmn
```
# pacman -Su foot
Fehler: Ziel nicht gefunden: foot
```
:(
@dnkl How to make shift+ins work in vim? seems foot gobbles that. I.e. I select a text with shift+mouse, type / and shift+ins - but nothing being pasted. If I middle-click though selection is pasted.
@ruff Try adding "primary-paste=Shift+Insert" under the "[key-bindings]" section in your ~/.config/foot/foot.ini.
This should probably be made the default...