pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/fzf
Module Name: pkgsrc
Committed By: maya
Date: Fri Nov 3 09:25:27 UTC 2017
Modified Files:
pkgsrc/sysutils/fzf: MESSAGE
Log Message:
fzf: spoon feed information a little less, just mention the location
of bindings. do so for vim, too.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/fzf/MESSAGE
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/fzf/MESSAGE
diff -u pkgsrc/sysutils/fzf/MESSAGE:1.1 pkgsrc/sysutils/fzf/MESSAGE:1.2
--- pkgsrc/sysutils/fzf/MESSAGE:1.1 Wed Oct 25 10:42:13 2017
+++ pkgsrc/sysutils/fzf/MESSAGE Fri Nov 3 09:25:27 2017
@@ -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:
+$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/
-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
-
- 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