fixed keybind for fzfmarks, collision with zellij
This commit is contained in:
parent
58bb07fa67
commit
5411399bf5
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ export HISTSIZE=$(( 1.2 * SAVEHIST ))
|
||||||
export ZSH_CACHE_DIR="$XDG_CACHE_HOME"/zsh
|
export ZSH_CACHE_DIR="$XDG_CACHE_HOME"/zsh
|
||||||
export HISTFILE="$ZSH_CACHE_DIR"/history
|
export HISTFILE="$ZSH_CACHE_DIR"/history
|
||||||
export GPG_TTY="$TTY"
|
export GPG_TTY="$TTY"
|
||||||
export FZF_MARKS_JUMP='^m'
|
export FZF_MARKS_JUMP='^j'
|
||||||
{{- if eq .chezmoi.osRelease.id "endeavouros" }}
|
{{- if eq .chezmoi.osRelease.id "endeavouros" }}
|
||||||
export DIFFPROG='meld'
|
export DIFFPROG='meld'
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue