Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ Read through `brews` and `casks` before you run `bootstrap.sh` or `rebuild.sh` f

**About `herdr`:** it's in the `brews` list.
It's a real public Homebrew formula (`brew info herdr` finds it in homebrew-core, no tap needed), so it will install fine.
The tracked WezTerm config enables the kitty keyboard protocol so Escape is sent as an atomic key event instead of being swallowed by Herdr when a mouse event follows it closely.
If you don't use it, just remove it from `brews` in your copy.

**Heads-up:**
Expand Down
4 changes: 0 additions & 4 deletions home/.config/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@ config.macos_window_background_blur = 50
config.hide_tab_bar_if_only_one_tab = true
config.window_decorations = "RESIZE"

-- Emit Esc as an atomic key event (\x1b[27u) so Herdr can't fold a lone
-- Escape into a tailgating mouse event and swallow it in editors like Neovim.
config.enable_kitty_keyboard = true

return config