<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Keyboard shortcuts on Nerdsid.com</title><link>https://nerdsid.com/tags/keyboard-shortcuts/</link><description>Recent content in Keyboard shortcuts on Nerdsid.com</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 13 Sep 2023 16:51:56 +0530</lastBuildDate><atom:link href="https://nerdsid.com/tags/keyboard-shortcuts/index.xml" rel="self" type="application/rss+xml"/><item><title>Shortcuts to Navigate in a Terminal</title><link>https://nerdsid.com/posts/shortcuts-to-navigate-in-a-terminal/</link><pubDate>Wed, 13 Sep 2023 16:51:56 +0530</pubDate><guid>https://nerdsid.com/posts/shortcuts-to-navigate-in-a-terminal/</guid><description>&lt;p>Like in any other text based program, linux terminals also support usage of arrow keys, backspace to navigate and edit text. But there are some shortcuts which can replace multiple use of arrow keys and simplify user experience. Following table lists some shortcuts.&lt;/p>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Shortcut&lt;/th>
 &lt;th>Action&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>Ctrl+A&lt;/td>
 &lt;td>Jump to the beginning of the command line.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>Ctrl+E&lt;/td>
 &lt;td>Jump to the end of the command line.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>Ctrl+U&lt;/td>
 &lt;td>Clear from the cursor to the beginning of the command line.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>Ctrl+K&lt;/td>
 &lt;td>Clear from the cursor to the end of the command line.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>Ctrl+LeftArrow&lt;/td>
 &lt;td>Jump to the beginning of the previous word on the command line.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>Ctrl+RightArrow&lt;/td>
 &lt;td>Jump to the end of the next word on the command line.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>Ctrl+R&lt;/td>
 &lt;td>Search the history list of commands for a pattern.&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table>
&lt;p>More such shortcuts can be found in the bash man page.&lt;/p></description></item></channel></rss>