I like typical GUI shortcuts:
- Ctrl+Backspace
- Ctrl+Del
And other typical shortcuts. Are there any ready .bashrc
with all this shortcuts available?
I like typical GUI shortcuts:
And other typical shortcuts. Are there any ready |
||||
|
Can you do this in Or, to get for example Emacs keybindings (the meta key up and running), scrolling shortcuts, etc., this will depend on your terminal (e.g., urxvt, xterm) - then, a place to look for configuration is In the console, I found that, I can setup shortcuts in this file:
Just open and edit regardless of the extension. The shortcuts look like this:
(You can get the codes with To make it work, in
I put
It's not really any and all commands you'd like (check out |
||||
|