Skip to content

Instantly share code, notes, and snippets.

@Enchufa2
Created December 26, 2018 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Enchufa2/a8a02d73dab36ea3f3744b06faa61763 to your computer and use it in GitHub Desktop.
Save Enchufa2/a8a02d73dab36ea3f3744b06faa61763 to your computer and use it in GitHub Desktop.
.vimrc
let mapleader=","
set laststatus=2
set colorcolumn=81
highlight ColorColumn ctermbg=8
set number
set cursorline
set wildmenu
set showmatch
set autoindent
set smartindent
set smarttab
set expandtab
set shiftwidth=4
set softtabstop=4
set tabstop=4
set incsearch
set hlsearch
set ignorecase
set smartcase
nnoremap <leader><space> :nohlsearch<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment