Skip to content

Instantly share code, notes, and snippets.

@pierdom
Created December 30, 2022 22:37
Show Gist options
  • Save pierdom/6229f83a75a0c903f540629e9ef0216e to your computer and use it in GitHub Desktop.
Save pierdom/6229f83a75a0c903f540629e9ef0216e to your computer and use it in GitHub Desktop.
filetype on
filetype plugin on
filetype indent on
syntax on
set number
set cursorline
set showmode
set showmatch
set hlsearch
set history=1000
set wildmenu
set wildmode=list:longest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment