From 812ee9b11cebd8f292155cffd0c4363d20a0c13b Mon Sep 17 00:00:00 2001 From: Iristyle Date: Tue, 26 Mar 2013 07:52:53 -0400 Subject: [PATCH] feat(EasyMotion): Super-fast keyboard based nav - Change default settings to case-insensitive search --- .../EthanBrown.SublimeText2.EditorPackages.nuspec | 3 +++ .../tools/EasyMotion.sublime-settings | 4 ++++ .../tools/Package Control.sublime-settings | 1 + .../tools/chocolateyInstall.ps1 | 1 + 4 files changed, 9 insertions(+) create mode 100644 EthanBrown.SublimeText2.EditorPackages/tools/EasyMotion.sublime-settings diff --git a/EthanBrown.SublimeText2.EditorPackages/EthanBrown.SublimeText2.EditorPackages.nuspec b/EthanBrown.SublimeText2.EditorPackages/EthanBrown.SublimeText2.EditorPackages.nuspec index c42d531..50ab6bf 100644 --- a/EthanBrown.SublimeText2.EditorPackages/EthanBrown.SublimeText2.EditorPackages.nuspec +++ b/EthanBrown.SublimeText2.EditorPackages/EthanBrown.SublimeText2.EditorPackages.nuspec @@ -27,6 +27,9 @@ - Clipboard Manager https://github.com/colinta/SublimeClipboardManager + - EasyMotion + https://github.com/tednaleid/sublime-EasyMotion + - ExportHtml https://github.com/facelessuser/ExportHtml diff --git a/EthanBrown.SublimeText2.EditorPackages/tools/EasyMotion.sublime-settings b/EthanBrown.SublimeText2.EditorPackages/tools/EasyMotion.sublime-settings new file mode 100644 index 0000000..d9f2cbc --- /dev/null +++ b/EthanBrown.SublimeText2.EditorPackages/tools/EasyMotion.sublime-settings @@ -0,0 +1,4 @@ +{ + // searches are case sensitive by default + "case_sensitive" : false +} diff --git a/EthanBrown.SublimeText2.EditorPackages/tools/Package Control.sublime-settings b/EthanBrown.SublimeText2.EditorPackages/tools/Package Control.sublime-settings index 86105e0..e785b4a 100644 --- a/EthanBrown.SublimeText2.EditorPackages/tools/Package Control.sublime-settings +++ b/EthanBrown.SublimeText2.EditorPackages/tools/Package Control.sublime-settings @@ -6,6 +6,7 @@ "Bracketeer", "BracketHighlighter", "Clipboard Manager", + "EasyMotion", "ExportHtml", "FileDiffs", "LiveReload", diff --git a/EthanBrown.SublimeText2.EditorPackages/tools/chocolateyInstall.ps1 b/EthanBrown.SublimeText2.EditorPackages/tools/chocolateyInstall.ps1 index 2603c7f..a41db9d 100644 --- a/EthanBrown.SublimeText2.EditorPackages/tools/chocolateyInstall.ps1 +++ b/EthanBrown.SublimeText2.EditorPackages/tools/chocolateyInstall.ps1 @@ -16,6 +16,7 @@ try { #straight file copies 'BracketHighlighter.sublime-settings', + 'EasyMotion.sublime-settings', 'MarkdownPreview.sublime-settings' | % { $params = @{