diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2013-11-27 10:20:27 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2013-11-27 10:20:27 +0900 |
| commit | cf0ca8578ce1e3ca930d74629ab521c6fa221ec6 (patch) | |
| tree | 2d09a98cb4037275c719d6acb639a85c2b0e10b8 | |
| parent | 07aee79bd8804bbee88bfc9db7f694940a227ea3 (diff) | |
| download | fzf-cf0ca8578ce1e3ca930d74629ab521c6fa221ec6.tar.gz | |
Update bash key binding example
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -213,7 +213,7 @@ bind '"\er": redraw-current-line' # CTRL-T - Paste the selected file path into the command line fsel() { find ${1:-*} | fzf -m | while read item; do - printf '%q ' $item + printf '%q ' "$item" done echo } |
