Linux/Ghostty: Difference between revisions
Appearance
< Linux
Created page with "== Install == <syntaxhighlight lang="bash"> /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/mkasberg/ghostty-ubuntu/HEAD/install.sh)" </syntaxhighlight> == Settings == ~/.config/ghostty/config.ghostty<syntaxhighlight lang="bash"> theme = Builtin Tango Dark keybind = ctrl+v=paste_from_clipboard keybind = ctrl+c=copy_to_clipboard </syntaxhighlight>" |
mNo edit summary |
||
| Line 7: | Line 7: | ||
~/.config/ghostty/config.ghostty<syntaxhighlight lang="bash"> | ~/.config/ghostty/config.ghostty<syntaxhighlight lang="bash"> | ||
theme = Builtin Tango Dark | theme = Builtin Tango Dark | ||
window-theme = system | |||
keybind = ctrl+v=paste_from_clipboard | keybind = ctrl+v=paste_from_clipboard | ||
keybind = ctrl+c=copy_to_clipboard | keybind = performable:ctrl+c=copy_to_clipboard | ||
keybind = ctrl+n=new_window | |||
mouse-scroll-multiplier = 1 | |||
window-inherit-working-directory = false | |||
working-directory = /home/user | |||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Linux/System]] | |||
[[Category:Linux]] | |||
Latest revision as of 12:38, 9 April 2026
Install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/mkasberg/ghostty-ubuntu/HEAD/install.sh)"
Settings
~/.config/ghostty/config.ghostty
theme = Builtin Tango Dark
window-theme = system
keybind = ctrl+v=paste_from_clipboard
keybind = performable:ctrl+c=copy_to_clipboard
keybind = ctrl+n=new_window
mouse-scroll-multiplier = 1
window-inherit-working-directory = false
working-directory = /home/user