1
I'm interested in rebinding the meta
key for the readline library (command line editing in, say, bash) from the alt key to some other arbitrary key (like the caps lock key).
For context, I'm already using the XMonad windows manager and I've got the alt key bound to a number of custom functions that take precedence over the terminal's keybindings.
I've tried using xmodmap to remap a key to Escape, but this does not allow you to hold the key down and hit multiple movement keystrokes in a row.
Is it possible to have readline treat a different Mod
modifier as the meta key?
Thanks!