Closed otajor closed 7 years ago
@otajor It's just the space key. backslash+space would be too long. See the answer here
Cool, interesting. I'm not sure what to use for leader atm - are there any downsides to using space as leader?
The default use is exactly the same as the "l" and <right>
key (see vim -c ':help <space>'
), so I think pretty much no downsides.
let mapleader = "\<space>"
Does this mean that you are using space as your leader key? Or is it backslash+space?