File tree Expand file tree Collapse file tree 1 file changed +28
-14
lines changed Expand file tree Collapse file tree 1 file changed +28
-14
lines changed Original file line number Diff line number Diff line change 1+ [env ]
2+ TERM = " xterm-256color"
3+
4+ [window ]
5+ dimensions.columns = 120
6+ dimensions.lines = 50
7+ padding.x = 8
8+ padding.y = 4
9+
110[font ]
211size = 13.0
312offset.y = 1
13+ normal.family = " Hack Nerd Font"
14+ normal.style = " Regular"
15+ bold.family = " Hack Nerd Font"
16+ bold.style = " Bold"
17+ bold_italic.family = " Hack Nerd Font"
18+ bold_italic.style = " Bold Italic"
19+ italic.family = " Hack Nerd Font"
20+ italic.style = " Italic"
421
5- [font .normal ]
6- family = " Hack Nerd Font"
7- style = " Regular"
8-
9- [font .bold ]
10- family = " Hack Nerd Font"
11- style = " Bold"
12-
13- [font .bold_italic ]
14- family = " Hack Nerd Font"
15- style = " Bold Italic"
22+ [colors ]
23+ primary.background = " 0x1E1E1E"
24+ primary.foreground = " 0xD4D4D4"
1625
17- [font .italic ]
18- family = " Hack Nerd Font"
19- style = " Italic"
26+ [keyboard ]
27+ bindings = [
28+ { key = " Left" , mods = " Alt" , chars = " \u001b B" },
29+ { key = " Right" , mods = " Alt" , chars = " \u001b F" },
30+ { key = " Left" , mods = " Command" , chars = " \u001b OH" },
31+ { key = " Right" , mods = " Command" , chars = " \u001b OF" },
32+ { key = " Back" , mods = " Command" , chars = " \u0015 " },
33+ ]
You can’t perform that action at this time.
0 commit comments