<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Linux on weblog://arumugam.j</title>
    <link>https://arumugam.net/tags/linux/</link>
    <description>Recent content in Linux on weblog://arumugam.j</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 02 Dec 2016 20:24:17 +0000</lastBuildDate>
    <atom:link href="https://arumugam.net/tags/linux/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Terminal Shortcuts</title>
      <link>https://arumugam.net/shortcuts/</link>
      <pubDate>Fri, 02 Dec 2016 20:24:17 +0000</pubDate>
      <guid>https://arumugam.net/shortcuts/</guid>
      <description>&lt;p&gt;For reference&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Shortcuts in Bash&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;Ctrl + L&lt;/code&gt; Clears the screen&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Ctrl + c&lt;/code&gt; Terminate the command&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Ctrl + R&lt;/code&gt; Search command history backwards&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Ctrl + a&lt;/code&gt; go to the start of the command line&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Ctrl + e&lt;/code&gt; go to the end of the command line&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Ctrl + k&lt;/code&gt; delete from cursor to the end of the command line&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Ctrl + u&lt;/code&gt; delete from cursor to the start of the command line&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Ctrl + w&lt;/code&gt; delete from cursor to start of word&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Alt + b&lt;/code&gt; move backward one word (or go to start of word the cursor is currently on)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Alt + f&lt;/code&gt; move forward one word (or go to end of word the cursor is currently on)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Alt + d&lt;/code&gt; delete to end of word starting at cursor&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Alt + c&lt;/code&gt; capitalize to end of word starting at cursor&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Alt + u&lt;/code&gt; make uppercase from cursor to end of word&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Alt + l&lt;/code&gt; make lowercase from cursor to end of word&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Alt + t&lt;/code&gt; swap current word with previous&lt;/li&gt;
&lt;li&gt;&lt;code&gt;!!&lt;/code&gt; run last command&lt;/li&gt;
&lt;li&gt;&lt;code&gt;!word&lt;/code&gt; – run the most recent command that starts with ‘word’&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Shortcuts Pantheon Terminal&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
