Skip to content

Commit

Permalink
config: define @bind in terms of @mode_bind
Browse files Browse the repository at this point in the history
  • Loading branch information
mathstuf committed Aug 28, 2015
1 parent 67e2b1b commit 605bae3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/config/config
Expand Up @@ -185,12 +185,12 @@ set cookie_policy always

# --- Bind aliases -----------------------------------------------------------

# event BIND <bind cmd> = <command>
set bind event MODE_BIND global

# event MODE_BIND <mode> <bind cmd> = <command>
set mode_bind event MODE_BIND

# event BIND <bind cmd> = <command>
set bind @mode_bind global

# Insert mode binding alias
set ibind @mode_bind insert

Expand Down

0 comments on commit 605bae3

Please sign in to comment.