Skip to content

Instantly share code, notes, and snippets.

View henriwasd's full-sized avatar
👽
¯\_(ツ)_/¯

Henrique Silva henriwasd

👽
¯\_(ツ)_/¯
View GitHub Profile
{"lastUpload":"2020-01-31T15:45:53.457Z","extensionVersion":"v3.4.3"}
@henriwasd
henriwasd / alacritty.toml
Created December 18, 2023 18:04
alacritty.toml
[keyboard]
bindings = [
{key = "V", mods = "Control|Shift", action = "Paste"},
{key = "C",mods = "Control|Shift",action = "Copy"},
{key = "Q",mods = "Control",action = "Quit"},
{key = "T",mods = "Control",action = "SpawnNewInstance"},
{key = "L",mods = "Control",action = "ClearLogNotice"},
{key = "PageUp",mods = "Shift",action = "ScrollPageUp"},
{key = "PageDown",mods = "Shift",action = "ScrollPageDown"},
{key = "Home",mods = "Shift",action = "ScrollToTop"},
# ~/.config/starship.toml
# Inserts a blank line between shell prompts
add_newline = true
# Change the default prompt format
format = """\
[╭╴](238)$env_var\
$all[╰─](238)$character"""