diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 84518c2f..2aed0035 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -156,8 +156,8 @@ cmd find_word ${{ row="$(echo "$res" | cut -d':' -f2)" column="$(echo "$res" | cut -d':' -f3)" if [ -n "$res" ]; then - if [ "$EDITOR" = "nvim" ] || [ "$EDITOR" = "vim" ] && [ -n "$EMBEDDED" ]; then - lf -remote "send $id \$$EDITOR +'call cursor($row, $column)' -- $([ -n "$EMBEDDED" ] && echo "--") '$file'" + if [ "$EDITOR" = "nvim" ] || [ "$EDITOR" = "vim" ]; then + lf -remote "send $id \$$EDITOR +'call cursor($row, $column)' -- '$file'" else lf -remote "send $id \$$EDITOR '$file'" fi