diff options
author | 2011-07-16 11:15:25 -0400 | |
---|---|---|
committer | 2011-07-16 11:15:25 -0400 | |
commit | a3743f22e890f3f3c12ba96a71c27d408f259f09 (patch) | |
tree | 2bd81c512323c8e4a54ffa3f26dfad1798df4aa3 /modules/textadept/keys.conf | |
parent | e7e966a31a447d1bd1db3b29e1ae1775242c7403 (diff) | |
download | textadept-a3743f22e890f3f3c12ba96a71c27d408f259f09.tar.gz textadept-a3743f22e890f3f3c12ba96a71c27d408f259f09.zip |
Moved Adeptsense commands into Tools menu.
Diffstat (limited to 'modules/textadept/keys.conf')
-rw-r--r-- | modules/textadept/keys.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/textadept/keys.conf b/modules/textadept/keys.conf index 8ae03c15..77b3cf9e 100644 --- a/modules/textadept/keys.conf +++ b/modules/textadept/keys.conf @@ -42,8 +42,6 @@ Select to Brace = cM Complete Word = c\n Delete Word = Highlight Word = cH -Complete Symbol = c\s -Show Documentation = ch Toggle Block Comment = c/ Transpose Characters = ct Join Lines = cJ @@ -94,6 +92,9 @@ Select Command = cE Run = car Compile = caR Filter Through = c| +% Adeptsense +Complete Symbol = c\s +Show Documentation = ch % Snippets Insert Snippet... = ck Expand Snippet/Next Placeholder = \t |