Skip to content

Instantly share code, notes, and snippets.

@Exadra37
Last active September 18, 2015 19:43
Show Gist options
  • Save Exadra37/92045fd188626f56c0b1 to your computer and use it in GitHub Desktop.
Save Exadra37/92045fd188626f56c0b1 to your computer and use it in GitHub Desktop.
My personnal Vim Configuration
set smartindent
set tabstop=4
set shiftwidth=4
set expandtab
set statusline="%f%m%r%h%w [%Y] [0x%02.2B]%< %F%=%4v,%4l %3p%% of %L"
nnoremap <F2> :set invpaste paste?<CR>
set pastetoggle=<F2>
set showmode
set nu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment