Results 1 to 3 of 3
Hi all,
I'm getting accustomed to the powerful CLI. However, I was curious about navigating through the text:
Question: Is there a way (magic key-combination) to skip/jump through words (similar ...
- 02-06-2007 #1
Simple Question CTRL-LEFT in Linux CLI.
Hi all,
I'm getting accustomed to the powerful CLI. However, I was curious about navigating through the text:
Question: Is there a way (magic key-combination) to skip/jump through words (similar to Window$ CTRL-LEFT, CTRL-RIGHT) built into the CLI. Or, is it only possible by modifying the /usr/local/mykeymap file??? as in:
http://www.linuxproblem.org/art_17.html
Thanks,
- 02-06-2007 #2Linux User
- Join Date
- Jan 2007
- Location
- cleveland
- Posts
- 452
well, bash usually is set in "emacs mode"
here are some of the commands:
ctrl-a beginning of line
ctrl-e end of line
ctrl-b back one letter
ctrl-f fwd one letter
alt-b back one word
alt-f fwd one word
ctrl-d delete letter
try "man readline" to learn more: around line 280the sun is new every day (heraclitus)
- 04-10-2007 #3
I read this a while back, but never got to say thanks.
So, Thanks. That helped.
-sc


Reply With Quote