mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Don't remove replace command so Ctrl+H is an option in Vim mode
This commit is contained in:
parent
a6793be3cf
commit
835b43cab2
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue