chromium-vim icon indicating copy to clipboard operation
chromium-vim copied to clipboard

can't set mapleader in site-specific setting

Open rudevdr opened this issue 6 years ago • 0 comments

As title said, setting mapleader in site-specific settings doesn't work.

My cvimrc looks like this :

let mapleader = "<C-/>"
site '*://*.reddit.com/*' {
   let mapleader = ","
   unmap j
   map <leader>j scrollDown
}

<C-/> works as mapleader on *.reddit.com but not ,.

rudevdr avatar Aug 02 '19 22:08 rudevdr