Skip to content

Commit

Permalink
[ignore] Cleanup remnants of Go to/import module
Browse files Browse the repository at this point in the history
Navigate > Go to/import module was removed in 8d7b14c and 1227f49
  • Loading branch information
joewiz committed Jul 7, 2021
1 parent 2d2176d commit 2ded3d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions index.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,6 @@
<a href="#" id="menu-navigate-definition" data-command="gotoDefinition">
<span class="fa fa-crosshairs"/>Go to definition</a>
</li>
<!--li>
<a href="#" id="menu-navigate-modules" data-command="findModule">
<span class="fa fa-plus"/>Go to/import module</a>
</li-->
<li>
<a href="#" id="menu-navigate-info" data-command="functionDoc">
<span class="fa fa-info"/>Function doc</a>
Expand Down
1 change: 0 additions & 1 deletion keybindings.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"gotoDefinition": ["F3", "F3"],
"searchIncremental": ["Ctrl-F", "Command-F"],
"searchReplace": ["Ctrl-Shift-F", "Command-Shift-F"],
"findModule": ["F4", "F4"],
"indentOrParam": ["Tab", "Tab"],
"escape": ["Esc", "Esc"],
"dbManager": ["Ctrl-Shift-M", "Command-Shift-M"],
Expand Down

0 comments on commit 2ded3d9

Please sign in to comment.