Created
July 24, 2026 17:07
-
-
Save calebcauthon/c2dc46b17cb72398c0244a6ba0d3ac5d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| onboarding = false | |
| [ui] | |
| show_agent_labels_on_pane_borders = true | |
| agent_panel_sort = "priority" | |
| [ui.toast] | |
| delivery = "herdr" | |
| [ui.sound] | |
| enabled = false | |
| [theme] | |
| name = "gruvbox-light" | |
| auto_switch = false | |
| [keys] | |
| split_vertical = "alt+shift+right" | |
| split_horizontal= "alt+shift+down" | |
| # Moved off prefix+c so the fork clipboard can use c/v for copy/paste. | |
| new_tab = "prefix+t" | |
| # Toggle the reviewr code-review sidebar (open if closed, close if open). | |
| # Mnemonic: prefix+b is herdr's own sidebar, prefix+shift+b is reviewr's. | |
| # Only opens when the focused pane's cwd is a git repo. | |
| [[keys.command]] | |
| key = "prefix+ctrl+r" | |
| type = "shell" | |
| description = "Toggle review" | |
| command = "/Users/caleb/.local/bin/herdr plugin action invoke toggle --plugin persiyanov.reviewr" | |
| [[keys.command]] | |
| description = "Toggle file viewer" | |
| key = "ctrl+f" | |
| type = "shell" | |
| command = "herdr plugin action invoke open-file-viewer --plugin herdr-file-viewer" | |
| [[keys.command]] | |
| key = "prefix+shift+a" | |
| type = "plugin_action" | |
| command = "herdr-plugins.birdseye.show" | |
| description = "show birdseye view" | |
| [[keys.command]] | |
| key = "alt+," | |
| type = "plugin_action" | |
| command = "attention.jump.next" | |
| description = "Next via Attention" | |
| [[keys.command]] | |
| key = "prefix+s" | |
| type = "plugin_action" | |
| command = "herdr-plugins.inbox.toggle-agent" | |
| description = "settle or restore focused agent" | |
| [[keys.command]] | |
| key = "prefix+shift+s" | |
| type = "plugin_action" | |
| command = "herdr-plugins.inbox.toggle-workspace" | |
| description = "settle or restore current workspace" | |
| [[keys.command]] | |
| key = "prefix+i" | |
| type = "plugin_action" | |
| command = "herdr-plugins.inbox.show" | |
| description = "show Herdr Inbox" | |
| [[keys.command]] | |
| key = "prefix+f" | |
| type = "plugin_action" | |
| command = "herdr-plugins.fork.fork" | |
| description = "fork the current agent conversation into a new tab" | |
| [[keys.command]] | |
| key = "prefix+shift+f" | |
| type = "plugin_action" | |
| command = "herdr-plugins.fork.fork-split" | |
| description = "fork the current agent conversation into a vertical split" | |
| [[keys.command]] | |
| key = "prefix+c" | |
| type = "plugin_action" | |
| command = "herdr-plugins.fork.copy" | |
| description = "copy the current agent conversation to the fork clipboard" | |
| [[keys.command]] | |
| key = "prefix+v" | |
| type = "plugin_action" | |
| command = "herdr-plugins.fork.paste" | |
| description = "paste the copied fork into the focused pane" | |
| #[[keys.command]] | |
| #key = "alt+/" | |
| #type = "plugin_action" | |
| #command = "herdr-plugins.riff-relay.mark-target" | |
| #description = "mark focused agent as dictation target (slot 1)" | |
| [[keys.command]] | |
| key = "alt+1" | |
| type = "plugin_action" | |
| command = "herdr-plugins.riff-relay.clear-target" | |
| description = "clear dictation target (slot 1)" | |
| [[keys.command]] | |
| key = "prefix+g" | |
| type = "plugin_action" | |
| command = "herdr-plugins.riff-relay.show-targets" | |
| description = "show dictation targets" | |
| [[keys.command]] | |
| key = "alt+up" | |
| type = "plugin_action" | |
| command = "herdr-plugins.riff-relay.dictate-here" | |
| description = "mark this agent (slot 1) and start dictating" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment