Skip to content

Instantly share code, notes, and snippets.

@coffman21
Created February 25, 2019 07:47
Show Gist options
  • Save coffman21/1d004f2639400b4babbc1d7497a25b4f to your computer and use it in GitHub Desktop.
Save coffman21/1d004f2639400b4babbc1d7497a25b4f to your computer and use it in GitHub Desktop.
vimrc
filetype plugin on
syntax on
set number
set autoindent
" bindings for copy paste and cut
vmap <C-C> "+y
vmap <C-X> "+c
vmap <C-V> c<ESC>"+p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment