Skip to content

Commit

Permalink
Learn more default key bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Jan 1, 2025
1 parent 5500b7f commit e1c43e1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,15 @@ prep-gtsh:
git clone https://github.com/m-ahdal/ghostty-shaders ~/projects/ghostty-shaders
fi
# Cmd+Ctrl+F to toggle fullscreen
# Cmd+Ctrl+F to toggle fullscreen, or just Cmd + Enter
# Cmd + D to split right
# Cmd + Shift + D to split bottom
# Cmd + Option + arrows to move between splits, or just Cmd + [ or ]
# Cmd + Shift + Enter to zoom in/out the current split
# Cmd + w to close the current split
# Drag the separator to resize splits
# Cmd + Option + arrows to move between splits
# Cmd + Shift + , to reload the config
# Cmd + Shift + , to reload the config, or just Cmd + R
# more default key bindings: http://w.yet.org/posts/2024-12-30-ghostty/
keys-gt:
ghostty +list-keybinds --default

Expand Down

0 comments on commit e1c43e1

Please sign in to comment.