Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

Vim | 存在しないファイルの編集を一発で始める

$
0
0

解決

存在しないファイルでも。
「新規ファイル」として、いきなり編集を始めること出来る。

$ vim example.txt

image

あとは保存終了すれば良い。 ( :x )

ファイルを作りたくない場合は、保存せず抜ければ良い。 ( :q! )

問題

「あらかじめファイルを作成する」っていう手順が面倒だ。

$ touch example.txt

$ vim example.txt

環境

  • vim 7.2.411

Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>