fixed keybind for fzfmarks, collision with zellij

This commit is contained in:
Nikolas Weger 2024-11-11 08:45:58 +01:00
parent 01a037cdcc
commit 58bb07fa67

View file

@ -64,6 +64,7 @@ export HISTSIZE=$(( 1.2 * SAVEHIST ))
export ZSH_CACHE_DIR="$XDG_CACHE_HOME"/zsh
export HISTFILE="$ZSH_CACHE_DIR"/history
export GPG_TTY="$TTY"
export FZF_MARKS_JUMP='^m'
{{- if eq .chezmoi.osRelease.id "endeavouros" }}
export DIFFPROG='meld'
{{- end }}