Skip to content

Instantly share code, notes, and snippets.

@mrioqueiroz
Last active August 21, 2024 17:53
Show Gist options
  • Save mrioqueiroz/c18d5967f7ee1c8dc60c175deb05c4e9 to your computer and use it in GitHub Desktop.
Save mrioqueiroz/c18d5967f7ee1c8dc60c175deb05c4e9 to your computer and use it in GitHub Desktop.
Basic .vimrc
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