Skip to content

Instantly share code, notes, and snippets.

@mrioqueiroz
Last active January 16, 2024 17:04
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 expandtab shiftwidth=2 softtabstop=2 tabstop=2
set novisualbell noerrorbells belloff=all
set mouse=a
set ignorecase smartcase incsearch
set nowrap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment