Giter VIP home page Giter VIP logo

Comments (3)

morefun2compute avatar morefun2compute commented on August 22, 2024

Oops. The GitHub markdown caught me off-guard. The examples that I meant to write were: <plug>xxx and <plug>xxxx

from vim-submode.

kana avatar kana commented on August 22, 2024

I don't set any limit about length. And it's odd for me to use <Plug> as a lhs to submode#enter_with. Wouldn't you mind giving me a complete example to reproduce the problem?

from vim-submode.

kana avatar kana commented on August 22, 2024

Submode key mappings are built on top of normal key mappings. And normal key mappings have a limitation: the maximum length of LHS is 50.

Submode key mappings are prefixed with special characters (like <Plug>(submode-prefix:foo)) to distinguish from normal key mappings. So that the maximum length of submode LHS is shorter than the one of normal key mappings.

The actual LHSes of submode key mappings include submode names. So that available space is varied on each key mapping. I think 10 or more characters are usually available.

I'll add a note on the document.

from vim-submode.

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.