##.vimrc
超基本的な.vimrc
.vimrc
syntax on
colorscheme default
set nu
set showmatch
set ignorecase
set hlsearch
set tabstop=2
nnoremap <Esc><Esc> :noh<CR>
filetype plugin indent on
Go to list of users who liked
More than 3 years have passed since last update.
##.vimrc
超基本的な.vimrc
syntax on
colorscheme default
set nu
set showmatch
set ignorecase
set hlsearch
set tabstop=2
nnoremap <Esc><Esc> :noh<CR>
filetype plugin indent on
Register as a new user and use Qiita more conveniently
Go to list of users who liked