mirror of
https://github.com/sebaschi/dotfiles.git
synced 2025-12-29 10:18:26 +01:00
Add ghostty config AND factor out aliases which are specific to a local machine from fedora_aliases.
This commit is contained in:
18
ghostty/config
Normal file
18
ghostty/config
Normal 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
|
||||
Reference in New Issue
Block a user