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 |
OlderNewer