Skip to content

Instantly share code, notes, and snippets.

@moehle
Created April 7, 2021 21:32
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 moehle/49fa1cc0647c718c757d7acc1d39bd4d to your computer and use it in GitHub Desktop.
Save moehle/49fa1cc0647c718c757d7acc1d39bd4d to your computer and use it in GitHub Desktop.
.vimrc
:set hidden
:set background=dark
:set number
:set ruler
:set tabstop=4
:set softtabstop=4
:set shiftwidth=4
:set expandtab
:set autoindent
:set guioptions-=T
:syntax on
:set linebreak
:set nohlsearch
:noremap l <NOP>
:noremap Q <NOP>
:set wildmode=longest,list
:set wildmenu
""FOR CSV FILES
":set tabstop=20
":set softtabstop=20
":set shiftwidth=20
let g:latex_to_unicode_file_types = ".*"
"" SHOW SPECIAL CHARACTERS
":set listchars=eol:$,tab:>-,trail:~,extends:>,precedes:<
":set list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment