dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

alacritty.yml (806B)


      1 env:
      2   # By default, alacritty checks the local terminfo database and uses terminal
      3   # type `alacritty` if present, otherwise it falls back to `xterm-256color`.
      4   # That said, most remote systems don't include `alacritty` in their terminfo
      5   # database, and `xterm-256color` covers most of what we need, so we set that
      6   # by default.
      7   TERM: xterm-256color
      8 
      9 scrolling:
     10   history: 10000
     11 
     12 font:
     13   family: Noto Sans Mono
     14   size: 15.0
     15 
     16 selection:
     17   save_to_clipboard: true
     18 
     19 hints:
     20   enabled:
     21     - regex: "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+"
     22       command: xdg-open
     23       post_processing: true
     24       mouse:
     25         enabled: true
     26         mods: Shift
     27       binding:
     28         key: U
     29         mods: Control|Shift