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;
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
|
show 4 more comments
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
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
|
show 4 more comments
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
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
command-line shortcut-keys navigation
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
|
show 4 more comments
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
|
show 4 more comments
1 Answer
1
active
oldest
votes
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!
add a comment
|
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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!
add a comment
|
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!
add a comment
|
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!
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!
answered Sep 26 at 0:23
CJ DennisCJ Dennis
1731 silver badge7 bronze badges
1731 silver badge7 bronze badges
add a comment
|
add a comment
|
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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