From bbc416dd99fb782827695f274fba460ace886480 Mon Sep 17 00:00:00 2001 From: Roman Date: Wed, 8 Jul 2026 21:01:24 +0200 Subject: [PATCH] ghostty config --- Makefile | 3 ++- ghostty/.config/ghostty/config.ghostty | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 ghostty/.config/ghostty/config.ghostty diff --git a/Makefile b/Makefile index 469a42c..9413f8c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # prefer this if stow is available .PHONY: stow unstow stow: - stow nvim + stow nvim ghostty unstow: stow -D nvim @@ -13,6 +13,7 @@ DOTFILES_DIR := $(shell pwd) TARGET_DIR := $(HOME) # if stow is not available, symlink configs instead +# this is currently outdated .PHONY: link unlink link: nvim diff --git a/ghostty/.config/ghostty/config.ghostty b/ghostty/.config/ghostty/config.ghostty new file mode 100644 index 0000000..ea4acc3 --- /dev/null +++ b/ghostty/.config/ghostty/config.ghostty @@ -0,0 +1,13 @@ +font-feature = -calt, -liga, -dlig + +# Use Alt for multi-teriminal management +keybind = ctrl+shift+t=unbind +keybind = alt+t=new_tab +keybind = ctrl+shift+w=unbind +keybind = alt+w=close_tab:this +keybind = ctrl+enter=unbind +keybind = alt+enter=toggle_fullscreen + +# Disable touchpad horizontal-swipe tab switching. +# Will come in next version +# gtk-horizontal-tab-scroll = false