ghostty config

This commit is contained in:
2026-07-08 21:01:24 +02:00
parent 1c6f0a0e46
commit da91033d53
2 changed files with 16 additions and 2 deletions

View File

@@ -1,10 +1,10 @@
# prefer this if stow is available
.PHONY: stow unstow
stow:
stow nvim
stow nvim ghostty
unstow:
stow -D nvim
stow -D nvim ghostty
LN := ln -svf
LNDIR := ln -sv
@@ -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

View File

@@ -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