Skip to content

Instantly share code, notes, and snippets.

@vector4wang
Last active June 20, 2019 09:30
Show Gist options
  • Save vector4wang/0c01bc9e741434f99c37858f99ceb139 to your computer and use it in GitHub Desktop.
Save vector4wang/0c01bc9e741434f99c37858f99ceb139 to your computer and use it in GitHub Desktop.
[vim 基本配置] #Linux #Vim
set relativenumber
set showmode
set number
syntax on
set autoindent
set tabstop=2
set shiftwidth=4
set expandtab
set softtabstop=2
set showmatch
set hlsearch
set ignorecase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment