1
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 1 year has passed since last update.

vim/viの終了時にエラー

Last updated at Posted at 2022-03-13

vim/viコマンドを使用して、ファイル編集し閉じようとした所にエラーが発生しました。
こちらは、私がよく遭遇したエラーについて簡単な対処法を説明します。

エラー

viでファイルを編集した後、
ニュートラルモードにし「:q」を入力した所
こちらのエラーが出ました。

no write since last change (add to override)

対処法

ファイルを編集している場合は、ファイルを保存するか、保存しないまま閉じなければいけません。

・保存して閉じる場合 「:wq」
・保存しないで閉じる場合 「:q!」

1
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
1
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?