Skip to content

Commit

Permalink
<Ctrl>[ should be escape-bound, not <Ctrl>]
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieterbe committed Apr 5, 2010
1 parent ae15d25 commit 8cd65e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/config/config
Expand Up @@ -163,7 +163,7 @@ set ebind = @mode_bind global,-insert
# Resets keycmd and returns to default mode.
@on_event ESCAPE @set_mode
@bind <Escape> = event ESCAPE
@bind <Ctrl>] = event ESCAPE
@bind <Ctrl>[ = event ESCAPE

# Commands for editing and traversing the keycmd.
@ebind <Return> = event KEYCMD_EXEC_CURRENT
Expand Down

0 comments on commit 8cd65e8

Please sign in to comment.