- PreToolUse - Before tool execution (can block tools)
 - PostToolUse - After tool completes successfully
 - UserPromptSubmit - When user submits a prompt
 - Stop - When main Claude agent finishes responding
 - SubagentStop - When a subagent (Task tool) finishes
 - Notification - When Claude needs permissions or during idle time
 - PreCompact - Before context compression
 - SessionStart - When starting/resuming sessions
 
      This file has been truncated, but you can view the full file.
    
    
  
    
      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
    
  
  
    
  | directive @requiredCapabilities( | |
| requiredCapabilities: [String!] | |
| ) on ARGUMENT_DEFINITION | ENUM | ENUM_VALUE | FIELD_DEFINITION | INPUT_FIELD_DEFINITION | INPUT_OBJECT | INTERFACE | OBJECT | SCALAR | UNION | |
| """ | |
| Marks an element of a GraphQL schema as only available via a preview header | |
| """ | |
| directive @preview( | |
| """ | |
| The identifier of the API preview that toggles this field. | 
  
    
      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
    
  
  
    
  | from abc import abstractmethod | |
| from collections import defaultdict | |
| from dataclasses import dataclass | |
| from typing import Any | |
| from typing import Union | |
| @dataclass(frozen=True) | |
| class Event: | |
| name: str | 
This should make True Color (24-bit) and italics work in your tmux session and vim/neovim when using Alacritty (and should be compatible with any other terminal emulator, including Kitty).
Running this script should look the same in tmux as without.
curl -s https://gist.githubusercontent.com/lifepillar/09a44b8cf0f9397465614e622979107f/raw/24-bit-color.sh >24-bit-color.sh
bash 24-bit-color.sh
  
    
      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
    
  
  
    
  | defmodule TestHelper do | |
| defmacro __using__(_opts) do | |
| quote do | |
| import ExUnit.Assertions, only: [assert: 1] | |
| # we can name this whatever we'd like, | |
| # but "is" makes sense to me in most cases | |
| # 👇 | |
| def is(result, expectation) do | |
| assert result == expectation | 
- 
Uses native vim regexes (which are slightly different from the regexes used by grep, ack, ag, etc) so the patterns are the same as with vim's within-file search patterns.
 
You can do a normal within-file search first, then re-use the same pattern to
NewerOlder