@ -121,7 +121,7 @@ elif [[ -n $NO_IGNORE_VCS ]]; then
fi
files="$(find_files $DIR "${extra_opts[@]}")"
selected_file="$(run_fzf "$files")"
selected_file="$(fzf --select-1 --exit-0 <<< "$files")"
if [[ -w "${selected_file}" ]]; then
"$EDITOR" "$selected_file"
The note is not visible to the blocked user.