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

自分好みのVim設定メモ(継続的に更新)

$
0
0

カラースキームインストール

git clone https://github.com/tomasr/molokai

mkdir ~/.vim/colors
mv molokai/colors/molokai.vim ~/.vim/colors

.vimrcの記述

autocmd ColorScheme * highlight Comment ctermfg=yellow
syntax on
set backspace=indent,eol,start
set number
set title
set ambiwidth=double
set tabstop=4
set expandtab
set shiftwidth=4
set smartindent
"set list
"set listchars=tab:>>-,trail:-,eol:?,extends:>>,precedes:<<,nbsp:%
set nrformats-=octal
set hidden
set history=50
set virtualedit=block
set whichwrap=b,s,[,],<,>
set wildmenu

augroup vimrcEx
au BufRead * if line("'\"") > 0 && line("'\"") <= line("$") | exe "normal g`\"    " | endif
augroup END
colorscheme molokai

Viewing all articles
Browse latest Browse all 5608

Trending Articles



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