Giter Club home page Giter Club logo

Comments (3)

yanghaoxie avatar yanghaoxie commented on July 19, 2024

I think this is the default feature of which-key-posframe, function posframe-workable-p already does this for us.

from which-key-posframe.

unisgn avatar unisgn commented on July 19, 2024

终端模式下,

which-key-posframe启用的时候,which-key 被激活后如下图所示:
Screenshot at 2021-10-08 12:49:50

which-key-posframe禁用的时候,which-key 被激活后如下图所示:
Screenshot at 2021-10-08 12:48:26

可以看出,终端模式下which-key-posframe启用的时候,which-key 似乎是被激活了,但是并没有展示出 which-key 的内容

from which-key-posframe.

yanghaoxie avatar yanghaoxie commented on July 19, 2024

Sorry for the late reply.
Please try a workaround like this

(use-package which-key-posframe
  :if (and (window-system) (version<= "26.1" emacs-version))
  :after (which-key posframe)
  :config
  (which-key-posframe-mode))

from which-key-posframe.

Related Issues (14)

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.