From ce617fad92178e4293e010fc5b427262f5976912 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 23 Mar 2011 00:06:27 -0400 Subject: Rewrote _m.textadept.snippets module. Snippet syntax has changed; see LuaDoc for details. --- core/keys.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/keys.lua') diff --git a/core/keys.lua b/core/keys.lua index b693d523..644efc18 100644 --- a/core/keys.lua +++ b/core/keys.lua @@ -58,9 +58,9 @@ module('keys', package.seeall) -- `lexers/lexer.lua`; examples are `whitespace`, `comment`, and `string`. -- -- Key commands can be chained like in Emacs using keychain sequences. By --- default, the `Esc` key cancels the current keychain, but it can be redefined --- by setting the `keys.clear_sequence` field. Naturally, the clear sequence --- cannot be chained. +-- default, the `Esc` key (`Apple+Esc` on Mac OSX) cancels the current keychain, +-- but it can be redefined by setting the `keys.clear_sequence` field. +-- Naturally, the clear sequence cannot be chained. -- -- ## Settings -- -- cgit v1.2.3