From abbcb2b61eaebeeaf025641b261594a0ab9a0cff Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Mon, 5 Apr 2010 12:50:39 +0200 Subject: [ should be escape-bound, not ] --- examples/config/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/config/config b/examples/config/config index 504c7b8..a46ba13 100644 --- a/examples/config/config +++ b/examples/config/config @@ -163,7 +163,7 @@ set ebind = @mode_bind global,-insert # Resets keycmd and returns to default mode. @on_event ESCAPE @set_mode @bind = event ESCAPE -@bind ] = event ESCAPE +@bind [ = event ESCAPE # Commands for editing and traversing the keycmd. @ebind = event KEYCMD_EXEC_CURRENT -- cgit v1.2.3