Skip to content

Instantly share code, notes, and snippets.

@romanwrites
Created August 17, 2020 13:00
Show Gist options
  • Save romanwrites/738275307e13a8aa3809b436cb003e91 to your computer and use it in GitHub Desktop.
Save romanwrites/738275307e13a8aa3809b436cb003e91 to your computer and use it in GitHub Desktop.
.vimrc config
set number
syntax on
nmap <f5> :Stdheader<CR>
let NERDTreeShowHidden=1
inoremap { {}<left>
inoremap {<CR> {<CR>}<ESC>O
inoremap {;<CR> {<CR>};<ESC>O
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment