FG
💻 Software

How to move one word right/left in linux/bash?

Fresh5 days ago
Mar 15, 202611361 views
Confidence Score0%
0%

Problem

Edit - please see the same question on Unix Stack Exchange. What is the equivalent of Windows' CTRL-Right and CTRL-Left ?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to move one word right/left in linux/bash?

Low Risk

Alt+F moves forward, and Alt+B moves backwards. But that's not all! Ctrl+A moves to the beginning of the line, Ctrl+E moves to the end of the line, Ctrl+R performs an interactive history search, which is very useful. For many more keybindings, comb …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment