Add subdirectories for macbook and tongfang with config (#4)

This commit is contained in:
Bart van der Braak 2024-10-16 22:27:09 +02:00 committed by GitHub
parent b743abcde5
commit 10a876fcc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 117 additions and 0 deletions

View file

@ -0,0 +1,89 @@
live_config_reload = true
[shell]
program = "/bin/zsh"
[window]
opacity = 0.99
decorations = "full"
dynamic_title = true
startup_mode = "Maximized"
[window.dimensions]
columns = 160
lines = 80
[window.padding]
x = 6
y = 6
[font]
size = 20.0
[font.glyph_offset]
x = 0
y = 0
[font.normal]
family = "UbuntuMono Nerd Font Mono"
[font.bold]
family = "UbuntuMono Nerd Font Mono"
style = "Bold"
[font.italic]
family = "UbuntuMono Nerd Font Mono"
style = "Italic"
[font.bold_italic]
family = "UbuntuMono Nerd Font Mono"
style = "Bold Italic"
[bell]
animation = "EaseOutExpo"
duration = 0
[mouse]
hide_when_typing = true
[[mouse.bindings]]
action = "PasteSelection"
mouse = "Middle"
[[keyboard.bindings]]
key = "Left"
mods = "Alt"
chars = "\u001BB"
# Skip word left
[[keyboard.bindings]]
key = "Right"
mods = "Alt"
chars = "\u001BF"
# Skip word right
[[keyboard.bindings]]
key = "Left"
mods = "Command"
chars = "\u001bOH"
# Home
[[keyboard.bindings]]
key = "Right"
mods = "Command"
chars = "\u001bOF"
# End
[[keyboard.bindings]]
key = "Back"
mods = "Command"
chars = "\u0015"
# Delete line
[[keyboard.bindings]]
key = "Back"
mods = "Alt"
chars = "\u001b\u007f"
# Delete word