Projects STRLCPY fzf Commits 475469a2
🤬
  • ■ ■ ■ ■
    shell/key-bindings.zsh
    skipped 96 lines
    97 97  fzf-history-widget() {
    98 98   local selected num
    99 99   setopt localoptions noglobsubst noposixbuiltins pipefail no_aliases 2> /dev/null
    100  - selected=( $(fc -rl 1 | awk '{ cmd=$0; sub(/^\s*[0-9]+\**\s+/, "", cmd); if (!seen[cmd]++) print $0 }' |
     100 + selected=( $(fc -rl 1 | awk '{ cmd=$0; sub(/^[ \t]*[0-9]+\**[ \t]+/, "", cmd); if (!seen[cmd]++) print $0 }' |
    101 101   FZF_DEFAULT_OPTS="--height ${FZF_TMUX_HEIGHT:-40%} $FZF_DEFAULT_OPTS -n2..,.. --tiebreak=index --bind=ctrl-r:toggle-sort,ctrl-z:ignore $FZF_CTRL_R_OPTS --query=${(qqq)LBUFFER} +m" $(__fzfcmd)) )
    102 102   local ret=$?
    103 103   if [ -n "$selected" ]; then
    skipped 18 lines
Please wait...
Page is in error, reload to recover