Don't remove replace command so Ctrl+H is an option in Vim mode

This commit is contained in:
James Allen 2016-02-05 11:15:00 +00:00
parent a6793be3cf
commit 835b43cab2

View file

@ -92,7 +92,6 @@ define [
exec: (editor) ->
ace.require("ace/ext/searchbox").Search(editor, true)
readOnly: true
editor.commands.removeCommand "replace"
# Bold text on CMD+B
editor.commands.addCommand