sjl / learnvimscriptthehardway

Home Page:http://learnvimscriptthehardway.stevelosh.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ch3: using '\' for mappings clashes with leader

sedm0784 opened this issue · comments

commented

Ch3: When mapleader is unset (which it is by default), '' is the leader, which confuses things a little.

The mappings still work, but there is a pause before they are invoked, while Vim waits to see if you are typing a leader-mapping or not.