Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
学校の仮想ボックスに SSH 接続して VIM を実行していますが、使用するたびに設定を保存したいと考えています。
これを毎回入力するのはそれほど面倒ではありませんが、可能であれば自動化/保存したいと思います。
:set number :set mouse=a :set cindent
ありがとう
vim ローカル構成ファイルを編集~/.vimrcして、次の行を挿入できます。
~/.vimrc
set number set mouse=a set cindent