aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/keys.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-09-18 15:49:32 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-09-18 15:49:32 -0400
commit29a56dc530cebfaa0bdbfadd414588704e0fc374 (patch)
tree9184bae3259e72dd7c44d638ff158d7e5e39f278 /modules/textadept/keys.lua
parent1d6c1bfb4503da0d4596345d74af63a34a58410b (diff)
downloadtextadept-29a56dc530cebfaa0bdbfadd414588704e0fc374.tar.gz
textadept-29a56dc530cebfaa0bdbfadd414588704e0fc374.zip
Fixed incremental find in ncurses.
Diffstat (limited to 'modules/textadept/keys.lua')
-rw-r--r--modules/textadept/keys.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua
index c7a2aa0c..a4a23406 100644
--- a/modules/textadept/keys.lua
+++ b/modules/textadept/keys.lua
@@ -180,7 +180,7 @@ local M = {}
-- Bksp |⌫<br/>⇧⌫ |^H<br/>Bksp |Delete back
-- Ctrl+Bksp |⌘⌫ |None |Delete word left
-- Ctrl+Shift+Bksp |⌘⇧⌫ |None |Delete line left
--- Tab |⇥ |Tab |Insert tab or indent
+-- Tab |⇥ |Tab<br/>^I |Insert tab or indent
-- Shift+Tab |⇧⇥ |S-Tab |Dedent
-- None |^K |^K |Cut to line end
-- None |^L |None |Center line vertically