Last active
March 31, 2025 03:35
-
-
Save rnkoaa/1e69855208d0fff79f5407d3a30510cd to your computer and use it in GitHub Desktop.
ghostty config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Creating splits | |
keybind = ctrl+shift+h=new_split:left | |
keybind = ctrl+shift+j=new_split:down | |
keybind = ctrl+shift+k=new_split:up | |
keybind = ctrl+shift+l=new_split:right | |
# Navigating splits | |
keybind = ctrl+h=goto_split:left | |
keybind = ctrl+j=goto_split:bottom | |
keybind = ctrl+k=goto_split:top | |
keybind = ctrl+l=goto_split:right | |
# https://gist.github.com/yasuhiroki/ac03c2db4ddd4b45457be799a19646ca | |
# https://gist.github.com/trashhalo/2fc177d74c1d6791f1874a3c59865660 | |
# https://ritikprajapati084.medium.com/ghostty-config-4bdc48ff0465 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment