Code Monkey home page Code Monkey logo

Comments (10)

liuchengxu avatar liuchengxu commented on May 30, 2024

That's possible, I'll find some time to take a closer look.

from vim-which-key.

spapas avatar spapas commented on May 30, 2024

Hello @liuchengxu thanks for this plugin!

I'd like to also vote for this issue i.e allow to just add a description for the vim leader mappings to be shown on the menu without the need to redefine them.

Thanks!

from vim-which-key.

liuchengxu avatar liuchengxu commented on May 30, 2024

Please try this branch, which should support only register a description to an existing mapping. Any feedback is welcome.

from vim-which-key.

spapas avatar spapas commented on May 30, 2024

Hello @liuchengxu , I tried the new branch and it seems to be working fine in gvim!

However, when I tried it in (command line) vim, after I press space and a key I see the following error:
Error detected while processing BufLeave Auto commands for "<buffer=3>": E464: Ambiguous use of user-defined command: V

I am not sure if it related, I've commented out my bufleave autocmd but I still get it. Also notice I am using windows.

from vim-which-key.

liuchengxu avatar liuchengxu commented on May 30, 2024

I need a minimal vimrc to reproduce.

from vim-which-key.

spapas avatar spapas commented on May 30, 2024

Hello @liuchengxu here's a minimal vimrc that throws the error:

" Basic settings ---------------------- {{{
set nocompatible " Important
filetype plugin indent on " Enable ft
let mapleader = "\<Space>"
set timeout
set timeoutlen=500

" Toggle spelling
nnoremap <leader>sp :set spell!<CR>
" Reverse lines without changing unnamed register
nnoremap <Leader>sd "udd"up
" Clear search nightlight
nnoremap <Leader>sc :noh<CR>
" }}}

" Plugins --------------------- {{{
call plug#begin('~/vimfiles/plugged')
Plug 'liuchengxu/vim-which-key', { 'branch': 'allow-provide-description-only' }
call plug#end()
" }}}

" Other Plugin configuration ------------------ {{{
nnoremap <silent> <leader> :WhichKey '<Space>'<CR>
let g:which_key_map =  {}
let g:which_key_map.s = { 'name' : '+TEST' }
let g:which_key_map.s.p = 'Toggle spell'
let g:which_key_map.s.d = 'Change lines'
let g:which_key_map.s.c = 'Clear highlight'
call which_key#register('<Space>', "g:which_key_map")

" }}}

Please keep in mind that this error is only thrown in the command line vim, not in gvim and in Windows (I haven't tested in Linux).

from vim-which-key.

liuchengxu avatar liuchengxu commented on May 30, 2024

@spapas This miminal vimrc seemingly works well on my mac, both terminal vim and macvim. I will try to reproduce on Windows later when I get one.

from vim-which-key.

spapas avatar spapas commented on May 30, 2024

Thanks @liuchengxu. Please notice that I also tested the main branch and it throws the same error when used with command line vim in windows. So it's not related to this branch but is a general error.

Should I open a new issue for that ?

from vim-which-key.

liuchengxu avatar liuchengxu commented on May 30, 2024

@spapas Feel free to file another issue.

from vim-which-key.

tracyone avatar tracyone commented on May 30, 2024

暂时没有试出问题

from vim-which-key.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.