Skip to content

Instantly share code, notes, and snippets.

@jbenner-radham
Last active March 18, 2024 21:36
Show Gist options
  • Select an option

  • Save jbenner-radham/d2145c6ee06a13ea5b011b7cee047469 to your computer and use it in GitHub Desktop.

Select an option

Save jbenner-radham/d2145c6ee06a13ea5b011b7cee047469 to your computer and use it in GitHub Desktop.
My Vim config.
" Disable compatibility with vi which can cause unexpected issues.
set nocompatible
" Turn syntax highlighting on.
syntax on
" Add numbers to each line on the left-hand side.
set number
" Enable backspace in insert mode on macOS.
set backspace=indent,eol,start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment