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
"""""""""""""""""""""""""" | |
" => General | |
""""""""""""""""""""""""" | |
" Set to auto read when file is changed from outside | |
set autoread | |
" Sets how many lines of history VIM has to remember | |
set history=700 | |
" Enable filetype plugins |
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
{ | |
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
"ensure_newline_at_eof_on_save": true, | |
"font_size": 15.0, | |
"font_face": "Inconsolata", | |
"ignored_packages":[], | |
"rulers":[80], | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"vintage_start_in_command_mode": true, |
NewerOlder