The vim documention on how to set the default leader key ( :h mapleader
) provides one simple example:
:let mapleader = ","
I want to map it to backspace and tried a bunch of options, this being the first one:
:let mapleader="<BS>"
But nothing seemed to work.