*: Update and add TODOs

This commit is contained in:
2024-01-05 16:20:42 +01:00
parent 5747b6e04c
commit 58243e0510
6 changed files with 24 additions and 2 deletions

View File

@@ -128,6 +128,10 @@ typeset -A fzf_opts=(
ctrl-d half-page-down
ctrl-u half-page-up
ctrl-t toggle-track
# automatically track but first on backspace
# TODO: this does not work as bspace is executed after backward-eof it seems
# backward-eof toggle-track
# bspace track+backward-delete-char
)
FZF_DEFAULT_OPTS=" --bind ${(@*kj:,:)fzf_opts/(#m)*/$MATCH:$fzf_opts[$MATCH]}"
export FZF_DEFAULT_OPTS