Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

:LeaderGuide not works for nmap/nnoremap mappings #49

Open
yuntan opened this issue Dec 28, 2018 · 0 comments
Open

:LeaderGuide not works for nmap/nnoremap mappings #49

yuntan opened this issue Dec 28, 2018 · 0 comments

Comments

@yuntan
Copy link

yuntan commented Dec 28, 2018

Environment

vim-leader-guide: 8dff63f
VIM 8.1

How to reproduce

minimal .vimrc

set rtp+=~/.vim/plugged/vim-leader-guide

syntax on
filetype plugin indent on

let mapleader = "\<Space>"
nnoremap <silent> <Leader> :<C-U>LeaderGuide '<Space>'<CR>

map <Leader>a :echo 'a'<CR>
nmap <Leader>b :echo 'b'<CR>
noremap <Leader>c :echo 'c'<CR>
nnoremap <Leader>d :echo 'd'<CR>

Open vim -N -u .vimrc. Press <Space>. I expected 4 key mappings are listed, but I got only 2 mappings.

Screenshot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant