Giter Club home page Giter Club logo

Comments (2)

DogLooksGood avatar DogLooksGood commented on August 26, 2024

Hi, thanks for the nice words and I'm glad to know you like it!

For your question, you can customize meow-mode-state-list, it's possible to let meow use normal state in Custom-mode.

(add-to-list 'meow-mode-state-list '(Custom-mode . normal))

I'll add this rule to the default value.

About the built-in layout, I may add them as suggested default when I think they are stable enough. I may also add some ergonomic-style layout like what xah-fly-keys does.


Besides, if you are a doom emacs user, you may also interested in

(meow-leader-define-key
 (cons "v"  (concat doom-leader-alt-key " g"))
 (cons "p"  (concat doom-leader-alt-key " p"))
 (cons "f"  (concat doom-leader-alt-key " f"))
 (cons "s"  (concat doom-leader-alt-key " s"))
 (cons "o"  (concat doom-leader-alt-key " o"))
 (cons "b"  (concat doom-leader-alt-key " b"))
 (cons "w"  (concat doom-leader-alt-key " w"))
 (cons "q"  (concat doom-leader-alt-key " q")))

from meow.

mmarshall540 avatar mmarshall540 commented on August 26, 2024

Ah, that fixes it.

Was testing in a non-Doom config before, but I just merged my Meow settings with my Doom configuration. I'm quite used to the menu entries provided by Doom's ":editor evil" module.

So it will take some getting used to. But these bindings should help a lot.

Thank you for the suggested bindings and for the quick response!

from meow.

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.