Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined! soccercisco's Avatar
    Join Date
    Dec 2006
    Location
    So. Cal
    Posts
    98

    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,

  2. #2
    tpl
    tpl is offline
    Linux 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 280
    the sun is new every day (heraclitus)

  3. #3
    Just Joined! soccercisco's Avatar
    Join Date
    Dec 2006
    Location
    So. Cal
    Posts
    98
    I read this a while back, but never got to say thanks.

    So, Thanks. That helped.

    -sc

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...