alacritty: update
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
env:
|
||||||
|
TERM: xterm-256color
|
||||||
window:
|
window:
|
||||||
dimensions:
|
dimensions:
|
||||||
columns: 80
|
columns: 80
|
||||||
@@ -26,38 +28,37 @@ font:
|
|||||||
glyph_offset:
|
glyph_offset:
|
||||||
x: 0
|
x: 0
|
||||||
y: 0
|
y: 0
|
||||||
use_thin_strokes: true
|
|
||||||
|
|
||||||
colors:
|
colors:
|
||||||
primary:
|
primary:
|
||||||
background: '0x2E3440'
|
background: "0x2E3440"
|
||||||
foreground: '0xD8DEE9'
|
foreground: "0xD8DEE9"
|
||||||
cursor:
|
cursor:
|
||||||
text: '0x2E3440'
|
text: "0x2E3440"
|
||||||
cursor: '0xD8DEE9'
|
cursor: "0xD8DEE9"
|
||||||
normal:
|
normal:
|
||||||
black: '0x3B4252'
|
black: "0x3B4252"
|
||||||
red: '0xBF616A'
|
red: "0xBF616A"
|
||||||
green: '0xA3BE8C'
|
green: "0xA3BE8C"
|
||||||
yellow: '0xEBCB8B'
|
yellow: "0xEBCB8B"
|
||||||
blue: '0x81A1C1'
|
blue: "0x81A1C1"
|
||||||
magenta: '0xB48EAD'
|
magenta: "0xB48EAD"
|
||||||
cyan: '0x88C0D0'
|
cyan: "0x88C0D0"
|
||||||
white: '0xE5E9F0'
|
white: "0xE5E9F0"
|
||||||
bright:
|
bright:
|
||||||
black: '0x4C566A'
|
black: "0x4C566A"
|
||||||
red: '0xBF616A'
|
red: "0xBF616A"
|
||||||
green: '0xA3BE8C'
|
green: "0xA3BE8C"
|
||||||
yellow: '0xEBCB8B'
|
yellow: "0xEBCB8B"
|
||||||
blue: '0x81A1C1'
|
blue: "0x81A1C1"
|
||||||
magenta: '0xB48EAD'
|
magenta: "0xB48EAD"
|
||||||
cyan: '0x8FBCBB'
|
cyan: "0x8FBCBB"
|
||||||
white: '0xECEFF4'
|
white: "0xECEFF4"
|
||||||
|
|
||||||
mouse:
|
mouse:
|
||||||
hide_when_typing: true
|
hide_when_typing: true
|
||||||
selection:
|
selection:
|
||||||
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
|
semantic_escape_chars: ',│`|:"'' ()[]{}<>'
|
||||||
cursor:
|
cursor:
|
||||||
style: Block
|
style: Block
|
||||||
unfocused_hollow: true
|
unfocused_hollow: true
|
||||||
@@ -67,16 +68,16 @@ shell:
|
|||||||
args:
|
args:
|
||||||
- -l
|
- -l
|
||||||
- -c
|
- -c
|
||||||
- "tmux attach || tmux"
|
- "/opt/homebrew/bin/tmux attach || /opt/homebrew/bin/tmux"
|
||||||
|
|
||||||
key_bindings:
|
key_bindings:
|
||||||
- { key: V, mods: Command, action: Paste }
|
- { key: V, mods: Command, action: Paste }
|
||||||
- { key: C, mods: Command, action: Copy }
|
- { key: C, mods: Command, action: Copy }
|
||||||
- { key: Paste, action: Paste }
|
- { key: Paste, action: Paste }
|
||||||
- { key: Copy, action: Copy }
|
- { key: Copy, action: Copy }
|
||||||
- { key: Q, mods: Command, action: Quit }
|
- { key: Q, mods: Command, action: Quit }
|
||||||
- { key: W, mods: Command, action: Quit }
|
- { key: W, mods: Command, action: Quit }
|
||||||
- { key: Key0, mods: Command, action: ResetFontSize }
|
- { key: Key0, mods: Command, action: ResetFontSize }
|
||||||
- { key: Equals, mods: Command, action: IncreaseFontSize }
|
- { key: Equals, mods: Command, action: IncreaseFontSize }
|
||||||
- { key: Minus, mods: Command, action: DecreaseFontSize }
|
- { key: Minus, mods: Command, action: DecreaseFontSize }
|
||||||
- { key: F18, chars: "\x02" } # Ctrl + B
|
- { key: F18, chars: "\x02" } # Ctrl + B
|
||||||
|
|||||||
Reference in New Issue
Block a user