mirror of
https://github.com/dchakro/alacritty_colors.git
synced 2026-05-17 10:12:17 -07:00
update config
This commit is contained in:
parent
71b7d50acd
commit
b0a1b375cd
1 changed files with 2 additions and 31 deletions
33
base.yml
33
base.yml
|
|
@ -32,29 +32,20 @@ draw_bold_text_with_bright_colors: true
|
|||
|
||||
font:
|
||||
normal:
|
||||
# family: 'SF Mono Powerline'
|
||||
# family: 'Ubuntu Mono derivative Powerline'
|
||||
# family: 'Fira Code Retina'
|
||||
family: 'Iosevka Term'
|
||||
# family: 'Iosevka Nerd Font Mono'
|
||||
style: Regular
|
||||
|
||||
bold:
|
||||
# family: 'SF Mono Powerline'
|
||||
# family: 'Ubuntu Mono derivative Powerline'
|
||||
# family: 'Fira Code Retina'
|
||||
family : 'Iosevka Term'
|
||||
# family: 'Iosevka Nerd Font Mono'
|
||||
style: Bold
|
||||
|
||||
italic:
|
||||
family: 'Iosevka Term'
|
||||
# family: 'Iosevka Nerd Font Mono'
|
||||
style: Italic
|
||||
|
||||
size: 16.0
|
||||
|
||||
# Thin strokes = true on retina displays, Non-retina disp = false
|
||||
Thinstrokes: true # on retina displays: true / Non-retina: false
|
||||
AppleFontSmoothing: true
|
||||
|
||||
window.opacity: 1.0
|
||||
|
|
@ -94,30 +85,10 @@ debug:
|
|||
window.option_as_alt: false
|
||||
|
||||
key_bindings:
|
||||
# - { key: T, mods: Command, command: { program: "open", args: ["-n", "/Applications/Alacritty.app"] } }
|
||||
# - { key: N, mods: Command, action: SpawnNewInstance }
|
||||
# - { key: N, mods: Command, command: { program: "/usr/local/bin/tmux", args: ["new-session","-d","-s","test"] } }
|
||||
# - { key: N, mods: Command, command: { program: "/usr/local/bin/tmux", args: ["new-session","-d"] } }
|
||||
# - { key: N, mods: Command, action: SpawnNewInstance }
|
||||
- { key: N, mods: Command|Shift, command: { program: "/usr/local/bin/tmux", args: ["new-session","-d"] } }
|
||||
- { key: T, mods: Command, command: { program: "/usr/local/bin/tmux", args: ["new-window"] } }
|
||||
- { key: T, mods: Command, command: { program: "/opt/homebrew/bin/Alacritty" } }
|
||||
- { key: V, mods: Command, action: Paste }
|
||||
- { key: C, mods: Command, action: Copy }
|
||||
# - { key: Q, mods: Command, action: Quit }
|
||||
- { key: W, mods: Command, action: Quit }
|
||||
- { key: Q, mods: Alt|Shift, command: { program: "/usr/local/bin/tmux", args: ["kill-window"] } }
|
||||
- { key: Q, mods: Command, command: { program: "/usr/local/bin/tmux", args: ["kill-pane"] } }
|
||||
- { key: S, mods: Command, command: { program: "/usr/local/bin/tmux", args: ["split-window", "-h"] } }
|
||||
- { key: B, mods: Command, command: { program: "/usr/local/bin/tmux", args: ["split-window", "-b"] } }
|
||||
- { key: Key1, mods: Command, command: { program: "/usr/local/bin/tmux", args: ["selected window", "-t", "1"] } }
|
||||
- { key: Key2, mods: Command, command: { program: "/usr/local/bin/tmux", args: ["selected window", "-t", "2"] } }
|
||||
- { key: Key3, mods: Command, command: { program: "/usr/local/bin/tmux", args: ["selected window", "-t", "3"] } }
|
||||
- { key: Key4, mods: Command, command: { program: "/usr/local/bin/tmux", args: ["selected window", "-t", "4"] } }
|
||||
- { key: Key5, mods: Command, command: { program: "/usr/local/bin/tmux", args: ["selected window", "-t", "5"] } }
|
||||
- { key: Key6, mods: Command, command: { program: "/usr/local/bin/tmux", args: ["selected window", "-t", "6"] } }
|
||||
- { key: Key7, mods: Command, command: { program: "/usr/local/bin/tmux", args: ["selected window", "-t", "7"] } }
|
||||
- { key: Key8, mods: Command, command: { program: "/usr/local/bin/tmux", args: ["selected window", "-t", "8"] } }
|
||||
- { key: Key9, mods: Command, command: { program: "/usr/local/bin/tmux", args: ["selected window", "-t", "9"] } }
|
||||
- { key: Delete, chars: "\x1b[3~" }
|
||||
- { key: Key1, mods: Alt, chars: "©" }
|
||||
- { key: Key2, mods: Alt, chars: "@" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue