Created
August 17, 2020 13:00
-
-
Save romanwrites/738275307e13a8aa3809b436cb003e91 to your computer and use it in GitHub Desktop.
.vimrc config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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