Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the analogue of CTRL + ARROW in cygwin bash?

Tags:

bash

cygwin

In Windows applications in general, we can step over words by using CTRL+ -> to step right and CTRL + <- to step left. But in Bash, those combinations print 3C and 3D correspondingly. Is there the analogue of such combination in Cygwin Bash at all?

like image 635
user3663882 Avatar asked Oct 26 '25 08:10

user3663882


1 Answers

It depends on the shell, terminal, and your .initrc, but by default, Alt + F for forward and Alt + B for backward should work.

Check forward-word and backward-word in bind -p.

like image 77
choroba Avatar answered Oct 29 '25 02:10

choroba



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!