Created
August 17, 2023 04:17
-
-
Save Reclyptor/c5185f4f116f689527b600ae00725eb0 to your computer and use it in GitHub Desktop.
VIM Configuration
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 nowrap | |
| set nu | |
| set colorcolumn=80 | |
| syntax on | |
| colorscheme desert | |
| nnoremap <silent> <F8> :!"%:p"<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment