雑記まみむメモ

雑記、メモ、技法、話題の騒動などを紹介します。

Vim

viで行番号を表示、非表示にする方法

#行番号を表示する :set number :set nu #行番号を非表示する :set nonumber :set nonu