tetra@feddit.detoPiracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Have you considered IRC?English
8·
1 year agoAlso, while Matrix offers E2EE, the amount of metadata the protocol generates by design is something you should be aware of.
There is also this issue with portalled rooms regarding the libera IRC bridge.
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.