Code Monkey home page Code Monkey logo

Comments (11)

liuchengxu avatar liuchengxu commented on May 29, 2024

You have a trailing space after '<Space>' and you should provide a complete minimal vimrc if your issue persists.

nnoremap <silent> <leader>      :<c-u>WhickKey '<Space>'<CR>

from vim-which-key.

al3xandru avatar al3xandru commented on May 29, 2024

That's unfortunately just a paste issue here. There's no extra space in my .vimrc. (I did update the description to remove that misleading typo)

from vim-which-key.

liuchengxu avatar liuchengxu commented on May 29, 2024

This kind of error is normally cause by your broken installation not the plugin itself. I can't help if you don't post your complete config.

from vim-which-key.

al3xandru avatar al3xandru commented on May 29, 2024

You mean the complete vimrc? I’ll share a link to it momentarily

from vim-which-key.

liuchengxu avatar liuchengxu commented on May 29, 2024

A minimal vimrc and exact steps I can reproduce.

from vim-which-key.

al3xandru avatar al3xandru commented on May 29, 2024

I understand. My .vimrc is 1700 lines long and I don't know where to start.

from vim-which-key.

liuchengxu avatar liuchengxu commented on May 29, 2024

Then you have to learn how to debug your vimrc :). This issue is easy to fix, what you need to do is to install and configure it properly. You could try removing all current vim-which-key lines in your vimrc and start from zero if you dont know where to go.

from vim-which-key.

al3xandru avatar al3xandru commented on May 29, 2024

I also want to clarify:

  1. there were no issue with my vimrc before installing vim-which-key
  2. the 3 lines in the description are the only settings I have for vim-which-key.

I believe that I double checked the README and these are the right instructions. Combined with the rest of my vimrc, it looks like the behavior for the leader is not working as expected.

from vim-which-key.

liuchengxu avatar liuchengxu commented on May 29, 2024

I cant help with such little snippets. This issue is all about your personal vimrc not the plugin itself. You can try it with any minimal vimrc and I believe it will work without this issue.

from vim-which-key.

liuchengxu avatar liuchengxu commented on May 29, 2024

I seem to spot the problem, you made a bad typo:

" It's WhichKey not WhickKey
nnoremap <silent> <leader>      :<c-u>WhickKey '<Space>'<CR>

And this minimal vimrc works:

set nocompatible              " be iMproved, required
filetype off                  " required

" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'liuchengxu/vim-which-key'
call vundle#end()            " required
filetype plugin indent on    " required

let g:mapleader = "\<Space>"
let g:localleader = ","

nnoremap <Leader>t :echom "test"<CR>

nnoremap <silent> <leader>      :<c-u>WhichKey '<Space>'<CR>
nnoremap <silent> <localleader> :<c-u>WhichKey ','<CR>

from vim-which-key.

al3xandru avatar al3xandru commented on May 29, 2024

It was the WhickKey typo. Thank you.

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.