Skip to content

Integrate Ghostty with Fish shell and Zellij (keybindings, auto launching) #3740

Closed Answered by romanzipp
romanzipp asked this question in Q&A
Discussion options

You must be logged in to vote

I wrote about my motivations and some other config tweaks in a blog post, the solution below is a TLDR for this discussion.

ghostty Config file

See Ghostty Configuration docs, I've placed my config in ~/.config/ghostty/ghostty.

keybind = cmd+t=unbind
keybind = cmd+n=unbind
keybind = cmd+c=unbind
keybind = cmd+w=unbind
keybind = cmd+opt+left=unbind
keybind = cmd+opt+right=unbind

Fish config.fish Config file

See the Fish tutorial docs for more info, typically the config should be placed in ~/.config/fish/config.fish.

# Unset the default fish greeting text which messes up Zellij
set fish_greeting

# Check if we're in an interactive shell
if status is-interactive

    # At this point, specif…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dbritto-dev
Comment options

Answer selected by romanzipp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants