aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.appdata/Sublime Text 3
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-09-19 23:52:21 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-09-19 23:52:21 +0300
commit1f49ec438444cce91fd453ee0ed3d5ca23481296 (patch)
tree567a8df858a1c7485dee7e0609ea8ee5fdad24f9 /.appdata/Sublime Text 3
parentREADME update (diff)
downloadlinux-home-1f49ec438444cce91fd453ee0ed3d5ca23481296.tar.gz
linux-home-1f49ec438444cce91fd453ee0ed3d5ca23481296.zip
export .appdata/ to another project
Diffstat (limited to '.appdata/Sublime Text 3')
-rw-r--r--.appdata/Sublime Text 3/Default (Windows).sublime-keymap6
-rw-r--r--.appdata/Sublime Text 3/Preferences.sublime-settings35
2 files changed, 0 insertions, 41 deletions
diff --git a/.appdata/Sublime Text 3/Default (Windows).sublime-keymap b/.appdata/Sublime Text 3/Default (Windows).sublime-keymap
deleted file mode 100644
index e64ad82..0000000
--- a/.appdata/Sublime Text 3/Default (Windows).sublime-keymap
+++ /dev/null
@@ -1,6 +0,0 @@
-[
- { "keys": ["f5"], "command": "revert" },
-
- { "keys": ["alt+shift+up"], "command": "select_lines", "args": {"forward": false} },
- { "keys": ["alt+shift+down"], "command": "select_lines", "args": {"forward": true} },
-]
diff --git a/.appdata/Sublime Text 3/Preferences.sublime-settings b/.appdata/Sublime Text 3/Preferences.sublime-settings
deleted file mode 100644
index 0132872..0000000
--- a/.appdata/Sublime Text 3/Preferences.sublime-settings
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "always_show_minimap_viewport": true,
- "auto_complete_commit_on_tab": true,
- "color_scheme": "Packages/Color Scheme - Default/Dawn.tmTheme",
- "detect_indentation": false,
- "draw_indent_guides": false,
- "draw_minimap_border": true,
- "fallback_encoding": "Cyrillic (Windows 1251)",
- "folder_exclude_patterns":
- [
- ".git",
- "__pycache__"
- ],
- "font_options":
- [
- "no_italic",
- "no_bold"
- ],
- "font_size": 11,
- "highlight_line": true,
- "highlight_modified_tabs": true,
- "hot_exit": false,
- "remember_open_files": false,
- "rulers":
- [
- 79
- ],
- "scroll_speed": 0,
- "show_encoding": true,
- "show_line_endings": true,
- "smart_indent": false,
- "translate_tabs_to_spaces": true,
- "trim_trailing_white_space_on_save": true,
- "word_wrap": false
-}