dotfiles/config/alacritty/alacritty.toml
2024-08-22 10:25:29 -06:00

322 lines
4.9 KiB
TOML

[font]
size = 10.0
[font.normal]
family = "Inconsolata"
[[keyboard.bindings]]
action = "ScrollPageUp"
key = "PageUp"
[[keyboard.bindings]]
action = "ScrollPageDown"
key = "PageDown"
[[keyboard.bindings]]
action = "ToggleViMode"
key = "Space"
mode = "~Search"
mods = "Shift|Control"
[[keyboard.bindings]]
action = "ScrollToBottom"
key = "Space"
mode = "Vi|~Search"
mods = "Shift|Control"
[[keyboard.bindings]]
action = "ClearSelection"
key = "Escape"
mode = "Vi|~Search"
[[keyboard.bindings]]
action = "ToggleViMode"
key = "I"
mode = "Vi|~Search"
[[keyboard.bindings]]
action = "ScrollToBottom"
key = "I"
mode = "Vi|~Search"
[[keyboard.bindings]]
action = "ToggleViMode"
key = "C"
mode = "Vi|~Search"
mods = "Control"
[[keyboard.bindings]]
action = "ScrollLineUp"
key = "Y"
mode = "Vi|~Search"
mods = "Control"
[[keyboard.bindings]]
action = "ScrollLineDown"
key = "E"
mode = "Vi|~Search"
mods = "Control"
[[keyboard.bindings]]
action = "ScrollToTop"
key = "G"
mode = "Vi|~Search"
[[keyboard.bindings]]
action = "ScrollToBottom"
key = "G"
mode = "Vi|~Search"
mods = "Shift"
[[keyboard.bindings]]
action = "ScrollPageUp"
key = "B"
mode = "Vi|~Search"
mods = "Control"
[[keyboard.bindings]]
action = "ScrollPageDown"
key = "F"
mode = "Vi|~Search"
mods = "Control"
[[keyboard.bindings]]
action = "ScrollHalfPageUp"
key = "U"
mode = "Vi|~Search"
mods = "Control"
[[keyboard.bindings]]
action = "ScrollHalfPageDown"
key = "D"
mode = "Vi|~Search"
mods = "Control"
[[keyboard.bindings]]
action = "Copy"
key = "Y"
mode = "Vi|~Search"
[[keyboard.bindings]]
action = "ClearSelection"
key = "Y"
mode = "Vi|~Search"
[[keyboard.bindings]]
action = "ClearSelection"
key = "Copy"
mode = "Vi|~Search"
[[keyboard.bindings]]
action = "ToggleNormalSelection"
key = "V"
mode = "Vi|~Search"
[[keyboard.bindings]]
action = "ToggleLineSelection"
key = "V"
mode = "Vi|~Search"
mods = "Shift"
[[keyboard.bindings]]
action = "ToggleBlockSelection"
key = "V"
mode = "Vi|~Search"
mods = "Control"
[[keyboard.bindings]]
action = "ToggleSemanticSelection"
key = "V"
mode = "Vi|~Search"
mods = "Alt"
[[keyboard.bindings]]
action = "Open"
key = "Return"
mode = "Vi|~Search"
[[keyboard.bindings]]
action = "CenterAroundViCursor"
key = "Z"
mode = "Vi|~Search"
[[keyboard.bindings]]
action = "Up"
key = "K"
mode = "Vi|~Search"
[[keyboard.bindings]]
action = "Down"
key = "J"
mode = "Vi|~Search"
[[keyboard.bindings]]
action = "Left"
key = "H"
mode = "Vi|~Search"
[[keyboard.bindings]]
action = "Right"
key = "L"
mode = "Vi|~Search"
[[keyboard.bindings]]
action = "Up"
key = "Up"
mode = "Vi|~Search"
[[keyboard.bindings]]
action = "Down"
key = "Down"
mode = "Vi|~Search"
[[keyboard.bindings]]
action = "Left"
key = "Left"
mode = "Vi|~Search"
[[keyboard.bindings]]
action = "Right"
key = "Right"
mode = "Vi|~Search"
[[keyboard.bindings]]
action = "First"
key = "Key0"
mode = "Vi|~Search"
[[keyboard.bindings]]
action = "Last"
key = "Key4"
mode = "Vi|~Search"
mods = "Shift"
[[keyboard.bindings]]
action = "FirstOccupied"
key = "Key6"
mode = "Vi|~Search"
mods = "Shift"
[[keyboard.bindings]]
action = "High"
key = "H"
mode = "Vi|~Search"
mods = "Shift"
[[keyboard.bindings]]
action = "Middle"
key = "M"
mode = "Vi|~Search"
mods = "Shift"
[[keyboard.bindings]]
action = "Low"
key = "L"
mode = "Vi|~Search"
mods = "Shift"
[[keyboard.bindings]]
action = "SemanticLeft"
key = "B"
mode = "Vi|~Search"
[[keyboard.bindings]]
action = "SemanticRight"
key = "W"
mode = "Vi|~Search"
[[keyboard.bindings]]
action = "SemanticRightEnd"
key = "E"
mode = "Vi|~Search"
[[keyboard.bindings]]
action = "WordLeft"
key = "B"
mode = "Vi|~Search"
mods = "Shift"
[[keyboard.bindings]]
action = "WordRight"
key = "W"
mode = "Vi|~Search"
mods = "Shift"
[[keyboard.bindings]]
action = "WordRightEnd"
key = "E"
mode = "Vi|~Search"
mods = "Shift"
[[keyboard.bindings]]
action = "Bracket"
key = "Key5"
mode = "Vi|~Search"
mods = "Shift"
[[keyboard.bindings]]
action = "SearchForward"
key = "Slash"
mode = "Vi|~Search"
[[keyboard.bindings]]
action = "SearchBackward"
key = "Slash"
mode = "Vi|~Search"
mods = "Shift"
[[keyboard.bindings]]
action = "SearchNext"
key = "N"
mode = "Vi|~Search"
[[keyboard.bindings]]
action = "SearchPrevious"
key = "N"
mode = "Vi|~Search"
mods = "Shift"
[shell]
program = "/bin/zsh"
#START SHCHEMES BLOCK : shchemes create_theme alacritty
# Base16 - alacritty color config
#
[colors]
draw_bold_text_with_bright_colors = false
# Default colors
[colors.primary]
background = '0x1C1E26'
foreground = '0xCBCED0'
# Colors the cursor will use if `custom_cursor_colors` is true
[colors.cursor]
text = '0x1C1E26'
cursor = '0xCBCED0'
# Normal colors
[colors.normal]
black = '0x1C1E26'
red = '0xE95678'
green = '0x29D398'
yellow = '0xFAC29A'
blue = '0x26BBD9'
magenta = '0xEE64AC'
cyan = '0x59E1E3'
white = '0xCBCED0'
# Bright colors
[colors.bright]
black = '0x6F6F70'
red = '0xFAB795'
green = '0x232530'
yellow = '0x2E303E'
blue = '0x9DA0A2'
magenta = '0xDCDFE4'
cyan = '0xF09383'
white = '0xE3E6EE'
#END SHCHEMES BLOCK