Skip to content

Instantly share code, notes, and snippets.

@Kento75
Last active March 8, 2019 10:10
Show Gist options
  • Save Kento75/596492089a2a47b662ae40270cde8148 to your computer and use it in GitHub Desktop.
Save Kento75/596492089a2a47b662ae40270cde8148 to your computer and use it in GitHub Desktop.
【備忘録】Vimの基本的な使い方 ref: https://qiita.com/Kento75/items/3134b3a45fb9519ec48c
$ vim hoge.txt
# カレントディレクトリのファイルを開く
:e hoge.txt
# ファイルパスを指定して開く
:e ../huga.txt
:w fuga.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment