Skip to content

Instantly share code, notes, and snippets.

@mxro
Created May 11, 2026 05:18
Show Gist options
  • Select an option

  • Save mxro/d84c9c2b7354b52eff8eae6197fbd9fd to your computer and use it in GitHub Desktop.

Select an option

Save mxro/d84c9c2b7354b52eff8eae6197fbd9fd to your computer and use it in GitHub Desktop.
Alactritty Zen Editor Config
[window]
dimensions = { columns = 100, lines = 40 }
padding = { x = 10, y = 10 }
dynamic_padding = true
decorations = "None"
opacity = 1.0
blur = true
startup_mode = "Windowed"
title = "Alacritty"
dynamic_title = true
decorations_theme_variant = "Dark"
resize_increments = false
level = "Normal"
[selection]
save_to_clipboard = true
[scrolling]
history = 20000
multiplier = 3
[font]
normal.family = "JetBrainsMono Nerd Font"
bold.family = "JetBrainsMono Nerd Font"
italic.family = "JetBrainsMono Nerd Font"
bold_italic.family = "JetBrainsMono Nerd Font"
size = 12
offset = { x = 0, y = 0 }
[[keyboard.bindings]]
key = "C"
mods = "Control"
action = "Copy"
[[keyboard.bindings]]
key = "V"
mods = "Control"
action = "Paste"
[[keyboard.bindings]]
key = "C"
mods = "Control|Shift"
chars = "\u0003"
[[keyboard.bindings]]
key = "V"
mods = "Control|Shift"
action = "Paste"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment