0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

知らなかった便利そうなショートカットキー

0
Last updated at Posted at 2020-09-12

コピー&ペースト等は使用していたけど…
もっと便利なショートカットキーを利用していくべきだと思い、自分用にまとめておきます。

  • ⌘command + F
    ページ内検索
    ひらいてるページ内に指定のキーワードがあるか簡単に調べられる

  • ⌘command + tab
    起動中アプリケーションの切り替え

  • control + tab
    複数開いているブラウザタブの切り替え

  • ⌘command + W
    開いているウィンドウを閉じる。(現在のタブ)

  • ⌘command + T
    新規タブ作成

テキスト入力系

  • **control + K:**カーソルの右側の文字を全て削除する

  • **control + H:**カーソルの左側の文字を削除する

  • **control + A:**カーソルを行頭(左側)に移動する

  • **control + E:**カーソルを行末(右側)に移動する

  • **control + P:**カーソルを一行上に

  • **control + N:**カーソルを一行下に

  • **control + F:**カーソルを一行右に

  • **control + B:**カーソルを一行左に

Cloud9 ショートカットキー

  • **option + left :**左の単語に移動
  • **option + right:**右の単語に移動
  • **command + ?:**一気にコメントアウト(行選択後)
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?