Created
March 25, 2020 00:02
-
-
Save aoirint/121a6a134c4e4df4c6ad0030262d770c to your computer and use it in GitHub Desktop.
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 shiftwidth=4 | |
| set tabstop=4 | |
| set expandtab | |
| "set number | |
| set cursorline | |
| set smartindent | |
| set laststatus=2 | |
| syntax enable | |
| set hlsearch | |
| nmap <Esc><Esc> :nohlsearch<CR><Esc> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment