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

vimrc

$
0
0

プラグイン入れていない時の最低限のやつ

vimrc
setnocompatiblesetencoding=utf-8setlistsethiddensetbackspace=indent,eol,startsetautoindentsetsmartindentsettabstop=2setshiftwidth=2setexpandtabfiletypeonfiletype plugin indent onsyntaxonsetnumbersetlistsetbackspace=indent,eol,startsetwildmenusetshowmatch" mapping
imap { {}<LEFT><CR><ESC><S-o>
imap [ []<LEFT>
imap (()<LEFT>
command St  split
command Sv  vsplit

Viewing all articles
Browse latest Browse all 5692

Trending Articles