Skip to content

Instantly share code, notes, and snippets.

@picasso250
Last active December 14, 2015 05:40
Show Gist options
  • Save picasso250/5037252 to your computer and use it in GitHub Desktop.
Save picasso250/5037252 to your computer and use it in GitHub Desktop.
a lot of settings, .rc .etc. Sublime Text, Vim
set number
syntax on
set autoindent
set smartindent
set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab
set number
syntax on
set autoindent
// Settings in here override those in "Default/Preferences.sublime-settings", and
// are overridden in turn by file type specific settings.
{
"font_face": "Consolas",
"font_options":
[
"directwrite"
],
"font_size": 12.3,
"line_padding_bottom": 1,
"line_padding_top": 1,
"ensure_newline_at_eof_on_save": true,
"translate_tabs_to_spaces": true
}
[Desktop Entry]
Name=Sublime Text
GenericName=Sublime Text
Comment=Editor you'll fall'in love with
Exec=/opt/st2/sublime_text
Terminal=false
Type=Application
StartupNotify=true
MimeType=text/plain;
Icon=/opt/st2/Icon/128x128/sublime_text.png
Categories=GNOME;GTK;Utility;TextEditor;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment