Code Monkey home page Code Monkey logo

my-hydra's Introduction

My Hydra

my-hydra is a series of pretty-hydra of all the keybindings I use on a nearly daily basis during work (development, management, infrastructure management, etc.).

I made it publicly available in case it could help some Emacs users to discover other ways to tweak Emacs to make it prettier and optimized for one’s own personal workflow.

Packages used by the key bindings

This package is not mean to be installed as-is, however if anyone wants to use it as-is, then the following packages will be required.

  • spacemacs: Emacs distro
  • org: everything
  • major-mode-hydra: hydra for major modes
  • hydra-posframe: hydra in a posframe
  • pretty-hydra: pretty UI for hydra
  • consult: search & navigation
  • eyebrowse: windows configurations
  • dired: browsing files
  • evil: Vim keybindings
  • org-roam: Org notes system
  • org-remark: remark in Org documents
  • citar: bibliographies management
  • org-pandoc: export documents
  • org-inlinetask: inline task in Org documents
  • org-agenda: agenda
  • org-ql: querying org files
  • smart-shift: moving sections around
  • vterm: shell terminal
  • copilot: Github Copilot
  • flycheck: linter
  • python: Python
  • lsp: LSP
  • magit: git client
  • docker: container
  • projectile: project management
  • bookmark+: enhanced bookmarks
  • org-margin: adding marging to org files
  • dogears: adding dogears actions

Usage

The leader key is . (dot).

To quickly access the key bindings of the major mode of the current buffer, you just have to double tap .

The posframe can be exited with one of those keys: ESC, q or SPC

The leader key works in all modes except INSERT

Install

To install it, you only have to add those lines in the dotspacemacs-additional-packages section of your .spacemacs configuration file.

(my-hydra :location (recipe
                     :fetcher github
                     :repo "fgiasson/my-hydra"
                     :files ("*.el")))

(hydra-posframe :location (recipe
                           :fetcher github
                           :repo "Ladicle/hydra-posframe"
                           :files ("*.el")))

(hydra-posframe :location (recipe
                           :fetcher github
                           :repo "Ladicle/hydra-posframe"
                           :files ("*.el")))

(copilot :location (recipe
                    :fetcher github
                    :repo "zerolfx/copilot.el"
                    :files ("*.el" "dist")))

All other packages are available on melpa and can be installed using the package management system.

my-hydra's People

Contributors

fgiasson avatar

Watchers

 avatar  avatar

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.