Files
dotfiles/alacritty.yml
2019-06-26 15:56:58 +02:00

430 lines
6.6 KiB
YAML

background_opacity: 1.0
colors:
bright:
black: '0x666666'
blue: '0x7aa6da'
cyan: '0x54ced6'
green: '0x499369'
magenta: '0xb77ee0'
red: '0xff3334'
white: '0xa0a0a0'
yellow: '0xe7c547'
cursor:
cursor: '0x666666'
text: '0xfefefe'
dim:
black: '0x333333'
blue: '0x6699cc'
cyan: '0x66cccc'
green: '0x499369'
magenta: '0xcc99cc'
red: '0xf2777a'
white: '0x909090'
yellow: '0xffcc66'
normal:
black: '0x000000'
blue: '0x7aa6da'
cyan: '0x70c0ba'
green: '0x499369'
magenta: '0xc397d8'
red: '0xd54e53'
white: '0xa0a0a0'
yellow: '0xcca200'
primary:
background: '0xedf0ef'
foreground: '0x333333'
cursor_style: Block
custom_cursor_colors: true
debug:
log_level: None
persistent_logging: false
print_events: false
ref_test: false
render_timer: false
draw_bold_text_with_bright_colors: true
dynamic_title: true
env:
TERM: xterm-256color
font:
bold:
family: Triplicate T3c
style: Regular
glyph_offset:
x: 0
y: 0
italic:
family: Triplicate T3c
style: Regular
normal:
family: Triplicate T3c
style: Regular
offset:
x: 0
y: 0
scale_with_dpi: true
size: 12.0
use_thin_strokes: true
hide_cursor_when_typing: false
key_bindings:
- action: Paste
key: V
mods: Command
- action: Copy
key: C
mods: Command
- action: Paste
key: Paste
- action: Copy
key: Copy
- action: Hide
key: H
mods: Command
- action: Quit
key: Q
mods: Command
- action: Quit
key: W
mods: Command
- chars: "\eOH"
key: Home
mode: AppCursor
- chars: "\e[H"
key: Home
mode: ~AppCursor
- chars: "\eOF"
key: End
mode: AppCursor
- chars: "\e[F"
key: End
mode: ~AppCursor
- action: ResetFontSize
key: Key0
mods: Command
- action: IncreaseFontSize
key: Equals
mods: Command
- action: DecreaseFontSize
key: Minus
mods: Command
- chars: "\e[5;2~"
key: PageUp
mods: Shift
- chars: "\e[5;5~"
key: PageUp
mods: Control
- chars: "\e[5~"
key: PageUp
- chars: "\e[6;2~"
key: PageDown
mods: Shift
- chars: "\e[6;5~"
key: PageDown
mods: Control
- chars: "\e[6~"
key: PageDown
- chars: "\e[Z"
key: Tab
mods: Shift
- chars: "\x7F"
key: Back
- chars: "\e\x7F"
key: Back
mods: Alt
- chars: "\e[2~"
key: Insert
- chars: "\e[3~"
key: Delete
- chars: "\e[1;2D"
key: Left
mods: Shift
- chars: "\e[1;5D"
key: Left
mods: Control
- chars: "\e[1;3D"
key: Left
mods: Alt
- chars: "\e[D"
key: Left
mode: ~AppCursor
- chars: "\eOD"
key: Left
mode: AppCursor
- chars: "\e[1;2C"
key: Right
mods: Shift
- chars: "\e[1;5C"
key: Right
mods: Control
- chars: "\e[1;3C"
key: Right
mods: Alt
- chars: "\e[C"
key: Right
mode: ~AppCursor
- chars: "\eOC"
key: Right
mode: AppCursor
- chars: "\e[1;2A"
key: Up
mods: Shift
- chars: "\e[1;5A"
key: Up
mods: Control
- chars: "\e[1;3A"
key: Up
mods: Alt
- chars: "\e[A"
key: Up
mode: ~AppCursor
- chars: "\eOA"
key: Up
mode: AppCursor
- chars: "\e[1;2B"
key: Down
mods: Shift
- chars: "\e[1;5B"
key: Down
mods: Control
- chars: "\e[1;3B"
key: Down
mods: Alt
- chars: "\e[B"
key: Down
mode: ~AppCursor
- chars: "\eOB"
key: Down
mode: AppCursor
- chars: "\eOP"
key: F1
- chars: "\eOQ"
key: F2
- chars: "\eOR"
key: F3
- chars: "\eOS"
key: F4
- chars: "\e[15~"
key: F5
- chars: "\e[17~"
key: F6
- chars: "\e[18~"
key: F7
- chars: "\e[19~"
key: F8
- chars: "\e[20~"
key: F9
- chars: "\e[21~"
key: F10
- chars: "\e[23~"
key: F11
- chars: "\e[24~"
key: F12
- chars: "\e[1;2P"
key: F1
mods: Shift
- chars: "\e[1;2Q"
key: F2
mods: Shift
- chars: "\e[1;2R"
key: F3
mods: Shift
- chars: "\e[1;2S"
key: F4
mods: Shift
- chars: "\e[15;2~"
key: F5
mods: Shift
- chars: "\e[17;2~"
key: F6
mods: Shift
- chars: "\e[18;2~"
key: F7
mods: Shift
- chars: "\e[19;2~"
key: F8
mods: Shift
- chars: "\e[20;2~"
key: F9
mods: Shift
- chars: "\e[21;2~"
key: F10
mods: Shift
- chars: "\e[23;2~"
key: F11
mods: Shift
- chars: "\e[24;2~"
key: F12
mods: Shift
- chars: "\e[1;5P"
key: F1
mods: Control
- chars: "\e[1;5Q"
key: F2
mods: Control
- chars: "\e[1;5R"
key: F3
mods: Control
- chars: "\e[1;5S"
key: F4
mods: Control
- chars: "\e[15;5~"
key: F5
mods: Control
- chars: "\e[17;5~"
key: F6
mods: Control
- chars: "\e[18;5~"
key: F7
mods: Control
- chars: "\e[19;5~"
key: F8
mods: Control
- chars: "\e[20;5~"
key: F9
mods: Control
- chars: "\e[21;5~"
key: F10
mods: Control
- chars: "\e[23;5~"
key: F11
mods: Control
- chars: "\e[24;5~"
key: F12
mods: Control
- chars: "\e[1;6P"
key: F1
mods: Alt
- chars: "\e[1;6Q"
key: F2
mods: Alt
- chars: "\e[1;6R"
key: F3
mods: Alt
- chars: "\e[1;6S"
key: F4
mods: Alt
- chars: "\e[15;6~"
key: F5
mods: Alt
- chars: "\e[17;6~"
key: F6
mods: Alt
- chars: "\e[18;6~"
key: F7
mods: Alt
- chars: "\e[19;6~"
key: F8
mods: Alt
- chars: "\e[20;6~"
key: F9
mods: Alt
- chars: "\e[21;6~"
key: F10
mods: Alt
- chars: "\e[23;6~"
key: F11
mods: Alt
- chars: "\e[24;6~"
key: F12
mods: Alt
- chars: "\e[1;3P"
key: F1
mods: Command
- chars: "\e[1;3Q"
key: F2
mods: Command
- chars: "\e[1;3R"
key: F3
mods: Command
- chars: "\e[1;3S"
key: F4
mods: Command
- chars: "\e[15;3~"
key: F5
mods: Command
- chars: "\e[17;3~"
key: F6
mods: Command
- chars: "\e[18;3~"
key: F7
mods: Command
- chars: "\e[19;3~"
key: F8
mods: Command
- chars: "\e[20;3~"
key: F9
mods: Command
- chars: "\e[21;3~"
key: F10
mods: Command
- chars: "\e[23;3~"
key: F11
mods: Command
- chars: "\e[24;3~"
key: F12
mods: Command
- chars: '
'
key: NumpadEnter
- chars: '['
key: 23
mods: Alt
- chars: ']'
key: 22
mods: Alt
- chars: '|'
key: 26
mods: Alt
- chars: '{'
key: 28
mods: Alt
- chars: '}'
key: 25
mods: Alt
- chars: \
key: Backslash
mods: Alt|Shift
- chars: '@'
key: 37
mods: Alt
- action: SpawnNewInstance
key: N
mods: Command
live_config_reload: true
mouse:
double_click:
threshold: 300
faux_scrollback_lines: 1
triple_click:
threshold: 300
mouse_bindings:
- action: PasteSelection
mouse: Middle
scrolling:
autoscroll: false
faux_multiplier: 3
history: 10000
multiplier: 3
selection:
save_to_clipboard: false
semantic_escape_chars: ",\u2502`|:\"' ()[]{}<>"
shell:
args: []
program: /usr/local/bin/zsh
tabspaces: 8
unfocused_hollow_cursor: true
visual_bell:
animation: EaseOutExpo
duration: 0
window:
decorations: none
dimensions:
columns: 80
lines: 24
dynamic_padding: false
padding:
x: 2
y: 2
startup_mode: Windowed
title: Alacritty