Skip to content

Instantly share code, notes, and snippets.

@Tiryoh
Last active January 14, 2025 15:52
Show Gist options
  • Save Tiryoh/e3c8f0818d9297291c257d4e24de5717 to your computer and use it in GitHub Desktop.
Save Tiryoh/e3c8f0818d9297291c257d4e24de5717 to your computer and use it in GitHub Desktop.
# 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
@Tiryoh
Copy link
Author

Tiryoh commented Jan 14, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment