We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vim-leader-guide: 8dff63f VIM 8.1
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.
vim -N -u .vimrc
<Space>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
vim-leader-guide: 8dff63f
VIM 8.1
How to reproduce
minimal .vimrc
Open
vim -N -u .vimrc
. Press<Space>
. I expected 4 key mappings are listed, but I got only 2 mappings.The text was updated successfully, but these errors were encountered: