feat: add aerospace config

This commit is contained in:
Oliver Ladner 2024-11-29 13:07:59 +01:00
commit 70eb86da0f
3 changed files with 257 additions and 15 deletions

View file

@ -1,18 +1,3 @@
# Vi Mode
# The vi mode allows moving around Alacritty's viewport and scrollback using
# the keyboard. It also serves as a jump-off point for other features like
# search and opening URLs with the keyboard. By default you can launch it
# using Ctrl Shift Space.
# Selection
# One useful feature of vi mode is the ability to make selections and copy text
# to the clipboard. By default you can start a selection using v and copy it
# using y. All selection modes that are available with the mouse can be accessed
# from vi mode, including the semantic (Alt v), line (Shift v) and block
# selection (Ctrl v). You can also toggle between them while the selection is
# still active.
import = ["~/.config/alacritty/rose-pine-moon.toml"]
[font]
normal = { family = "JetBrainsMono Nerd Font", style = "Thin" }
@ -59,5 +44,22 @@ bindings = [
{ key = "w", mods = "Command", action = "None" },
]
[general]
# Vi Mode
# The vi mode allows moving around Alacritty's viewport and scrollback using
# the keyboard. It also serves as a jump-off point for other features like
# search and opening URLs with the keyboard. By default you can launch it
# using Ctrl Shift Space.
# Selection
# One useful feature of vi mode is the ability to make selections and copy text
# to the clipboard. By default you can start a selection using v and copy it
# using y. All selection modes that are available with the mouse can be accessed
# from vi mode, including the semantic (Alt v), line (Shift v) and block
# selection (Ctrl v). You can also toggle between them while the selection is
# still active.
import = ["~/.config/alacritty/rose-pine-dawn.toml"]
#[mouse]
#hide_when_typing = true