I'm new to VIM, using MacVim, and I'm trying to use Backslash as local leader. It seems like that is the default. If I do:
:let maplocalleader = "\\"
I just get a beep when I try to use local leader key \
If I do
:let maplocalleader = "-"
Then it works just fine. How do I get vim to stop beeping at me every time I try to use the backslash key?