Created
November 26, 2020 04:04
-
-
Save thanhnguyen2187/955713ba5d77c16fce899539ac7882e6 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
| " source .vimrc | |
| set number " nu | |
| set relativenumber " rnu | |
| set scrolloff=999 " so | |
| set sidescrolloff=999 " siso | |
| set nowrap | |
| set nohlsearch " nohl | |
| set textwidth=80 " tw | |
| set colorcolumn=80 " cc | |
| set surround | |
| set exchange | |
| set ideajoin | |
| set commentary |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment