Skip to content

Instantly share code, notes, and snippets.

@navinthenapster
Created October 7, 2021 02:08
Show Gist options
  • Save navinthenapster/c6620ec4ac9b2b0bb1cb2eab4e7c0621 to your computer and use it in GitHub Desktop.
Save navinthenapster/c6620ec4ac9b2b0bb1cb2eab4e7c0621 to your computer and use it in GitHub Desktop.
VIM personalized settings. include in ~/.vimrc or ~/.gvimrc
color peachpuff
set guifont=Monospace\ 12
#for backspace
set backspace=indent,eol,start
#for shortcut ctrl+c and ctrl+v and other
source $VIMRUNTIME/mswin.vim
behave mswin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment