Last active
January 14, 2025 15:52
-
-
Save Tiryoh/e3c8f0818d9297291c257d4e24de5717 to your computer and use it in GitHub Desktop.
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
# setting tool: https://ghostty.zerebos.com/ | |
font-family = PlemolJP Console NF | |
font-size = 14 | |
# macOS | |
macos-non-native-fullscreen = true | |
# Ubuntu | |
gtk-tabs-location = bottom | |
# テーマ | |
theme = NvimDark | |
# カーソルの設定 | |
cursor-style = block | |
cursor-style-blink = false | |
# クイックターミナルの位置を画面上部に設定 | |
quick-terminal-position = "top" | |
# クイックターミナルを表示するスクリーンを設定 (メインスクリーン) | |
quick-terminal-screen = "main" | |
# アニメーション時間を設定(0で即時表示) | |
quick-terminal-animation-duration = 0 | |
# グローバルホットキーを設定 | |
keybind = "global:ctrl+cmd+`=toggle_quick_terminal" | |
# ウィンドウの初期サイズ | |
window-height = 30 | |
window-width = 100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
setting tool: https://ghostty.zerebos.com/