Last active
September 18, 2015 19:43
-
-
Save Exadra37/92045fd188626f56c0b1 to your computer and use it in GitHub Desktop.
My personnal Vim Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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