How to navigate the terminal with the cursor keysWhere does /etc/inputrc come from?Main Menu keyboard navigation does not restart at the first typed letter. Is this a bug or a tweakable feature?Why does ctrl + left arrow not skip words?Is there a “Super” break key for bash?Enable global terminal movement keysMedia keys play/pause globally worked in 12.10, not in 13.10How do I navigate up one directory from the terminal?Console text editor with “Windows-like” shortcuts (CTRL+A, -C, -X, -V, Shift+End, Shift+Up …)man pages - How to always show total lines and percentage in the bottom status / prompt lineHow to delete words in the terminal with Ctrl-Backspace like in the rest of Ubuntu?How to navigate files in Ubuntu?

Unstable manifolds of a Morse function give a CW complex

What mathematics activities get students physically moving?

Can studying in a good place hurt your application?

Dynamically getting the complex number in a color wheel via moving mouse?

Draw the Ionising Radiation Hazard Symbol

Are there any exemplars of the 'trope of the exiled poet' prior to CE 8?

Pass arguments to the list of functions?

What's a good use case for SELECT * in production code?

Different results from cs2cs and gdaltransform

Can someone purchase a google subdomain?

Password generator in python

Scientific Illustration: Non-photorealistic rendering of sparse wireframe with dashed/dotted lines for backfacing areas - Blender 2.80

Why is the tangent of an angle called that?

Sue newspaper or the reporter for libel?

Best fighting style for a pacifist

Why would Earth be long-term unsuitable for an advanced alien species that's already colonized it?

Messed up my .bash_profile remotely, can't ssh back in

How can I offer my prayers to an atheist colleague facing a serious personal situation?

French letters in English

Old short about robots searching for the "Great Enemy" that wiped out mankind

According to limits there is a horizontal asymptote at y = 0, however the equation has a root at x = 1.

Pre-2000s novel about tourism through time travel

Banking system in C++

Short story about delivery truck organization existing only to support itself



How to navigate the terminal with the cursor keys


Where does /etc/inputrc come from?Main Menu keyboard navigation does not restart at the first typed letter. Is this a bug or a tweakable feature?Why does ctrl + left arrow not skip words?Is there a “Super” break key for bash?Enable global terminal movement keysMedia keys play/pause globally worked in 12.10, not in 13.10How do I navigate up one directory from the terminal?Console text editor with “Windows-like” shortcuts (CTRL+A, -C, -X, -V, Shift+End, Shift+Up …)man pages - How to always show total lines and percentage in the bottom status / prompt lineHow to delete words in the terminal with Ctrl-Backspace like in the rest of Ubuntu?How to navigate files in Ubuntu?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









1


















I've done an internet search for ubuntu terminal navigation keys but it didn't return anything helpful to me. In Windows (command prompt or GUI), you can go to the next or previous word by pressing Ctrlright or Ctrlleft respectively, but these keys don't work in the Ubuntu terminal.



The only navigation keys I know that work are Home and End. What are the navigation keys to quickly jump between words in Ubuntu's terminal?










share|improve this question




















  • 1





    Ctrl+Right and Ctrl+Left should navigate words by default, as defined in /etc/inputrc (in 16.04, see lines 44-50). Have you set up a custom inputrc or made any other changes to your terminal/shell setup? What version of Ubuntu are you using?

    – wjandrea
    Sep 19 at 0:36












  • @wjandrea It's vanilla Ubuntu 14.04.6 LTS (GNU/Linux 3.13.0-170-generic x86_64)

    – CJ Dennis
    Sep 19 at 0:37











  • Unfortunately 14.04 is no longer supported unless you pay for ESM. You need to switch to a supported release, namely 16.04, 18.04, or 19.04. See releases on the wiki.

    – wjandrea
    Sep 19 at 0:41












  • @wjandrea It's the version supplied by AWS. We can't change it as far as I know. Our production servers (in fact all our servers) are running it. The question is, does 14.04 support this style of navigation, and what are the keys?

    – CJ Dennis
    Sep 19 at 0:43











  • In that case, contact AWS for support. I want to help, but the relevant package has been taken down so I can't even tell you what's in the default /etc/inputrc file (/usr/share/readline/inputrc). In any case, 14.04 is not supported so it's off-topic here.

    – wjandrea
    Sep 19 at 0:50


















1


















I've done an internet search for ubuntu terminal navigation keys but it didn't return anything helpful to me. In Windows (command prompt or GUI), you can go to the next or previous word by pressing Ctrlright or Ctrlleft respectively, but these keys don't work in the Ubuntu terminal.



The only navigation keys I know that work are Home and End. What are the navigation keys to quickly jump between words in Ubuntu's terminal?










share|improve this question




















  • 1





    Ctrl+Right and Ctrl+Left should navigate words by default, as defined in /etc/inputrc (in 16.04, see lines 44-50). Have you set up a custom inputrc or made any other changes to your terminal/shell setup? What version of Ubuntu are you using?

    – wjandrea
    Sep 19 at 0:36












  • @wjandrea It's vanilla Ubuntu 14.04.6 LTS (GNU/Linux 3.13.0-170-generic x86_64)

    – CJ Dennis
    Sep 19 at 0:37











  • Unfortunately 14.04 is no longer supported unless you pay for ESM. You need to switch to a supported release, namely 16.04, 18.04, or 19.04. See releases on the wiki.

    – wjandrea
    Sep 19 at 0:41












  • @wjandrea It's the version supplied by AWS. We can't change it as far as I know. Our production servers (in fact all our servers) are running it. The question is, does 14.04 support this style of navigation, and what are the keys?

    – CJ Dennis
    Sep 19 at 0:43











  • In that case, contact AWS for support. I want to help, but the relevant package has been taken down so I can't even tell you what's in the default /etc/inputrc file (/usr/share/readline/inputrc). In any case, 14.04 is not supported so it's off-topic here.

    – wjandrea
    Sep 19 at 0:50














1













1









1








I've done an internet search for ubuntu terminal navigation keys but it didn't return anything helpful to me. In Windows (command prompt or GUI), you can go to the next or previous word by pressing Ctrlright or Ctrlleft respectively, but these keys don't work in the Ubuntu terminal.



The only navigation keys I know that work are Home and End. What are the navigation keys to quickly jump between words in Ubuntu's terminal?










share|improve this question














I've done an internet search for ubuntu terminal navigation keys but it didn't return anything helpful to me. In Windows (command prompt or GUI), you can go to the next or previous word by pressing Ctrlright or Ctrlleft respectively, but these keys don't work in the Ubuntu terminal.



The only navigation keys I know that work are Home and End. What are the navigation keys to quickly jump between words in Ubuntu's terminal?







command-line shortcut-keys navigation






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Sep 19 at 0:15









CJ DennisCJ Dennis

1731 silver badge7 bronze badges




1731 silver badge7 bronze badges










  • 1





    Ctrl+Right and Ctrl+Left should navigate words by default, as defined in /etc/inputrc (in 16.04, see lines 44-50). Have you set up a custom inputrc or made any other changes to your terminal/shell setup? What version of Ubuntu are you using?

    – wjandrea
    Sep 19 at 0:36












  • @wjandrea It's vanilla Ubuntu 14.04.6 LTS (GNU/Linux 3.13.0-170-generic x86_64)

    – CJ Dennis
    Sep 19 at 0:37











  • Unfortunately 14.04 is no longer supported unless you pay for ESM. You need to switch to a supported release, namely 16.04, 18.04, or 19.04. See releases on the wiki.

    – wjandrea
    Sep 19 at 0:41












  • @wjandrea It's the version supplied by AWS. We can't change it as far as I know. Our production servers (in fact all our servers) are running it. The question is, does 14.04 support this style of navigation, and what are the keys?

    – CJ Dennis
    Sep 19 at 0:43











  • In that case, contact AWS for support. I want to help, but the relevant package has been taken down so I can't even tell you what's in the default /etc/inputrc file (/usr/share/readline/inputrc). In any case, 14.04 is not supported so it's off-topic here.

    – wjandrea
    Sep 19 at 0:50













  • 1





    Ctrl+Right and Ctrl+Left should navigate words by default, as defined in /etc/inputrc (in 16.04, see lines 44-50). Have you set up a custom inputrc or made any other changes to your terminal/shell setup? What version of Ubuntu are you using?

    – wjandrea
    Sep 19 at 0:36












  • @wjandrea It's vanilla Ubuntu 14.04.6 LTS (GNU/Linux 3.13.0-170-generic x86_64)

    – CJ Dennis
    Sep 19 at 0:37











  • Unfortunately 14.04 is no longer supported unless you pay for ESM. You need to switch to a supported release, namely 16.04, 18.04, or 19.04. See releases on the wiki.

    – wjandrea
    Sep 19 at 0:41












  • @wjandrea It's the version supplied by AWS. We can't change it as far as I know. Our production servers (in fact all our servers) are running it. The question is, does 14.04 support this style of navigation, and what are the keys?

    – CJ Dennis
    Sep 19 at 0:43











  • In that case, contact AWS for support. I want to help, but the relevant package has been taken down so I can't even tell you what's in the default /etc/inputrc file (/usr/share/readline/inputrc). In any case, 14.04 is not supported so it's off-topic here.

    – wjandrea
    Sep 19 at 0:50








1




1





Ctrl+Right and Ctrl+Left should navigate words by default, as defined in /etc/inputrc (in 16.04, see lines 44-50). Have you set up a custom inputrc or made any other changes to your terminal/shell setup? What version of Ubuntu are you using?

– wjandrea
Sep 19 at 0:36






Ctrl+Right and Ctrl+Left should navigate words by default, as defined in /etc/inputrc (in 16.04, see lines 44-50). Have you set up a custom inputrc or made any other changes to your terminal/shell setup? What version of Ubuntu are you using?

– wjandrea
Sep 19 at 0:36














@wjandrea It's vanilla Ubuntu 14.04.6 LTS (GNU/Linux 3.13.0-170-generic x86_64)

– CJ Dennis
Sep 19 at 0:37





@wjandrea It's vanilla Ubuntu 14.04.6 LTS (GNU/Linux 3.13.0-170-generic x86_64)

– CJ Dennis
Sep 19 at 0:37













Unfortunately 14.04 is no longer supported unless you pay for ESM. You need to switch to a supported release, namely 16.04, 18.04, or 19.04. See releases on the wiki.

– wjandrea
Sep 19 at 0:41






Unfortunately 14.04 is no longer supported unless you pay for ESM. You need to switch to a supported release, namely 16.04, 18.04, or 19.04. See releases on the wiki.

– wjandrea
Sep 19 at 0:41














@wjandrea It's the version supplied by AWS. We can't change it as far as I know. Our production servers (in fact all our servers) are running it. The question is, does 14.04 support this style of navigation, and what are the keys?

– CJ Dennis
Sep 19 at 0:43





@wjandrea It's the version supplied by AWS. We can't change it as far as I know. Our production servers (in fact all our servers) are running it. The question is, does 14.04 support this style of navigation, and what are the keys?

– CJ Dennis
Sep 19 at 0:43













In that case, contact AWS for support. I want to help, but the relevant package has been taken down so I can't even tell you what's in the default /etc/inputrc file (/usr/share/readline/inputrc). In any case, 14.04 is not supported so it's off-topic here.

– wjandrea
Sep 19 at 0:50






In that case, contact AWS for support. I want to help, but the relevant package has been taken down so I can't even tell you what's in the default /etc/inputrc file (/usr/share/readline/inputrc). In any case, 14.04 is not supported so it's off-topic here.

– wjandrea
Sep 19 at 0:50











1 Answer
1






active

oldest

votes


















0



















I have discovered that Altleft and Altright will jump between words in the terminal. These key combinations don't work in vi, but it's a start!






share|improve this answer



























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );














    draft saved

    draft discarded
















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1175145%2fhow-to-navigate-the-terminal-with-the-cursor-keys%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown


























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0



















    I have discovered that Altleft and Altright will jump between words in the terminal. These key combinations don't work in vi, but it's a start!






    share|improve this answer






























      0



















      I have discovered that Altleft and Altright will jump between words in the terminal. These key combinations don't work in vi, but it's a start!






      share|improve this answer




























        0















        0











        0









        I have discovered that Altleft and Altright will jump between words in the terminal. These key combinations don't work in vi, but it's a start!






        share|improve this answer














        I have discovered that Altleft and Altright will jump between words in the terminal. These key combinations don't work in vi, but it's a start!







        share|improve this answer













        share|improve this answer




        share|improve this answer










        answered Sep 26 at 0:23









        CJ DennisCJ Dennis

        1731 silver badge7 bronze badges




        1731 silver badge7 bronze badges































            draft saved

            draft discarded















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1175145%2fhow-to-navigate-the-terminal-with-the-cursor-keys%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown









            Popular posts from this blog

            Tamil (spriik) Luke uk diar | Nawigatjuun

            Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

            Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?