samhstn / my-config

16 stars 0 forks source link

Leader #8

Closed otajor closed 7 years ago

otajor commented 7 years ago

let mapleader = "\<space>"

Does this mean that you are using space as your leader key? Or is it backslash+space?

samhstn commented 7 years ago

@otajor It's just the space key. backslash+space would be too long. See the answer here

otajor commented 7 years ago

Cool, interesting. I'm not sure what to use for leader atm - are there any downsides to using space as leader?

samhstn commented 7 years ago

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.