<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Command Line Keyboard Shortcuts for Mac OS X</title>
	<atom:link href="http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Mon, 21 May 2012 23:27:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: motorcycleintercomhelmets</title>
		<link>http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-241378</link>
		<dc:creator>motorcycleintercomhelmets</dc:creator>
		<pubDate>Thu, 22 Sep 2011 03:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-241378</guid>
		<description>This website is the perfect web site.</description>
		<content:encoded><![CDATA[<p>This website is the perfect web site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OS X: Keyboard shortcuts &#171; Pascal Polleunus</title>
		<link>http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-212025</link>
		<dc:creator>OS X: Keyboard shortcuts &#171; Pascal Polleunus</dc:creator>
		<pubDate>Thu, 14 Jul 2011 04:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-212025</guid>
		<description>[...] Keyboard Shortcuts in Terminal [...]</description>
		<content:encoded><![CDATA[<p>[...] Keyboard Shortcuts in Terminal [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bibek</title>
		<link>http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-208891</link>
		<dc:creator>bibek</dc:creator>
		<pubDate>Wed, 06 Jul 2011 06:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-208891</guid>
		<description>nice one frens</description>
		<content:encoded><![CDATA[<p>nice one frens</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-195421</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 07 May 2011 21:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-195421</guid>
		<description>hey! how to delete (clear) the whole line? not after or before the cursor. but the whole</description>
		<content:encoded><![CDATA[<p>hey! how to delete (clear) the whole line? not after or before the cursor. but the whole</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sterding</title>
		<link>http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-140971</link>
		<dc:creator>Sterding</dc:creator>
		<pubDate>Thu, 02 Dec 2010 20:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-140971</guid>
		<description>$ bind -P &#124; grep not -v

abort can be found on &quot;\C-g&quot;, &quot;\C-x\C-g&quot;, &quot;\e\C-g&quot;.
accept-line can be found on &quot;\C-j&quot;, &quot;\C-m&quot;.
backward-char can be found on &quot;\C-b&quot;, &quot;\eOD&quot;, &quot;\e[D&quot;.
backward-delete-char can be found on &quot;\C-h&quot;, &quot;\C-?&quot;.
backward-kill-line can be found on &quot;\C-x\C-?&quot;.
backward-kill-word can be found on &quot;\e\C-h&quot;, &quot;\e\C-?&quot;.
backward-word can be found on &quot;\e[1;5D&quot;, &quot;\e[5D&quot;, &quot;\eb&quot;.
beginning-of-history can be found on &quot;\e&quot;, &quot;\e[6~&quot;.
end-of-line can be found on &quot;\C-e&quot;, &quot;\eOF&quot;, &quot;\e[4~&quot;, &quot;\e[8~&quot;, &quot;\e[F&quot;.
exchange-point-and-mark can be found on &quot;\C-x\C-x&quot;.
forward-char can be found on &quot;\C-f&quot;, &quot;\eOC&quot;, &quot;\e[C&quot;.
forward-search-history can be found on &quot;\C-s&quot;.
forward-word can be found on &quot;\e[1;5C&quot;, &quot;\e[5C&quot;, &quot;\ef&quot;.
glob-complete-word can be found on &quot;\eg&quot;.
glob-expand-word can be found on &quot;\C-x*&quot;.
glob-list-expansions can be found on &quot;\C-xg&quot;.
history-expand-line can be found on &quot;\e^&quot;.
insert-comment can be found on &quot;\e#&quot;.
insert-completions can be found on &quot;\e*&quot;.
insert-last-argument can be found on &quot;\e.&quot;, &quot;\e_&quot;.
kill-line can be found on &quot;\C-k&quot;.
kill-word can be found on &quot;\ed&quot;.
next-history can be found on &quot;\C-n&quot;, &quot;\eOB&quot;, &quot;\e[B&quot;.
non-incremental-forward-search-history can be found on &quot;\en&quot;.
non-incremental-reverse-search-history can be found on &quot;\ep&quot;.
operate-and-get-next can be found on &quot;\C-o&quot;.
possible-command-completions can be found on &quot;\C-x!&quot;.
possible-completions can be found on &quot;\e=&quot;, &quot;\e?&quot;.
possible-filename-completions can be found on &quot;\C-x/&quot;.
possible-hostname-completions can be found on &quot;\C-x@&quot;.
possible-username-completions can be found on &quot;\C-x~&quot;.
possible-variable-completions can be found on &quot;\C-x$&quot;.
previous-history can be found on &quot;\C-p&quot;, &quot;\eOA&quot;, &quot;\e[A&quot;.
quoted-insert can be found on &quot;\C-q&quot;, &quot;\C-v&quot;, &quot;\e[2~&quot;.
re-read-init-file can be found on &quot;\C-x\C-r&quot;.
reverse-search-history can be found on &quot;\C-r&quot;.
revert-line can be found on &quot;\e\C-r&quot;, &quot;\er&quot;.
self-insert can be found on &quot; &quot;, &quot;!&quot;, &quot;\&quot;&quot;, &quot;#&quot;, &quot;$&quot;, ...
set-mark can be found on &quot;\C-@&quot;, &quot;\e &quot;.
shell-expand-line can be found on &quot;\e\C-e&quot;.
start-kbd-macro can be found on &quot;\C-x(&quot;.
tilde-expand can be found on &quot;\e&amp;&quot;.
transpose-chars can be found on &quot;\C-t&quot;.
transpose-words can be found on &quot;\et&quot;.
undo can be found on &quot;\C-x\C-u&quot;, &quot;\C-_&quot;.
unix-line-discard can be found on &quot;\C-u&quot;.
unix-word-rubout can be found on &quot;\C-w&quot;.
upcase-word can be found on &quot;\eu&quot;.
yank can be found on &quot;\C-y&quot;.
yank-last-arg can be found on &quot;\e.&quot;, &quot;\e_&quot;.
yank-nth-arg can be found on &quot;\e\C-y&quot;.
yank-pop can be found on &quot;\ey&quot;.</description>
		<content:encoded><![CDATA[<p>$ bind -P | grep not -v</p>
<p>abort can be found on &#8220;\C-g&#8221;, &#8220;\C-x\C-g&#8221;, &#8220;\e\C-g&#8221;.<br />
accept-line can be found on &#8220;\C-j&#8221;, &#8220;\C-m&#8221;.<br />
backward-char can be found on &#8220;\C-b&#8221;, &#8220;\eOD&#8221;, &#8220;\e[D&#8221;.<br />
backward-delete-char can be found on &#8220;\C-h&#8221;, &#8220;\C-?&#8221;.<br />
backward-kill-line can be found on &#8220;\C-x\C-?&#8221;.<br />
backward-kill-word can be found on &#8220;\e\C-h&#8221;, &#8220;\e\C-?&#8221;.<br />
backward-word can be found on &#8220;\e[1;5D&#8221;, &#8220;\e[5D&#8221;, &#8220;\eb&#8221;.<br />
beginning-of-history can be found on &#8220;\e&#8221;, &#8220;\e[6~&#8221;.<br />
end-of-line can be found on &#8220;\C-e&#8221;, &#8220;\eOF&#8221;, &#8220;\e[4~&#8221;, &#8220;\e[8~&#8221;, &#8220;\e[F&#8221;.<br />
exchange-point-and-mark can be found on &#8220;\C-x\C-x&#8221;.<br />
forward-char can be found on &#8220;\C-f&#8221;, &#8220;\eOC&#8221;, &#8220;\e[C&#8221;.<br />
forward-search-history can be found on &#8220;\C-s&#8221;.<br />
forward-word can be found on &#8220;\e[1;5C&#8221;, &#8220;\e[5C&#8221;, &#8220;\ef&#8221;.<br />
glob-complete-word can be found on &#8220;\eg&#8221;.<br />
glob-expand-word can be found on &#8220;\C-x*&#8221;.<br />
glob-list-expansions can be found on &#8220;\C-xg&#8221;.<br />
history-expand-line can be found on &#8220;\e^&#8221;.<br />
insert-comment can be found on &#8220;\e#&#8221;.<br />
insert-completions can be found on &#8220;\e*&#8221;.<br />
insert-last-argument can be found on &#8220;\e.&#8221;, &#8220;\e_&#8221;.<br />
kill-line can be found on &#8220;\C-k&#8221;.<br />
kill-word can be found on &#8220;\ed&#8221;.<br />
next-history can be found on &#8220;\C-n&#8221;, &#8220;\eOB&#8221;, &#8220;\e[B&#8221;.<br />
non-incremental-forward-search-history can be found on &#8220;\en&#8221;.<br />
non-incremental-reverse-search-history can be found on &#8220;\ep&#8221;.<br />
operate-and-get-next can be found on &#8220;\C-o&#8221;.<br />
possible-command-completions can be found on &#8220;\C-x!&#8221;.<br />
possible-completions can be found on &#8220;\e=&#8221;, &#8220;\e?&#8221;.<br />
possible-filename-completions can be found on &#8220;\C-x/&#8221;.<br />
possible-hostname-completions can be found on &#8220;\C-x@&#8221;.<br />
possible-username-completions can be found on &#8220;\C-x~&#8221;.<br />
possible-variable-completions can be found on &#8220;\C-x$&#8221;.<br />
previous-history can be found on &#8220;\C-p&#8221;, &#8220;\eOA&#8221;, &#8220;\e[A&#8221;.<br />
quoted-insert can be found on &#8220;\C-q&#8221;, &#8220;\C-v&#8221;, &#8220;\e[2~&#8221;.<br />
re-read-init-file can be found on &#8220;\C-x\C-r&#8221;.<br />
reverse-search-history can be found on &#8220;\C-r&#8221;.<br />
revert-line can be found on &#8220;\e\C-r&#8221;, &#8220;\er&#8221;.<br />
self-insert can be found on &#8221; &#8220;, &#8220;!&#8221;, &#8220;\&#8221;", &#8220;#&#8221;, &#8220;$&#8221;, &#8230;<br />
set-mark can be found on &#8220;\C-@&#8221;, &#8220;\e &#8220;.<br />
shell-expand-line can be found on &#8220;\e\C-e&#8221;.<br />
start-kbd-macro can be found on &#8220;\C-x(&#8220;.<br />
tilde-expand can be found on &#8220;\e&amp;&#8221;.<br />
transpose-chars can be found on &#8220;\C-t&#8221;.<br />
transpose-words can be found on &#8220;\et&#8221;.<br />
undo can be found on &#8220;\C-x\C-u&#8221;, &#8220;\C-_&#8221;.<br />
unix-line-discard can be found on &#8220;\C-u&#8221;.<br />
unix-word-rubout can be found on &#8220;\C-w&#8221;.<br />
upcase-word can be found on &#8220;\eu&#8221;.<br />
yank can be found on &#8220;\C-y&#8221;.<br />
yank-last-arg can be found on &#8220;\e.&#8221;, &#8220;\e_&#8221;.<br />
yank-nth-arg can be found on &#8220;\e\C-y&#8221;.<br />
yank-pop can be found on &#8220;\ey&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Storck</title>
		<link>http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-123084</link>
		<dc:creator>Ivan Storck</dc:creator>
		<pubDate>Sun, 10 Oct 2010 20:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-123084</guid>
		<description>A useful tip to see all keyboard shortcuts is: 

%&gt; bind -P

so to delete the word after the curso, use esc-d ( \ed )</description>
		<content:encoded><![CDATA[<p>A useful tip to see all keyboard shortcuts is: </p>
<p>%&gt; bind -P</p>
<p>so to delete the word after the curso, use esc-d ( \ed )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 21 fresh links for you! &#171; Adrian Zyzik&#8217;s Weblog</title>
		<link>http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-94855</link>
		<dc:creator>21 fresh links for you! &#171; Adrian Zyzik&#8217;s Weblog</dc:creator>
		<pubDate>Thu, 20 Aug 2009 10:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-94855</guid>
		<description>[...] The Conversation &#8211; Now That I Have Your Attention Top 10 YouTube Videos for Social Good  Command Line Keyboard Shortcuts for Mac OS X &#8211; OS X Daily Best Science Visualization Videos of 2009 Wired Science Wired.c Screenr: Simple Screencasting for [...]</description>
		<content:encoded><![CDATA[<p>[...] The Conversation &#8211; Now That I Have Your Attention Top 10 YouTube Videos for Social Good  Command Line Keyboard Shortcuts for Mac OS X &#8211; OS X Daily Best Science Visualization Videos of 2009 Wired Science Wired.c Screenr: Simple Screencasting for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Command Line Keyboard Shortcuts for Mac OS X - OS X Daily &#171; Netcrema - creme de la social news via digg + delicious + stumpleupon + reddit</title>
		<link>http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-94848</link>
		<dc:creator>Command Line Keyboard Shortcuts for Mac OS X - OS X Daily &#171; Netcrema - creme de la social news via digg + delicious + stumpleupon + reddit</dc:creator>
		<pubDate>Thu, 20 Aug 2009 09:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-94848</guid>
		<description>[...] Command Line Keyboard Shortcuts for Mac OS X - OS X Dailyosxdaily.com [...]</description>
		<content:encoded><![CDATA[<p>[...] Command Line Keyboard Shortcuts for Mac OS X &#8211; OS X Dailyosxdaily.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajay Goel</title>
		<link>http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-93803</link>
		<dc:creator>Ajay Goel</dc:creator>
		<pubDate>Fri, 10 Jul 2009 20:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-93803</guid>
		<description>Is there any key to delete the word after the cursor, like CTRL + W before the cursor?</description>
		<content:encoded><![CDATA[<p>Is there any key to delete the word after the cursor, like CTRL + W before the cursor?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajay Goel</title>
		<link>http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-93802</link>
		<dc:creator>Ajay Goel</dc:creator>
		<pubDate>Fri, 10 Jul 2009 20:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-93802</guid>
		<description>Is there any key to delete the word after the cursor, like CTRL + W before the cursor?</description>
		<content:encoded><![CDATA[<p>Is there any key to delete the word after the cursor, like CTRL + W before the cursor?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [Mac] Teclas rápidas (shortcuts) para el terminal - SmallSquid.com</title>
		<link>http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-90667</link>
		<dc:creator>[Mac] Teclas rápidas (shortcuts) para el terminal - SmallSquid.com</dc:creator>
		<pubDate>Thu, 12 Feb 2009 11:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-90667</guid>
		<description>[...] Visto en OSXDaily [...]</description>
		<content:encoded><![CDATA[<p>[...] Visto en OSXDaily [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Harper</title>
		<link>http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-32425</link>
		<dc:creator>Tim Harper</dc:creator>
		<pubDate>Wed, 05 Dec 2007 15:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-32425</guid>
		<description>Is there any way to change the binding to the delete previous word?  I find ctrl-w a difficult reach, and I prefer the apple-backspace.

Thanks!</description>
		<content:encoded><![CDATA[<p>Is there any way to change the binding to the delete previous word?  I find ctrl-w a difficult reach, and I prefer the apple-backspace.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-23363</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Mon, 08 Oct 2007 20:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-23363</guid>
		<description>For those who find this site, you can set the behavior of bash by using:

set -o vi

for vi command editing mode. It defaults in emacs mode (the keybindings above).

vi mode starts in editing mode, but pressing esc and you&#039;re back into the glorious world of vi. 

if you want to retain ctrl+L clear screen behavior in vi mode, try adding this to your .bashrc (or equivalent) file:

bind -m vi-insert &quot;\C-l&quot;:clear-screen

(thanks to http://www.jukie.net/~bart/blog/20040326082602)</description>
		<content:encoded><![CDATA[<p>For those who find this site, you can set the behavior of bash by using:</p>
<p>set -o vi</p>
<p>for vi command editing mode. It defaults in emacs mode (the keybindings above).</p>
<p>vi mode starts in editing mode, but pressing esc and you&#8217;re back into the glorious world of vi. </p>
<p>if you want to retain ctrl+L clear screen behavior in vi mode, try adding this to your .bashrc (or equivalent) file:</p>
<p>bind -m vi-insert &#8220;\C-l&#8221;:clear-screen</p>
<p>(thanks to <a href="http://www.jukie.net/~bart/blog/20040326082602" rel="nofollow">http://www.jukie.net/~bart/blog/20040326082602</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clcl</title>
		<link>http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-17425</link>
		<dc:creator>clcl</dc:creator>
		<pubDate>Sun, 26 Aug 2007 16:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-17425</guid>
		<description>Cool -- I love the Ctrl + L thing as a substitute for clear -- because now I can clear the screen,  arrow-up for history of my last commands -- without having to skip the clear command itself.  Sounds trivial, but that was annoying me!  Thanks!</description>
		<content:encoded><![CDATA[<p>Cool &#8212; I love the Ctrl + L thing as a substitute for clear &#8212; because now I can clear the screen,  arrow-up for history of my last commands &#8212; without having to skip the clear command itself.  Sounds trivial, but that was annoying me!  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrumrici</title>
		<link>http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-218</link>
		<dc:creator>mrumrici</dc:creator>
		<pubDate>Sat, 30 Dec 2006 03:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2006/12/19/command-line-keyboard-shortcuts-for-mac-os-x/#comment-218</guid>
		<description>Aaweosmeom!!!</description>
		<content:encoded><![CDATA[<p>Aaweosmeom!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 2/3 queries in 0.001 seconds using disk: basic
Object Caching 344/344 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2012-05-21 16:36:21 -->
