Skip to content

Instantly share code, notes, and snippets.

@rajcspsg
Created July 19, 2021 05:11
Show Gist options
  • Save rajcspsg/61c72e6dc77a75c4d643f04e0152d6a9 to your computer and use it in GitHub Desktop.
Save rajcspsg/61c72e6dc77a75c4d643f04e0152d6a9 to your computer and use it in GitHub Desktop.
my vimrc config
set nocompatible
syntax on
set nu
filetype indent plugin on
set undofile
set undodir=~/.vim/undo/
nnoremap <silent> <F4> :set cursorline!<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment