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
@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...
@ruff I've put up a PR that enables this by default: https://codeberg.org/dnkl/foot/pulls/164
@dnkl I was pretty sure it worked in normal console and was thinking it's just vim specific, but now I tried in console and apparently it didn't work there either.
With primary-paste set all is good, thanks!
@ruff it's in AUR. Use your favorite AUR helper. E.g. "yay -S foot", or "yay -S foot-git" if you're feeling adventurous :)
@mntmn