<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>たねっぱ！ &#187; ターミナル</title>
	<atom:link href="https://taneppa.net/tag/%e3%82%bf%e3%83%bc%e3%83%9f%e3%83%8a%e3%83%ab/feed/" rel="self" type="application/rss+xml" />
	<link>https://taneppa.net</link>
	<description>コツコツあつめるWeb作りのためのたね　たねっぱ！Web系情報ブログ　Webのお役立ちネタ配信中！</description>
	<lastBuildDate>Tue, 09 May 2023 00:02:06 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>ターミナルのショートカット一覧</title>
		<link>https://taneppa.net/terminal_shortcut/</link>
		<comments>https://taneppa.net/terminal_shortcut/#comments</comments>
		<pubDate>Fri, 26 May 2017 04:34:09 +0000</pubDate>
		<dc:creator>rurippa!</dc:creator>
				<category><![CDATA[Web制作]]></category>
		<category><![CDATA[ショートカット]]></category>
		<category><![CDATA[ターミナル]]></category>
		<category><![CDATA[効率化]]></category>

		<guid isPermaLink="false">https://taneppa.net/?p=3747</guid>
		<description><![CDATA[ターミナルを使う人必見！ショートカットを覚えて、作業効率ＵＰ！まだ使い慣れない人も、使えるものから実践してみましょう。]]></description>
				<content:encoded><![CDATA[<p>黒い画面が苦手な人は多いですよね…<br /> そんなあなたも便利ショートカットを覚えて、よりできる人に近づきましょう★</p>
<p>がっつりターミナルを使う方は、<br /> ホームポジションをなるべく崩さないようにコマンドを打てるようになると、 <br />作業効率が上がるのを実感できると思います。</p>
<p>他のアプリなどで使えるショートカットも多いので、<br /> ぜひ使ってみてください。</p>
<h2>ターミナルのショートカット</h2>
<h3>移動</h3>
<table class="koyaTbl">
<thead>
<tr>
<th>ショートカットキー</th>
<th>処理内容</th>
</tr>
</thead>
<tbody>
<tr>
<td>control + B</td>
<td>後退</td>
</tr>
<tr>
<td>control + F</td>
<td>前進</td>
</tr>
<tr>
<td>control + A</td>
<td>カーソルを文頭に移動</td>
</tr>
<tr>
<td>control + E</td>
<td>カーソルを文末に移動</td>
</tr>
<tr>
<td>option + ← or →　もしくは　Esc + B or F</td>
<td>単語単位でのカーソル移動</td>
</tr>
</tbody></table>
<h3>削除</h3>
<table class="koyaTbl">
<thead>
<tr>
<th>ショートカットキー</th>
<th>処理内容</th>
</tr>
</thead>
<tbody>
<tr>
<td>control + D</td>
<td>カーソルの文字を削除（deleteキーの代用）</td>
</tr>
<tr>
<td>control + H</td>
<td>一文字前を削除（backspaceキーの代用）</td>
</tr>
<tr>
<td>control + W</td>
<td>カーソル位置から単語の先頭まで削除</td>
</tr>
<tr>
<td>⌘ + K</td>
<td>カーソル位置から文末までカット</td>
</tr>
<tr>
<td>⌘ + U</td>
<td>カーソル位置から文頭までカット</td>
</tr>
<tr>
<td>⌘ + Y</td>
<td>カットした内容を挿入</td>
</tr>
</tbody></table>
<h3>その他</h3>
<table class="koyaTbl">
<thead>
<tr>
<th>ショートカットキー</th>
<th>処理内容</th>
</tr>
</thead>
<tbody>
<tr>
<td>↑ or ↓ もしくは　control + P or N</td>
<td>過去のコマンドを表示</td>
</tr>
<tr>
<td>tab</td>
<td>コマンドやファイル名の予測表示</td>
</tr>
<tr>

<td>control + C</td>
<td>実行中のコマンドを強制終了</td>
</tr>
<tr>

<td>control + L</td>
<td>ターミナル画面のリセット</td>
</tr>
<tr>
<td>control + ↑</td>
<td>現在行をウィンドウの最上部にする</td>
</tr>
</tbody></table>
<h2>まとめ</h2>
<p>今回は使いやすそうなショートカットを厳選して紹介しましたが、いかがでしたか？<br />ショートカットを覚えて 黒い画面とお友達になれますように♪<br />少しづつ取り組んでいきましょー(^^)</p>
]]></content:encoded>
			<wfw:commentRss>https://taneppa.net/terminal_shortcut/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
