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

.vimrc をメモっとく

$
0
0

普段は Windows なので vim は滅多に使わないけど,たまに端末から他所様の Linux に入ると素のままの vim だったりするので結構泣けてくる。

そんで .vimrcどう書けばいいんだっけと毎回悩むので,今回はここに貼り付けておく。ちなみに私は vim はほとんど弄らない。 vim を使うときは大抵客先の環境だったりするので派手に弄れないのだ。

.vimrc
setnocompatiblesettags=~/.tags" display" ----------------------setnumber"set ruler"set cmdheight=2"set laststatus=2"set statusline=%<%f\ %m%r%h%w%{'['.(&fenc!=''?&fenc:&enc).']['.&ff.']'}%=%l,%c%V%8Psettitlesetlinespace=0setwildmenusetshowcmd"set textwidth=78"set columns=100"set lines=150" syntax color" ---------------------syntaxon"colorscheme ronhighlight LineNr ctermfg=darkgrey

" edit" ---------------------setautoindentsetcindentsetshowmatchsetbackspace=indent,eol,startsetclipboard=unnamed
setpastetoggle=<F12>setguioptions+=a" tab" --------------------settabstop=4setexpandtabsetsmarttabsetshiftwidth=4setshiftroundsetnowrap

色々残骸が残ってて何が何やらだが,まぁいいか。


Viewing all articles
Browse latest Browse all 5608

Trending Articles



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