Skip to content

Instantly share code, notes, and snippets.

@8wgf3b
Last active June 11, 2021 03:44
Show Gist options
  • Save 8wgf3b/6ff0b9a88381667bc6ebdc6233e3c240 to your computer and use it in GitHub Desktop.
Save 8wgf3b/6ff0b9a88381667bc6ebdc6233e3c240 to your computer and use it in GitHub Desktop.
syntax on
set noerrorbells
set tabstop=4 softtabstop=4
set shiftwidth=4
set expandtab
set smartindent
set nu
set nowrap
set smartcase
set noswapfile
set nobackup
set undodir=~/.vim/undodir
set incsearch
set colorcolumn=80
highlight ColorColumn ctermbg=0 guibg=lightgrey
set background=dark
nnoremap <F2> :set invpaste paste?<CR>
set pastetoggle=<F2>
set showmode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment