Skip to content

Instantly share code, notes, and snippets.

@pofat
Last active August 19, 2018 18:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pofat/cb73d8f99314706bd1ab94fc22f4f33e to your computer and use it in GitHub Desktop.
Save pofat/cb73d8f99314706bd1ab94fc22f4f33e to your computer and use it in GitHub Desktop.
vimrc for Raspberry Pi 3
set nocompatible
set tabstop=4
set shiftwidth=4
set expandtab
set hlsearch
set incsearch
set guioptions-=e
set linespace=16
set number
set cursorline
set noerrorbells
set showmatch
set wildmenu
set scrolljump=5
set scrolloff=3
set laststatus=2
set ruler
syntax on
set noerrorbells
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment