From b1cb9ceef95b43eb8a88e9e703dc17ff229a1612 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 26 Jun 2019 21:20:40 +0200 Subject: [PATCH] Remove unused fuzzy finding function --- .config/shell/rc.d/fuzzy-finding.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.config/shell/rc.d/fuzzy-finding.sh b/.config/shell/rc.d/fuzzy-finding.sh index 447d4c0..1b8bc2b 100644 --- a/.config/shell/rc.d/fuzzy-finding.sh +++ b/.config/shell/rc.d/fuzzy-finding.sh @@ -1,14 +1,5 @@ #!/bin/sh -sk-with-binds() { -sk --ansi --color=dark --border \ - --preview-window=":hidden" \ - --preview='head -$LINES {}' \ - --bind='ctrl-y:execute-silent(echo {} | xclip -selection "clipboard"),ctrl-x:toggle-preview' \ - --header='[ctrl-y]:yank current item [ctrl-x]:toggle preview window' \ - "$@" -} - # check for existence of fuzzy finders. If found, substitute fzf with it. # order is skim > fzy > fzf > nothing if type sk >/dev/null 2>&1; then