XVim icon indicating copy to clipboard operation
XVim copied to clipboard

Any ways to set leader key to space?

Open ghost opened this issue 9 years ago • 1 comments

my .xvimrc

set number
set cursorline
set clipboard=unnamed " set system clipboard
nnoremap <leader>p :xccmd openQuickly<CR>
let mapleader = "\<Space>" " This works in Vim and NeoVim except XVim

I tried to map leader key to space key, and that doesn't work

Environments

  • Xcode Version [Version 7.2.1 (7C1002)]
  • XVim branch and revision [master-latest]
  • Keyboard Language [English]
  • Input source language [English]

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

ghost avatar Mar 04 '16 17:03 ghost

See here: https://github.com/XVimProject/XVim/issues/669

Seems to be no leader support

cjappl avatar Jun 16 '17 20:06 cjappl