mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-01 04:32:05 -07:00
Update README and install
- Unset multi-select option with +m
This commit is contained in:
2
install
2
install
@@ -112,7 +112,7 @@ __fsel() {
|
||||
|
||||
__fcd() {
|
||||
local dir
|
||||
dir=$(find ${1:-*} -path '*/\.*' -prune -o -type d -print 2> /dev/null | fzf) && printf 'cd %q' "$dir"
|
||||
dir=$(find ${1:-*} -path '*/\.*' -prune -o -type d -print 2> /dev/null | fzf +m) && printf 'cd %q' "$dir"
|
||||
}
|
||||
|
||||
if [ -z "$(set -o | grep '^vi.*on')" ]; then
|
||||
|
Reference in New Issue
Block a user