Skip to content

Instantly share code, notes, and snippets.

@connoro7
Created May 6, 2020 00:45
Show Gist options
  • Save connoro7/f275b34584edc5ba06104f4e67b2037b to your computer and use it in GitHub Desktop.
Save connoro7/f275b34584edc5ba06104f4e67b2037b to your computer and use it in GitHub Desktop.
.vimrc Settings
set number
set ruler
filetype indent on
set ai
set mouse=a
set incsearch
set hlsearch
set paste
set confirm
set ignorecase
set smartcase
set wildmenu
set wildmode=list:longest,full
let vimrc=".vimrc Loaded"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment