Skip to content

Instantly share code, notes, and snippets.

@Endevir
Last active October 30, 2023 10:36
Show Gist options
  • Select an option

  • Save Endevir/db33a7f533a7ce2767699e0ffef09653 to your computer and use it in GitHub Desktop.

Select an option

Save Endevir/db33a7f533a7ce2767699e0ffef09653 to your computer and use it in GitHub Desktop.
My simple vimrc
set expandtab
set tabstop=4
set shiftwidth=4
set autoindent
set smartindent
set bg=dark
set nowrap
set nu
map <F2> :retab <CR> :wq! <CR>
map <F3> :set ff=unix <CR> :w <CR>
set mouse-=a
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment