Skip to content

Instantly share code, notes, and snippets.

@matsumana07384
Created January 4, 2020 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matsumana07384/4206e563fe0162d5f750f3fea2c9a46e to your computer and use it in GitHub Desktop.
Save matsumana07384/4206e563fe0162d5f750f3fea2c9a46e to your computer and use it in GitHub Desktop.
vim_command_line_memo

これはメモです。


【Vimの使い方】 ・文字入力 iを入力してinsertモードに切り替える ・保存して終了 ① insertモードの場合は、escキーを入力してコマンドモードに切り替え ② 「:wq」で上書き保存 ( 「:q!」で強制終了 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment