diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/ext/menu.lua | 2 |
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 }, |