Skip to content
Commit 738f125a authored by Simon St James's avatar Simon St James
Browse files

Distinguish between recursive and non-recursive mappings: user can choose...

Distinguish between recursive and non-recursive mappings: user can choose whether a mapping is recursive or not via the new "Recursive?" column added to the mappings table.  Mappings are recursive by default.  Mappings from configs before the introduction of this distinction are treated as recursive.

The main motivator for this change is so that the mapping of gj -> j - very commonly used by Vim users - can be used without a stack overflow :)

CCBUG:314415

REVIEW:109962
parent a873c189
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment