In the terminal man bash-builtins. when the page loads, type \bind or just scroll down. If this helps, let me know and I will add an answer.
– Nate TNov 03 '21 at 03:05
according to the manpage, bind -X "\e-m":ls should set [Esc] + [m] to the ls command (just to test functionality), but all it did for me is break the enter key in that terminal instance. Anyone have any idea why or what I am doing wrong?
– Nate TNov 03 '21 at 04:09
Oh yeah, you cn set key combos in the main menu! I completely forgot. It is toward the bottom. You will know it when you see it.
– Nate TNov 03 '21 at 04:13
man bash-builtins
. when the page loads, type\bind
or just scroll down. If this helps, let me know and I will add an answer. – Nate T Nov 03 '21 at 03:05bind -X "\e-m":ls
should set[Esc]
+[m]
to thels
command (just to test functionality), but all it did for me is break the enter key in that terminal instance. Anyone have any idea why or what I am doing wrong? – Nate T Nov 03 '21 at 04:09