Skip to content

Instantly share code, notes, and snippets.

@buyoh
Created August 28, 2019 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buyoh/697abf264d66d729b9043ebc991ddc19 to your computer and use it in GitHub Desktop.
Save buyoh/697abf264d66d729b9043ebc991ddc19 to your computer and use it in GitHub Desktop.
" show linenumber
set number
" vim の矩形選択で文字が無くても右へ進める
set virtualedit=block
" 挿入モードでバックスペースで削除できるようにする
set backspace=indent,eol,start
" 検索結果をハイライト表示
set hlsearch
" インデント幅
set shiftwidth=2
" タブの代わりにスペースを入れる
set expandtab
set tabstop=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment