Skip to content

Commit

Permalink
recursive ib fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erf committed Feb 20, 2016
1 parent 560ba1a commit 0dcdc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.def.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ static const KeyBinding bindings_textobjects[] = {
{ "i]", ALIAS("i[") },
{ "i(", ACTION(TEXT_OBJECT_PARANTHESE_INNER) },
{ "i)", ALIAS("i(") },
{ "ib", ALIAS("ib") },
{ "ib", ALIAS("i(") },
{ "i<", ACTION(TEXT_OBJECT_ANGLE_BRACKET_INNER) },
{ "i>", ALIAS("i<") },
{ "i{", ACTION(TEXT_OBJECT_CURLY_BRACKET_INNER) },
Expand Down

0 comments on commit 0dcdc85

Please sign in to comment.