Add ghostty config AND factor out aliases which are specific to a local machine from fedora_aliases.

This commit is contained in:
2025-02-18 11:54:08 +01:00
parent ab46dde0e7
commit 0b56de2b91
5 changed files with 30 additions and 35 deletions

18
ghostty/config Normal file
View File

@@ -0,0 +1,18 @@
theme = Grey-green
font-family = Fira Sans Mono
font-size = 10
window-padding-x = 20
window-padding-y = 20
window-width = 140
window-height = 35
window-save-state = always
auto-update = download
command = /home/linuxbrew/.linuxbrew/bin/nu
keybind = ctrl+shift+l=goto_split:right
keybind = ctrl+shift+h=goto_split:left
keybind = ctrl+shift+j=goto_split:bottom
keybind = ctrl+shift+k=goto_split:top
keybind = ctrl+s>l=resize_split:right,10
keybind = ctrl+s>h=resize_split:left,10
keybind = ctrl+s>j=resize_split:down,10
keybind = ctrl+s>k=resize_split:up,10