kovisoft / slimv

Official mirror of Slimv versions released on vim.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Space as slimv_leader

Homo-carbonis opened this issue · comments

Is it possible to make the leader key ? I have tried setting g:slimv_leader to ' ' and "<Space>" but the effect is to make all keys behave as if leader had been pressed.

Try '<Space>' with single quotes instead of double quotes:

let g:slimv_leader='<Space>'