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

press - key in netrw will open vim-which-key panel #156

Open
jiangtianli91 opened this issue Oct 25, 2020 · 0 comments
Open

press - key in netrw will open vim-which-key panel #156

jiangtianli91 opened this issue Oct 25, 2020 · 0 comments

Comments

@jiangtianli91
Copy link

jiangtianli91 commented Oct 25, 2020

Environment (please complete the following information):

  • OS: macos
  • (Neo)Vim version: NVIM v0.4.4
  • vim-which-key version: 30c0810

Minimal vimrc

  • I reproduced the bug with this minimal vimrc
call plug#begin('~/.vim/plugged')
Plug 'liuchengxu/vim-which-key'
call plug#end()

"Which-key
nnoremap <silent> <leader>      :WhichKey ' '<CR>
nnoremap <silent> <localleader>    :WhichKey ' '<CR>

Describe the bug

  • When you press - key in Netrw to go up one directory. The which-key panel is opened....
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