Skip to content

Commit

Permalink
Update Keymap to remove Ctrl+L and Ctrl+Shift+L from find navigation.
Browse files Browse the repository at this point in the history
Add several new file types mappings.

Disable "Show Quick Doc on mouse over element"
  • Loading branch information
BenWhitehead committed Aug 16, 2013
1 parent d3b856e commit 845246d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
6 changes: 6 additions & 0 deletions config/keymaps/BenWhitehead.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
<action id="EditorUnSelectWord">
<keyboard-shortcut first-keystroke="shift control E" />
</action>
<action id="FindNext">
<keyboard-shortcut first-keystroke="F3" />
</action>
<action id="FindPrevious">
<keyboard-shortcut first-keystroke="shift F3" />
</action>
<action id="FindUsagesInFile" />
<action id="Git.Push">
<keyboard-shortcut first-keystroke="shift control K" />
Expand Down
2 changes: 2 additions & 0 deletions config/options/editor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<option name="IS_CARET_INSIDE_TABS" value="false" />
<option name="STRIP_TRAILING_SPACES" value="Changed" />
<option name="IS_ENSURE_NEWLINE_AT_EOF" value="true" />
<option name="SHOW_QUICK_DOC_ON_MOUSE_OVER_ELEMENT" value="false" />
<option name="QUICK_DOC_ON_MOUSE_OVER_DELAY_MS" value="500" />
<option name="IS_CARET_BLINKING" value="true" />
<option name="CARET_BLINKING_PERIOD" value="500" />
<option name="IS_RIGHT_MARGIN_SHOWN" value="true" />
Expand Down
10 changes: 9 additions & 1 deletion config/options/filetypes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@
<component name="FileTypeManager" version="11">
<ignoreFiles list="CVS;SCCS;RCS;rcs;.DS_Store;.svn;.pyc;.pyo;*.pyc;*.pyo;.git;*.hprof;_svn;.hg;*.lib;*~;__pycache__;.bundle;*.rbc;vssver.scc;vssver2.scc;*.orig;" />
<extensionMap>
<mapping pattern="*httpd.include" type="htaccess" />
<mapping pattern="sbt" type="Bash" />
<mapping pattern=".bashrc" type="Bash" />
<mapping ext="template" type="HTML" />
<mapping pattern="fstab" type="PLAIN_TEXT" />
<mapping ext="colors" type="PLAIN_TEXT" />
<mapping ext="mustache" type="PLAIN_TEXT" />
<mapping ext="conf" type="Properties" />
<mapping ext="icls" type="XML" />
<mapping pattern="*httpd.conf" type="htaccess" />
<mapping pattern="*httpd.include" type="htaccess" />
</extensionMap>
</component>
</application>
Expand Down

0 comments on commit 845246d

Please sign in to comment.