Skip to content

Instantly share code, notes, and snippets.

@YuzuRyo61
Last active December 3, 2021 09:02
Show Gist options
  • Save YuzuRyo61/86f120e900ce5fb5b745f2481d2e3d1d to your computer and use it in GitHub Desktop.
Save YuzuRyo61/86f120e900ce5fb5b745f2481d2e3d1d to your computer and use it in GitHub Desktop.
My configuration file for vim
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