Last active
August 21, 2024 17:53
-
-
Save mrioqueiroz/c18d5967f7ee1c8dc60c175deb05c4e9 to your computer and use it in GitHub Desktop.
Basic .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 lazyredraw | |
set hidden | |
set number relativenumber | |
set autoindent expandtab tabstop=2 shiftwidth=2 softtabstop=2 | |
set novisualbell noerrorbells belloff=all | |
set mouse=a | |
set ignorecase smartcase incsearch | |
set nowrap | |
set wildmode=full |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment