aboutsummaryrefslogtreecommitdiff
path: root/core/ext/menu.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/ext/menu.lua')
-rw-r--r--core/ext/menu.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ext/menu.lua b/core/ext/menu.lua
index f9415d70..459d3f61 100644
--- a/core/ext/menu.lua
+++ b/core/ext/menu.lua
@@ -247,7 +247,7 @@ local actions = {
['Find Next'] = { }, -- TODO:
['Find Prev'] = { }, -- TODO:
Replace = { }, -- TODO:
- ['Find and Replace'] = { }, -- TODO:
+ ['Find and Replace'] = { t.find.focus },
['Jump to'] = { m_editing.goto_line },
-- Tools
['Focus Command Entry'] = { t.command_entry.focus },