C:\con\con
C:\con\con
A self-hosted instance of miniflux. After trying several other options over the years, I settled on this one.
I tend to use Firefox’s “Inspect” context menu entry on the element and disable the paste/keydown/keyup event listeners in the element inspector.
For shells (and other programs) using GNU readline for interactions and line-edits (like bash), some of this can be achieved with an
~/.inputrc
configuration file, e.g., mapping the correct key sequence for your terminal emulator to thebackward-word
move command. You can look up these sequences usinginfocmp -L1
or interactively usingsed -n l
.Most other shells use their own command line handling routines and configuration though, so this won’t work for e.g., zsh or fish.