<?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%b7%e3%83%a7%e3%83%bc%e3%83%88%e3%82%ab%e3%83%83%e3%83%88/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>コーディングが速くなる！Emmetのアクションまとめ【Win/Mac/Atomに対応】</title>
		<link>https://taneppa.net/emmet_action/</link>
		<comments>https://taneppa.net/emmet_action/#comments</comments>
		<pubDate>Wed, 05 Sep 2018 02:31:48 +0000</pubDate>
		<dc:creator>rurippa!</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Atom]]></category>
		<category><![CDATA[コーディング]]></category>
		<category><![CDATA[ショートカット]]></category>

		<guid isPermaLink="false">https://taneppa.net/?p=5439</guid>
		<description><![CDATA[コーディングのスピードアップに！Emmetのアクションまとめ【 Win / Mac / Atomに対応 】]]></description>
				<content:encoded><![CDATA[<div id="Rurippa">

        <p>Emmetが使えるエディターなら大丈夫！
          <br />アクションを使うと、コーディングの効率がぐんと上がります！！
        <br />ほんと便利なものばかりなので、ぜひ使ってください。</p>


        <h2>注意点</h2>
        <p>Emmetと、お使いのエディターのショートカットが被っていることがあります。<br />その場合は、ショートカットの設定を変更してみてください。</p>
        <p>※MacでAtomをお使いの方
          <br />ショートカットがうまく反応しない方は、 (カッコ)部分のコマンドも試してみてください。もしかしたら使えるかもしれないです…！</p>


  <h2>Emmetのアクション一覧</h2>


        <h3>おすすめのアクション</h3>
        <table class="koyaTbl">
          <thead>
            <tr>
              <th>アクション<br /><small>（リンク先: デモ）</small></th>
              <th>コマンド</th>
            </tr>
          </thead>
          <tbody>

            <tr>
              <td><a href="https://docs.emmet.io/actions/remove-tag/" target="_blank">Remove Tag</a>
                <br />開始タグと閉じタグを削除して、インデント調整もします。</td>
              <td><p>【Win】ctrl + shift + ;
              </p><p>【Mac】⌘ + &#8216;
              <br />(⌘ + shift + &#8216;)</p></td>
            </tr>
            <tr>
              <td><a href="https://docs.emmet.io/actions/wrap-with-abbreviation/" target="_blank">Wrap with Abbreviation</a>
                <br />選択した範囲を任意のタグで囲むことができます。</td>
              <td><p>【Win】ctrl + w
              </p><p>【Mac】ctrl + alt + w
              <br />(ctrl + w)</p></td>
            </tr>
            <tr>
              <td><a href="https://docs.emmet.io/actions/match-pair/" target="_blank">Balance （outward , inward）</a><br />選択範囲の拡大・縮小ができます。
                <br />⌘Dを押すと、現在のカーソル位置を基準にして、タグの中身やタグの境目を検索して選択範囲を作ります。さらに、ctrl + dを押す毎に、選択範囲が拡大します。</td>
              <td><p>【Win】拡大: ctrl + shift + e<br />縮小: ctrl + shift + 0
              </p><p>【Mac】拡大: ctrl + d<br />縮小: alt + d</p></td>
            </tr>
            <tr>
              <td><a href="https://docs.emmet.io/actions/merge-lines/" target="_blank">Merge Lines</a><br />選択した部分を1行に変換します。</td>
              <td><p>【Win】ctrl + shift + m
              </p><p>【Mac】shift + ⌘ + m</p></td>
            </tr>
            <tr>
              <td><a href="https://docs.emmet.io/actions/evaluate-math/" target="_blank">Evaluate Math Expression</a><br />+ &#8211; * / を使った、簡単な四則演算の結果を表示します。</td>
              <td><p>【Win】ctrl + shift + y
              </p><p>【Mac】shift + ⌘ + y</p></td>
            </tr>
          </tbody>
        </table>




        <h3>その他のアクション</h3>
        <table class="koyaTbl">
          <thead>
            <tr>
              <th>アクション<br /><small>（リンク先: デモ）</small></th>
              <th>コマンド</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td><a href="https://docs.emmet.io/actions/expand-abbreviation/" target="_blank">Expand Abbreviation</a><br />Emmetを展開します。</td>
              <td><p>【Win】tab もしくは ctrl + e
              </p><p>【Mac】tab もしくは shift + ⌘ + e</p></td>
            </tr>
            <tr>
              <td><a href="https://docs.emmet.io/actions/toggle-comment/" target="_blank">Toggle Comment</a><br />コメントの表示・非表示ができます。</td>
              <td><p>【Win】ctrl + shift + /
              </p><p>【Mac】⌘ + /</p></td>
            </tr>
            <tr>
              <td><a href="https://docs.emmet.io/actions/go-to-edit-point/" target="_blank">Go to Edit Point</a><br />タグ間、空の属性、インデント付きの改行部分ごとに、編集ポイントが移動します。</td>
              <td><p>【Win】ctrl + alt + ←→
              </p><p>【Mac】ctrl + ←→
                <br />(alt + ←)</p></td>
            </tr>
            <tr>
              <td><a href="https://docs.emmet.io/actions/select-item/" target="_blank">Select Item</a><br />HTMLではタグ・属性・属性値などを、CSSではセレクタ・プロパティ・プロパティ値などを順次選択します。</td>
              <td><p>【Win】ctrl + shift + .
                <br />ctrl + shift + ,
              </p><p>【Mac】ctrl + shift + ←→</p></td>
            </tr>
            <tr>
              <td><a href="https://docs.emmet.io/actions/go-to-pair/" target="_blank">Go to Matching Pair</a><br />開始タグと終了タグ間を移動します。閉じタグを探すときなどに使えます！</td>
              <td><p>【Win】ctrl + alt + j
              </p><p>【Mac】ctrl + alt + j</p></td>
            </tr>
            <tr>
              <td><a href="https://docs.emmet.io/actions/split-join-tag/" target="_blank">Split / Join Tag</a><br />タグを空タグに変換、またはその逆もできます。XMLを作るときに便利なアクションです。</td>
              <td><p>【Win】ctrl + shift + `
              </p><p>【Mac】shift + ⌘ + j</p></td>
            </tr>
            <tr>
              <td><a href="https://docs.emmet.io/actions/update-image-size/" target="_blank">Update Image Size</a><br />画像サイズを取得します。imgタグに、widthとheightが追加されます。</td>
              <td><p>【Win】ctrl + u
              </p><p>【Mac】ctrl + i</p></td>
            </tr>
            <tr>
              <td><a href="https://docs.emmet.io/actions/inc-dec-number/" target="_blank">Increment / Decrement Number</a><br />数値の増減が簡単にできます。（0.1・1・10づつ増減）</td>
              <td><p>【Win】alt + ↑↓
                <br />ctrl + ↑↓
                <br />shift + alt + ↑↓
              </p><p>【Mac】ctrl + alt + ↑↓
                <br />(alt + ↑↓)
                <br />ctrl + alt + ⌘ + ↑↓
                <br />ctrl + alt + ⌘ + shift + ↑↓
                <br />(alt + shift + ↑↓)</p></td>
            </tr>
            <tr>
              <td><a href="https://docs.emmet.io/actions/reflect-css-value/" target="_blank">Reflect CSS Value</a><br />ベンダープレフィックスがついたプロパティ値を、一箇所なおすだけで一括で揃えられます。</td>
              <td><p>【Win】ctrl + shift + r
              </p><p>【Mac】shift + ⌘ + r</p></td>
            </tr>
            <tr>
              <td><a href="https://docs.emmet.io/actions/base64/" target="_blank">Encode / Decode Image to data:URL</a><br />画像をdataURLに変換します。</td>
              <td><p>【Win】ctrl + &#8216;
              </p><p>【Mac】ctrl + shift + i</p></td>
            </tr>
          </tbody>
        </table>



        <h3>参考サイト</h3>
        <p><a href="https://docs.emmet.io/" target="_blank">Emmet Documentation</a></p>

<h2>まとめ</h2>
<p>いかがでしたか？<br />本当にやらなきゃ損(笑)と思うくらいに、便利なものが揃っているので、試してみてください（^^)</p>

  </div>

<style>
#Rurippa .koyaTbl th:first-child,
#Rurippa .koyaTbl tr:first-child{
width: 50%;

}
#Rurippa .koyaTbl tr td:first-child {
  font-size: 14px;
}
#Rurippa .koyaTbl tr td:first-child a {
  font-size: 16px;
  font-weight: bold;
}
#Rurippa .koyaTbl th{
  vertical-align: middle;
}

#Rurippa .koyaTbl th,
#Rurippa .koyaTbl tr{
width:50%;
}

#Rurippa .koyaTbl tr td p{
  margin: 0;
font-size: 14px;
line-height: 1.5;
}
#Rurippa .koyaTbl tr td p + p{
  margin-top: 10px;
}


#Rurippa.koyaTxt .star{
color:orange;
}
#Rurippa .koyaTbl .star{
color:orange;
}
#Rurippa .koyaTbl .notes{
font-size: 14px;
}
</style>

]]></content:encoded>
			<wfw:commentRss>https://taneppa.net/emmet_action/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web制作にお役立ち＆作業効率UP！ 日本語版チートシートまとめ</title>
		<link>https://taneppa.net/cheatsheet_japanese2017/</link>
		<comments>https://taneppa.net/cheatsheet_japanese2017/#comments</comments>
		<pubDate>Wed, 09 May 2018 03:04:59 +0000</pubDate>
		<dc:creator>rurippa!</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web制作]]></category>
		<category><![CDATA[デザイン]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Webデザイン]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[コーディング]]></category>
		<category><![CDATA[ショートカット]]></category>
		<category><![CDATA[効率化]]></category>

		<guid isPermaLink="false">https://taneppa.net/?p=3845</guid>
		<description><![CDATA[デスクや手元に置いておきたいチートシート。PCに保存したり、１枚印刷しておくと便利です。]]></description>
				<content:encoded><![CDATA[<div id="Rurippa">
<p>ショートカットキー忘れた！あのプロパティ名が思い出せない・・・などなど<br /> ふとした時にチートシートを見て救われたり。<br /> こんなのがあるんだ！っていう発見もあるかも。</p>
<p>そんな時、日本語版の方が見やすいかな？と思ったので、<br /> 日本語版のものを集めてみました！(&amp;英語でもわかりやすいもの）</p>
<p>PCに保存したり、１枚印刷して手元に置いておくと便利です。</p>
<h2>目次</h2>
<ul>
	<li><a href="#item01">Illustratorのショートカットキーリスト</a></li>
	<li><a href="#item02">Photoshopのショートカットキーリスト</a></li>
	<li><a href="#item03">日本語版 WordPress チートシート</a></li>
	<li><a href="#item04">WordPress Template Hierarchy</a></li>
	<li><a href="#item05">HTML5タグ★チートシート</a></li>
	<li><a href="#item06">CSS Flexbox チートシート</a></li>
	<li><a href="#item07">CSS Cheat Sheet</a></li>
</ul>
<div id="item01"></div>
<h2>日本語版チートシートまとめ</h2>
<h3>Illustratorのショートカットキーリスト</h3>
<p><a href="https://helpx.adobe.com/jp/illustrator/how-to/use-shortcut-keys-for-efficiency-illustrator.html" target="_blank"><img class="alignnone size-medium wp-image-3855" alt="" src="https://taneppa.net/wp-content/uploads/2017/04/cheet02-500x375.png" width="500" height="375" /></a></p>
<p>デザイナーが良く使うショートカットをピックアップしています！ <br />日本語で非常に見やすいので、デスクなどに置いておきたい１枚ですね。</p>
<p><a href="https://helpx.adobe.com/jp/illustrator/how-to/use-shortcut-keys-for-efficiency-illustrator.html" target="_blank">配布元:Adobe</a></p>
<div class="spaceCont" id="item02"></div>
<h3>Photoshopのショートカットキーリスト</h3>
<p><a href="https://helpx.adobe.com/jp/photoshop/how-to/use-shortcut-keys-for-efficiency-photoshop.html" target="_blank"><img class="alignnone size-medium wp-image-3856" alt="" src="https://taneppa.net/wp-content/uploads/2017/04/cheet01-500x375.png" width="500" height="375" /></a></p>
<p>先ほど紹介したシートの、フォトショップ版です！ <br />こちらも合わせて印刷しておくと便利かと思います。</p>
<p><a href="https://helpx.adobe.com/jp/photoshop/how-to/use-shortcut-keys-for-efficiency-photoshop.html" target="_blank">配布元:Adobe</a></p>
<div class="spaceCont" id="item03">
<h3>日本語版 WordPress チートシート</h3>
</div>
<p><a href="http://www.webcreatorbox.com/tech/japanese-wordpress-cheat-sheet/" target="_blank"> <img class="alignnone size-medium wp-image-3857" alt="" src="https://taneppa.net/wp-content/uploads/2017/04/cheet03-500x375.jpg" width="500" height="375" /></a></p>
<p>有名なブログ「Webクリエイターボックス」さんが配布してくださっている、WordPressのチートシートです。 <br />例文付きで、見やすくまとまっていてオススメです。</p>
<p><a href="http://www.webcreatorbox.com/tech/japanese-wordpress-cheat-sheet/" target="_blank">配布元:Webクリエイターボックス</a></p>
<div class="spaceCont" id="item04"></div>
<h3>WordPress Template Hierarchy</h3>
<p><a href="https://developer.wordpress.org/themes/basics/template-hierarchy/" target="_blank"><img class="alignnone size-medium wp-image-3877" alt="" src="https://taneppa.net/wp-content/uploads/2017/04/cheet05-500x375.png" width="500" height="375" /></a></p>
<p>WordPressのテンプレート構成を図にまとめています。</p>
<p><a href="https://developer.wordpress.org/themes/basics/template-hierarchy/" target="_blank">配布元:WORDPRESS.ORG</a></p>
<div class="spaceCont" id="item05"></div>
<h3>HTML5タグ★チートシート</h3>
<p><a href="http://www.atmarkit.co.jp/fdotnet/chushin/cheatsheet_02/cheatsheet_02_01.html" target="_blank"><img class="alignnone size-medium wp-image-3875" alt="" src="https://taneppa.net/wp-content/uploads/2017/04/cheet04-500x375.jpg" width="500" height="375" /></a></p>
<p>HTML5のタグと概要の説明が載っています。 <br />チートシートがあると検索する手間が省けますね。</p>
<p><a href="http://www.atmarkit.co.jp/fdotnet/chushin/cheatsheet_02/cheatsheet_02_01.html" target="_blank">配布元:＠IT</a></p>
<div class="spaceCont" id="item06">
<h3>CSS Flexbox チートシート</h3>
<p><a href="http://www.webcreatorbox.com/tech/css-flexbox-cheat-sheet/" target="_blank"><img class="alignnone size-medium wp-image-3886" alt="" src="https://taneppa.net/wp-content/uploads/2017/04/cheet06-500x375.png" width="500" height="375" /></a></p>
<p>最近よく見るようになったFlexbox用のチートシートです！ <br />図付きなので、とても見やすいです。</p>
<p><a href="http://www.webcreatorbox.com/tech/css-flexbox-cheat-sheet/" target="_blank">配布元:Webクリエイターボックス</a></p>
</div>
</div>
<h2>まとめ</h2>
<p>いかがでしたか？<br />チートシートはみやすくまとめられているので、ぜひご活用ください。<br />また素敵なチートシートを見つけましたら、紹介しますね♪</p>


<style><!--
#Rurippa .spaceCont{
 padding-top: 30px;
margin-top: -30px;
}
--></style>]]></content:encoded>
			<wfw:commentRss>https://taneppa.net/cheatsheet_japanese2017/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
		<item>
		<title>Atomで使えるショートカット一覧</title>
		<link>https://taneppa.net/atom_shortcut/</link>
		<comments>https://taneppa.net/atom_shortcut/#comments</comments>
		<pubDate>Thu, 20 Apr 2017 05:16:50 +0000</pubDate>
		<dc:creator>rurippa!</dc:creator>
				<category><![CDATA[Web制作]]></category>
		<category><![CDATA[Atom]]></category>
		<category><![CDATA[コーディング]]></category>
		<category><![CDATA[ショートカット]]></category>
		<category><![CDATA[効率化]]></category>

		<guid isPermaLink="false">https://taneppa.net/?p=3596</guid>
		<description><![CDATA[Win / Mac対応。Atomに関するショートカット一覧を紹介します！マルチカーソル・移動・編集・ペイン・パネル・タブ・ブックマーク・その他]]></description>
				<content:encoded><![CDATA[<p>本記事では、Atomに関するショートカットを紹介します！<br /> 使えるものはどんどん覚えて、作業を楽にしていきましょ〜</p>
<p class="koyaTxt">ショートカット系は、実際に使って試してみるのがオススメです。<br /> 特に使って欲しいものは<span class="star">★</span>をつけてます！</p>
<p>※筆者はMac環境のため、Winについては未確認のものが多数ありますので、あしからず…</p>
<h2>Atomで使えるショートカット一覧</h2>
<h3>選択・マルチカーソル</h3>
<table class="koyaTbl">
<thead>
<tr>
<th>操作</th>
<th>Win</th>
<th>Mac</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="star">★</span>マルチカーソルの追加<br /><span class="notes">※解除はEsc</span></td>
<td>Ctrl + クリック</td>
<td>⌘ + クリック</td>
</tr>
<tr>
<td><span class="star">★</span>単語の選択</td>
<td>Ctrl + D<br /><span class="notes">（さらにDを押すと、続けて同単語を複数選択可）</span></td>
<td>⌘ + D<br /><span class="notes">（さらにDを押すと、続けて同単語を複数選択可）</span></td>
</tr>
<tr>
<td><span class="star">★</span>単語のスキップ<br /><span class="notes">（複数選択時）</span></td>
<td>Ctrl + K</td>
<td>⌘ + K</td>
</tr>
<tr>
<td>前の単語へ戻る<br /><span class="notes">（複数選択時）</span></td>
<td>Ctrl + U</td>
<td>⌘ + U</td>
</tr>
<tr>
<td>行の選択</td>
<td>Ctrl + L<br /><span class="notes">（さらにLを押すと、複数行選択可）</span></td>
<td>⌘ + L<br /><span class="notes">（さらにLを押すと、複数行選択可）</span></td>
</tr>
</tbody></table>
<h3>移動</h3>
<table class="koyaTbl">
<thead>
<tr>
<th>操作</th>
<th>Win</th>
<th>Mac</th>
</tr>
</thead>
<tbody>
<tr>
<td>単語単位で前へ移動</td>
<td>Alt + B</td>
<td>option + B</td>
</tr>
<tr>
<td>単語単位で次へ移動</td>
<td>Alt + F</td>
<td>option + F</td>
</tr>
<tr>
<td>単語の先頭へ移動</td>
<td>Ctrl + ←</td>
<td>option + ←</td>
</tr>
<tr>
<td>単語の末尾へ移動</td>
<td>Ctrl + →</td>
<td>option + →</td>
</tr>
<tr>
<td>行の先頭へ移動</td>
<td>Home</td>
<td>⌘ + ←</td>
</tr>
<tr>
<td>行の末尾へ移動</td>
<td>End</td>
<td>⌘ + →</td>
</tr>
<tr>
<td>行番号を指定して移動</td>
<td>Ctrl + G</td>
<td>Ctrl + G</td>
</tr>
<tr>
<td>対応するカッコへ移動</td>
<td>Ctrl + M</td>
<td>Ctrl + M</td>
</tr>
</tbody></table>
<h3>編集</h3>
<table class="koyaTbl">
<thead>
<tr>
<th>操作</th>
<th>Win</th>
<th>Mac</th>
</tr>
</thead>
<tbody>
<tr>
<td>改行の削除</td>
<td></td>
<td>⌘ + J</td>
</tr>
<tr>
<td>カーソル位置から末尾までカット</td>
<td>Alt + D</td>
<td>Ctrl + K</td>
</tr>
<tr>
<td>インデントを１つ追加</td>
<td>Ctrl + ]</td>
<td>⌘ + ]</td>
</tr>
<tr>
<td>インデントを１つ削除<br /><span class="notes">(複数行もOK)</span></td>
<td>Ctrl + [</td>
<td>⌘ + [</td>
</tr>
<tr>
<td><span class="star">★</span>コメントアウト/解除</td>
<td>Ctrl + /</td>
<td>⌘ + /</td>
</tr>
</tbody></table>
<h3>編集（行）</h3>
<table class="koyaTbl">
<thead>
<tr>
<th>操作</th>
<th>Win</th>
<th>Mac</th>
</tr>
</thead>
<tbody>
<tr>
<td>行の削除</td>
<td>Ctrl + Shift + K</td>
<td>Ctrl + Shift + K</td>
</tr>
<tr>
<td><span class="star">★</span>下に空行を挿入</td>
<td>Ctrl + Enter</td>
<td>⌘ + return</td>
</tr>
<tr>
<td><span class="star">★</span>上に空行を挿入</td>
<td>Ctrl + Shift + Enter</td>
<td>⌘ + Shift + return</td>
</tr>
<tr>
<td>行の移動</td>
<td>Ctrl + ↑ or ↓</td>
<td>Ctrl + ⌘ + ↑ or ↓</td>
</tr>
<tr>
<td><span class="star">★</span>行の複製</td>
<td>Ctrl + Shift + D</td>
<td>⌘ + Shift + D</td>
</tr>
</tbody></table>
<h3>パネル・ファイル関連</h3>
<table class="koyaTbl">
<thead>
<tr>
<th>操作</th>
<th>Win</th>
<th>Mac</th>
</tr>
</thead>
<tbody>
<tr>
<td>新規ファイルの作成</td>
<td>Ctrl + n</td>
<td>⌘ + N</td>
</tr>
<tr>
<td><span class="star">★</span>パネルの分割</td>
<td>Ctrl + K のあと任意の矢印キー</td>
<td>⌘ + K のあと任意の矢印キー</td>
</tr>
<tr>
<td>パネルを移動する</td>
<td>Ctrl + K のあと、Ctrl + 任意の矢印キー</td>
<td>⌘ + K のあと、⌘ + 任意の矢印キー</td>
</tr>
<tr>
<td>アクティブなタブの変更</td>
<td>Ctrl + K のあと任意の矢印キー</td>
<td>option + ⌘ + 任意の矢印キー</td>
</tr>
<tr>
<td>タブを閉じる</td>
<td>Ctrl + W</td>
<td>⌘ + W</td>
</tr>
<tr>
<td>全てのタブを閉じる</td>
<td>Ctrl + K W<br /><span class="notes">（Ctrlは押し続けたまま、K Wと順番に押す）</span></td>
<td>⌘ + K W<br /><span class="notes">（⌘は押し続けたまま、K Wと順番に押す）</span></td>
</tr>
</tbody></table>
<h3>ツリービュー</h3>
<table class="koyaTbl">
<thead>
<tr>
<th>操作</th>
<th>Win</th>
<th>Mac</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="star">★</span>ツリービューの表示／非表示</td>
<td>Ctrl + ¥</td>
<td>Ctrl + \</td>
</tr>
<tr>
<td>ツリービュー/タブへの移動</td>
<td>Ctrl + 0</td>
<td>Ctrl + 0</td>
</tr>
<tr>
<td>ファイル追加</td>
<td>A</td>
<td>A</td>
</tr>
<tr>
<td>ファイル名変更</td>
<td>M</td>
<td>M</td>
</tr>
<tr>
<td>ファイルを複製</td>
<td>D</td>
<td>D</td>
</tr>
<tr>
<td>フォルダ追加</td>
<td>Shift + A</td>
<td>Shift + A</td>
</tr>
</tbody></table>
<h3>ブックマーク</h3>
<table class="koyaTbl">
<thead>
<tr>
<th>操作</th>
<th>Win</th>
<th>Mac</th>
</tr>
</thead>
<tbody>
<tr>
<td>現在行をブックマーク/解除</td>
<td>Ctrl + Alt + F2</td>
<td>⌘ + F2</td>
</tr>
<tr>
<td>次のブックマークへ移動</td>
<td>F2</td>
<td>F2</td>
</tr>
<tr>
<td>ブックマーク一覧を見る</td>
<td>Ctrl + F2</td>
<td>Ctrl + F2</td>
</tr>
<tr>
<td>全ブックマークを解除</td>
<td>Ctrl + Shift + F2</td>
<td>⌘ + Shift + F2</td>
</tr>
</tbody></table>
<h3>その他</h3>
<table class="koyaTbl">
<thead>
<tr>
<th>操作</th>
<th>Win</th>
<th>Mac</th>
</tr>
</thead>
<tbody>
<tr>
<td>ファイルのパスをコピー</td>
<td>Ctrl + Shift + C<br /><span class="notes">(エディタ／ツリービューいずれも可)</span></td>
<td>Ctrl + Shift + C<br /><span class="notes">(エディタ／ツリービューいずれも可)</span></td>
</tr>
<tr>
<td>文字コードを選択</td>
<td>Ctrl + Shift + U</td>
<td>Ctrl + Shift + U</td>
</tr>
<tr>
<td>言語を選択</td>
<td>Shift + Ctrl + L</td>
<td>Shift + Ctrl + L</td>
</tr>
<tr>
<td>セッティング画面表示</td>
<td>Ctrl + ,</td>
<td>⌘ + ,</td>
</tr>
<tr>
<td>コマンドパレット</td>
<td>Ctrl + Shift + P</td>
<td>⌘ + Shift + P</td>
</tr>
</tbody></table>
<h2>まとめ</h2>
<p>どうでしたか？<br />ショートカット覚えるだけで効率がぐんと上がるので、よく使うものから覚えていきましょー(^^)d</p>

<style><!--
.koyaTbl th:first-child,
.koyaTbl tr:first-child{
width:26%;
}
.koyaTbl th,
.koyaTbl tr{
width:37%;
}
.koyaTxt .star{
color:orange;
}
.koyaTbl .star{
color:orange;
}
.koyaTbl .notes{
font-size: 14px;
}
--></style>]]></content:encoded>
			<wfw:commentRss>https://taneppa.net/atom_shortcut/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
