corgi-emacs / corgi

Unbundled Emacs configuration aimed at Clojure developers
180 stars 18 forks source link

Integrating 'jj' or 'jk' into corgi config. #29

Closed davidh38 closed 2 years ago

davidh38 commented 2 years ago

Is there in easy way to integrate 'jk' or 'jj' into the corgi configuration instead of 'ESC'?

theophilusx commented 2 years ago

Are you talking about being able to hit 'jk' or 'jj' quickly while in insert mode and be switched into normal mode? If so, I think that is an evil configuration, which means it would just be a matter of setting the appropriate values in your init file. I would check the evil docs.

Note that one of the benefits of corgi is that it is a minimal configuration which leaves the user with full control. Manyu aspects can be tweaked in your init.el file and you can add additional packages with minimal overhead. Unlike other 'canned' configurations, corgi encourages you to modify your init.el file and add/change the set of installed features/packages. With corgi, init.el is just your starting point, not the end goal.

davidh38 @.***> writes:

Is there in easy way to integrate 'jk' or 'jj' into the corgi configuration instead of 'ESC'?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.