Skip to content

Instantly share code, notes, and snippets.

@pauldan
Created November 22, 2018 06:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pauldan/688d38e45b867a3d734f9dbedac0b729 to your computer and use it in GitHub Desktop.
Save pauldan/688d38e45b867a3d734f9dbedac0b729 to your computer and use it in GitHub Desktop.
.vimrc
set ts=2
set sts=2
set number
set et
" move to beginning/end of line
nnoremap B ^
nnoremap E $
" $/^ doesn't do anything
nnoremap $ <nop>
nnoremap ^ <nop>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment