エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
~/.vimrc.html
1 " Vimrc file, http://phuzz.org 2 3 set nocompatible " use vim defaults 4 set ls=2 " allways sho... 1 " Vimrc file, http://phuzz.org 2 3 set nocompatible " use vim defaults 4 set ls=2 " allways show status line 5 set tabstop=4 " numbers of spaces of tab character 6 set shiftwidth=4 " numbers of spaces to (auto)indent 7 set scrolloff=3 " keep 3 lines when scrolling 8 set showcmd " display incomplete commands 9 set hlsearch " highlight searches 10 set incsearch " do incremental searching 11 set ru
2007/12/06 リンク