Last active
January 21, 2025 00:04
-
-
Save matsuu/657a813ef9162416ea34d691470edc06 to your computer and use it in GitHub Desktop.
Ghostty
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
# カーソルの色変更 | |
cursor-color = purple | |
cursor-opacity = 0.7 | |
cursor-style = block | |
cursor-style-blink = false | |
# https://github.com/yuru7/udev-gothic | |
font-family = UDEV Gothic 35NF | |
# UDEV Gothicではリガチャが有効になってしまうので無効化 | |
font-feature = -dlig | |
# shiftやctrlを押しながらでも改行が入力できるように | |
keybind = shift+enter=text:\x0d | |
keybind = ctrl+enter=text:\x0d | |
# Quake Terminal | |
keybind = global:cmd+shift+space=toggle_quick_terminal | |
# タイピング中はカーソルを非表示 | |
mouse-hide-while-typing = true | |
# titlebarをtab形式に | |
macos-titlebar-style = tabs | |
# シェル連携のカーソル制御を無効化 | |
shell-integration-features = no-cursor | |
# ssh接続先での$TERM対策 | |
term = xterm-256color | |
# 白地に黒文字 | |
theme = Terminal Basic | |
# 画面分割時にアクティブなウィンドウ以外は暗くする | |
unfocused-split-fill = gainsboro | |
# コマンド終了時にウィンドウを閉じない | |
wait-after-command = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment