I can’t remember exactly what they were, but I had issues with getting the headset to work with only SteamVR. I’ll have to give it another go when I get time. It seems maybe standalone headsets like the Quest lineup fare much better than PCVR headsets on Linux. https://wiki.vronlinux.org/docs/hardware/



There’s already some great answers in the thread, so I won’t add to those.
Some shortcuts are shell-specific. For example,
!!,!:$, and^old^neware inbash, but not infish.Some things, like
Alt-.andCtrl-a, are implemented byreadline, which can be used elsewhere, as well, for example in the python interpeter.Depending on your context, it may be better to invest time learning methods implemented by
readline. While not necessarily universal, they are more versatile.There were heaps of functions I was using not realising they were from readline. For example,
Ctrl-rfor reverse interactive search,Ctrl-a/efor start/beginning if line,Ctrl-wfor deleting a word.