Last active
October 30, 2023 10:36
-
-
Save Endevir/db33a7f533a7ce2767699e0ffef09653 to your computer and use it in GitHub Desktop.
My simple vimrc
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 expandtab | |
| set tabstop=4 | |
| set shiftwidth=4 | |
| set autoindent | |
| set smartindent | |
| set bg=dark | |
| set nowrap | |
| set nu | |
| map <F2> :retab <CR> :wq! <CR> | |
| map <F3> :set ff=unix <CR> :w <CR> | |
| set mouse-=a | |
| syntax on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment