I'm using guake and zsh and I'd like to use Ctrl+Shift+Arrows to select word-by-word, Ctrl+Arrows to jump around words, Shift+Arrows to select char-by-char in terminal. This is working as expected in applications like gedit.
Is it possible in any shell?
The only way I know to select text from a shell without using the mouse is using GNU screen.
Quick tutorial:
Note: All GNU Screen commands are of the form: Ctrl+A followed by another key or combination
sudo apt-get install screen
screen
(orscreen myprog my args here
)Read more: