aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/alacritty/alacritty.yml
blob: d54d4aa0094e69142a3e6b2e054b50b2fa139c64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
import:
  - ~/.config/alacritty/colors.yml
  - ~/.config/alacritty/fonts.yml
  - ~/AppData/Roaming/alacritty/colors.yml
  - ~/AppData/Roaming/alacritty/fonts.yml

env:
  TERM: alacritty

window:
  dimensions:
    columns: 120
    lines: 40
  dynamic_padding: false
  decorations: full
  title: Alacritty

scrolling:
  history: 10000
  multiplier: 3

selection:
  semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
  save_to_clipboard: false

cursor:
  blinking: On

mouse:
  hide_when_typing: true

live_config_reload: true

shell:
  program: C:\WINDOWS\system32\wsl.exe
  args:
    - -e
    - '/bin/zsh -lc "tmux new -As main"'

working_directory: '\\wsl$\Debian\home\tobyv'

key_bindings:
  - { key: Space, mods: Control, chars: "\x00" }
  - { key: T, mods: Control|Shift, action: CreateNewWindow }
  - { key: F, mods: Control|Shift, mode: ~Search, action: ReceiveChar }