Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Jul 29, 2024
1 parent 6195628 commit fe6143d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,11 @@ or`~/.emacs.d/custom-post.el`.
## Hydra

| Name | Scope | Keybinding | Description |
| ------------------------ | --------------------- | ----------------- | ------------------------------------ |
|--------------------------|-----------------------|-------------------|--------------------------------------|
| `toggles-hydra` | global | `<f6>` | Global option toggles |
| `window-hydra` | global | `C-c w`/`C-x o w` | Window management |
| `doom-modeline-hydra` | doom-modeline-mode | `C-<f6>` | Mode-line options and actions |
| `hydra-dired-qick-sort` | dired | `S` | Options for `dired-quick-sort` |
| `hydra-dired-qick-sort` | dired-mode | `S` | Options for `dired-quick-sort` |
| `org-hydra` | org-mode | `<` | Org template |
| `dashboard-hydra` | dashboard-mode | `h`/`?` | Actions for the dashboard |
| `dumb-jump-hydra` | global | `C-M-j` | Jump to definition |
Expand All @@ -209,7 +209,7 @@ or`~/.emacs.d/custom-post.el`.
| `hideshow-hydra` | prog-mode | `C-~` | Actions for `hideshow` |
| `lsp-ui-hydra` | lsp-ui-mode | `M-<f6>` | Actions for `lsp-ui` |
| `dap-hydra` | dap-mode | `M-<f5>` | Actions for `dap-debug` |
| `elfeed-hydra` | elfeed | `?` | Actions for RSS reader `elfeed` |
| `elfeed-hydra` | elfeed-search-mode | `?` | Actions for RSS reader `elfeed` |
| `xwidget-hydra` | xwidget-webkit-mode | `?` | Actions for embedded webkit browser |

## Screenshots
Expand Down

0 comments on commit fe6143d

Please sign in to comment.