From 998ec908cc5a7fccbf7fbe41b5cb84ab5faed0cc Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 31 Jul 2011 22:18:59 -0400 Subject: Updated documentation; modules/textadept/keys.lu --- modules/textadept/keys.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules') diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index a29d79d9..573782bc 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -196,8 +196,13 @@ keys.cG = gui.find.find_prev if not OSX then keys.sf3 = keys.cG end keys.cr = gui.find.replace keys.cR = gui.find.replace_all +-- Find Next is an when find pane is focused. +-- Find Prev is ap when find pane is focused. +-- Replace is ar when find pane is focused. +-- Replace All is aa when find pane is focused. keys.caf = gui.find.find_incremental keys.cF = utils.find_in_files +-- Find in Files is ai when find pane is focused. keys.cag = { gui.find.goto_file_in_list, true } keys.caG = { gui.find.goto_file_in_list, false } keys.cj = m_editing.goto_line -- cgit v1.2.3