diff options
Diffstat (limited to 'modules/textadept')
-rw-r--r-- | modules/textadept/keys.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index 57eac3b6..c02bed9a 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -199,8 +199,7 @@ local M = {} -- Home |↖<br/>⌘⇠<br/>^A|^A |Home -- End |↘<br/>⌘⇢<br/>^E|^E |End -- N/A |N/A |^T |Transpose characters --- N/A |N/A |Tab |Focus find buttons --- N/A |N/A |S-Tab |Focus replace buttons +-- N/A |N/A |Tab |Toggle find/replace buttons -- Tab |⇥ |Down |Focus replace field -- Shift+Tab |⇧⇥ |Up |Focus find field -- Up |⇡ |^P |Cycle back through history |