Is there a way speed up Linux CLI navigation when I must enter long commands? I simply use arrows right now, and - if I have a long command it takes some time to get from start of the command to the middle of it.
Is there a way to for example jump to the middle of the command without using arrows?
screen
users, Ctrl-A becomes Ctrl-A A. – enzotib May 27 '11 at 18:54Alt-A
opens the menu instead of moving the cursor. How do you useAlt-A
with Gnome? I mean, Gnome is the default, so it's likely anyone reading this would be running a terminal in Gnome. – Jason Aug 05 '14 at 23:42Ctrl + Y
toCtrl + Z
– Tejas Kale Feb 13 '18 at 14:46Alt + left arrow
andAlt + right arrow
allows you to move one word forward and backward.Alt + B
works, butAlt + F
opens the menu. – Alan Nov 10 '18 at 18:33