From cc363a36c0be0fbf8b9ecb9bbe9010914f2458da Mon Sep 17 00:00:00 2001 From: Dan Hackney Date: Wed, 30 Dec 2009 17:58:52 -0500 Subject: Use "a" rather than "an" when referring to punctuation. Use "a _" rather than "an _". Signed-off-by: Dan Hackney --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 7d72e49..b394d28 100644 --- a/README +++ b/README @@ -447,9 +447,9 @@ Events/requests which the EM and its plugins listens for - `request MODE_BIND = ` Set a local binding for ``. The `` can be anything like `command`, `insert,command`, `global`, `global,-insert`. The `` has a special syntax: - - `` ends with an `_`: the command will only be invoked after pressing return/enter. If the user enters text where `` has the underscore, `%s` in the `` string will be replaced by this text (optional). - - `` ends with an `*`: similar behavior as with an underscore, but also makes the binding incremental (i.e. the command will be invoked on every keystroke). - - `` ends with an `!`: the command will only be invoked after pressing return/enter, no replacement happens. this is useful for preventing `x` to match when you want to bind `xx` also. + - `` ends with a `_`: the command will only be invoked after pressing return/enter. If the user enters text where `` has the underscore, `%s` in the `` string will be replaced by this text (optional). + - `` ends with a `*`: similar behavior as with an underscore, but also makes the binding incremental (i.e. the command will be invoked on every keystroke). + - `` ends with a `!`: the command will only be invoked after pressing return/enter, no replacement happens. this is useful for preventing `x` to match when you want to bind `xx` also. - `` ends on a different character: you need to type the full string, which will trigger the command immediately, without pressing enter/return. - TODO explain stacked bindings and multi-stage (is that the same?) and what else am i missing? modkeys, showing a prompt mid-bind. -- cgit v1.2.3