VSCode Vim チートシートを見て効率的に使い方を覚えよう!

VSCode Vim チートシートを見て効率的に使い方を覚えよう!

Vimを覚えるのって断片的に情報が飛び交っているので、あまり効率的に覚えられないですよね。
そんな人は、この分かりやすく一覧になったチートシートをいつでも見られるようにしておきましょう!
VSCode Vim用のチートシートなので、Vimでしか動かないコマンドだったりすることも無いのでVSCode Vimmerはぜひご活用下さい。

チートシート (cheat sheet) はこちら

Boost Your Coding Fu With VSCode and Vim

操作体系ごとの記載が便利

  • Baby Steps (Vimのカーソル移動の基本)
  • Move Fast Word by Word (単語間で移動する)
  • Find Character (文字を指定して移動する)
  • Move Extremely Horizontally (水平方向に移動する)
  • Move Faster Vertically (垂直方向に移動する)
  • High Precision Vertical Motions with Search (垂直方向に検索を使って移動する)
  • Move Faster with Counts (カウントを指定して移動する)
  • Move Semantically (宣言やファイルに移動する)
  • More Nifty Core Motions (その他の基本的な移動モーション)
  • Edit Like Magic With Vim Operators (Vimオペレータで魔法のように編集)
  • Linewise Operators (行単位のオペレータ)
  • Capital case (Stronger version) Operators (大文字のより強力なオペレータ)
  • Text objects (テキストオブジェクト)
  • Repeat Last Change (最後の変更を繰り返す)
  • Character Editing Commands (文字単位の編集コマンド)
  • Undo and redo (もとに戻す、やり直し)
  • Inserting Text (テキストの挿入)
  • Visual Mode (ヴィジュアルモード)
  • Operate on Next Search Match (次の検索マッチに適用)
  • Copying and pasting (コピーと貼り付け)
  • Command-line mode (コマンドラインモード)
  • Command-line mode Ranges (コマンドラインモードの範囲)
  • Command-line mode Substitute (コマンドラインモードの置換)
  • Split Windows (ウィンドウの分割)
  • Tabs (タブ)
  • Vim surround (囲み文字)
  • Custom mappings (they need to be added to your config) (おすすめのカスタムマッピング)
  • Moving Faster with Vim-sneak (拡張機能sneakを使った移動)
  • Moving Faster with Easymotion (拡張機能easymotionを使った移動)
  • Multiple Cursors (マルチカーソル)
  • Reusable Editing with Macros (マクロを使った繰り返し)
  • Integrating with Neovim (Neovim連携時のコマンド)
  • Some Handy VSCode Only Mappings (VSCode Vim)

Vimカテゴリの最新記事