about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2016-05-27T14·04-0400
committerWilliam Carroll <wpcarro@gmail.com>2016-05-27T14·04-0400
commit1f28006a9c30b139cdb4cbfbf87e8756adb132b6 (patch)
tree8a6e6ffd28d5aba3023f51df1fe51cab71ef948d /README.md
parent39b2f859cbcc2c4a87474d23bcc2deb2791b1f0a (diff)
Adds Sublime configs
Diffstat (limited to 'README.md')
-rw-r--r--README.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9a0f7420cf13..dec51edffea6 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,36 @@ I'm documenting this for personal use. Shell settings, vim settings, commonly us
 * Origami - dep. of Vintageous-Origami (see above)
 * babel-sublime - supports JSNext features
 
+#### Sublime preferences (user)
+
+```
+{
+	"color_scheme": "Packages/User/SublimeLinter/Oceanic Next (SL).tmTheme",
+	"font_face": "Source Code Pro",
+	"font_size": 12,
+	"ignored_packages":
+	[
+		"Vintage",
+		"VintageousOrigami"
+	],
+	"tab_size": 2,
+	"theme": "Oceanic Next.sublime-theme",
+	"translate_tabs_to_spaces": true,
+	"vintage_start_in_command_mode": true,
+	"vintageous_use_ctrl_keys": true
+}
+```
+
+#### Sublime key-bindings (user)
+
+```
+[
+  { "keys": ["super+\\"], "command": "toggle_side_bar" },
+  { "keys": ["ctrl+tab"], "command": "next_view" },
+  { "keys": ["ctrl+shift+tab"], "command": "prev_view" }
+]
+```
+
 ### other notes
 * add Adobe Source Code Pro font for shell and text editors
 * increase trackpad / mouse speed to maximum levels