pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/fzf fzf: spoon feed information a little less...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/288dffec09e3
branches:  trunk
changeset: 371084:288dffec09e3
user:      maya <maya%pkgsrc.org@localhost>
date:      Fri Nov 03 09:25:27 2017 +0000

description:
fzf: spoon feed information a little less, just mention the location
of bindings. do so for vim, too.

diffstat:

 sysutils/fzf/MESSAGE |  33 +++++----------------------------
 1 files changed, 5 insertions(+), 28 deletions(-)

diffs (40 lines):

diff -r 06bc35696310 -r 288dffec09e3 sysutils/fzf/MESSAGE
--- a/sysutils/fzf/MESSAGE      Fri Nov 03 07:49:58 2017 +0000
+++ b/sysutils/fzf/MESSAGE      Fri Nov 03 09:25:27 2017 +0000
@@ -1,31 +1,8 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.1 2017/10/25 10:42:13 maya Exp $
-fzf comes with bindings for bash, zsh and fish.
-You can install them in the following way:
-
-bash/zsh:
-       Append key bindings and completion files to ~/.bashrc:
-       cat PREFIX/gopkg/src/github.com/junegunn/fzf/shell/key-bindings.bash \
-           PREFIX/gopkg/src/github.com/junegunn/fzf/shell/key-bindings.bash \
-           >> ~/.bashrc
-           source ~/.bashrc
+$NetBSD: MESSAGE,v 1.2 2017/11/03 09:25:27 maya Exp $
+fzf comes with bindings for bash, zsh and fish in
+       PREFIX/gopkg/src/github.com/junegunn/fzf/shell/
 
-       or ~/.zshrc:
-       cat PREFIX/gopkg/src/github.com/junegunn/fzf/shell/key-bindings.zsh \
-           PREFIX/gopkg/src/github.com/junegunn/fzf/shell/key-bindings.zsh \
-           >> ~/.zshrc
-           source ~/.zshrc
-
-fish:
-       cp PREFIX/gopkg/src/github.com/junegunn/fzf/shell/key-bindings.fish \
-           ~/.config/fish/functions/fzf_key_bindings.fish
-
-       Add "fzf_key_bindings" to fish_user_key_bindings.
-       If you don't have one, use:
-
-       echo "
-       function fish_user_key_bindings
-               fzf_key_bindings
-       end
-       " > ~/.config/fish/functions/fish_user_key_bindings.fish
+And vim bindings in
+       PREFIX/gopkg/src/github.com/junegunn/fzf/plugin/fzf.vim
 ===========================================================================



Home | Main Index | Thread Index | Old Index