Skip to content

Instantly share code, notes, and snippets.

@mirrordust
Last active June 14, 2022 15:34
Show Gist options
  • Save mirrordust/f1b06517632bdf3294bd448800ff51c5 to your computer and use it in GitHub Desktop.
Save mirrordust/f1b06517632bdf3294bd448800ff51c5 to your computer and use it in GitHub Desktop.
set nocompatible
set backspace=2
syntax on
set history=1000
set autoread
set showmode
set showcmd
set t_Co=256
set encoding=utf-8
set fileencodings=ucs-bom,utf-8,utf-16,gbk,latin1
set termencoding=utf-8
set langmenu=zh_CN.UTF-8
set helplang=cn
set expandtab
set softtabstop=4
set autoindent
set ruler
set backspace=eol,start,indent
filetype indent on
set cursorline
set number
set laststatus=2
set statusline=%F%m%r%h%w\ [FORMAT=%{&ff}]\ [TYPE=%Y]\ [POS=%l,%v][%p%%]\ %{strftime(\"%Y/%m/%d\ -\ %H:%M\")}
set showmatch
set hlsearch
set noerrorbells
set visualbell
set wildmenu
set wildmode=longest:list,full
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment