mirror of
https://github.com/turtlebasket/env.git
synced 2026-03-04 19:44:26 -08:00
ghostty
This commit is contained in:
30
config/ghostty/config
Normal file
30
config/ghostty/config
Normal file
@@ -0,0 +1,30 @@
|
||||
# ~/.config/ghostty/config
|
||||
|
||||
# look & feel
|
||||
theme = Brogrammer
|
||||
font-family = MesloLGS NF
|
||||
font-size = 13
|
||||
cursor-style = block
|
||||
shell-integration-features = no-cursor
|
||||
window-width = 152
|
||||
window-height = 48
|
||||
term = xterm-256color
|
||||
|
||||
# window-inherit-working-directory = false
|
||||
|
||||
# binds
|
||||
keybind = cmd+,=open_config
|
||||
|
||||
keybind = cmd+b>shift+'=new_split:down
|
||||
keybind = cmd+b>shift+5=new_split:right
|
||||
|
||||
keybind = cmd+b>right=goto_split:right
|
||||
keybind = cmd+b>left=goto_split:left
|
||||
keybind = cmd+b>up=goto_split:up
|
||||
keybind = cmd+b>down=goto_split:down
|
||||
|
||||
keybind = cmd+b>l=goto_split:right
|
||||
keybind = cmd+b>h=goto_split:left
|
||||
keybind = cmd+b>k=goto_split:up
|
||||
keybind = cmd+b>j=goto_split:down
|
||||
|
||||
Reference in New Issue
Block a user