2018-09-08から1日間の記事一覧

vim

~/.vimrcの設定 syntax on set tabstop=4 set autoindent set expandtab set shiftwidth=4 set fileencodings=utf-8 set fileformat=unix set nocompatible set whichwrap=b,s,h,l,<,>,[,] set backspace=indent,eol,start set scrolloff=5 set mouse=a set …