Last active
December 3, 2021 09:02
-
-
Save YuzuRyo61/86f120e900ce5fb5b745f2481d2e3d1d to your computer and use it in GitHub Desktop.
My configuration file for vim
This file contains 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 number | |
set nowritebackup | |
set nobackup | |
set whichwrap=b,s,h,l,<,> | |
set cursorline | |
set hlsearch | |
set incsearch | |
set smartindent | |
set laststatus=2 | |
set wildmenu | |
set smartcase | |
set wrapscan | |
nnoremap <Esc><Esc> :nohlsearch<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment