This works fine for setting local leader to the minus key:
:let mapleader = "-"
I can't figure out how to set it to backslash. I've tried the following with no avail:
:let mapleader = "\"
:let mapleader = "\"
:let mapleader = \
Any help is greatly appreciated.
Either escape the backslash or use single quotes:
:let mapleader = "\\"
:let mapleader = '\'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With