Skip to content

Goyo, fzf and tabs issue. #266

Description

@jfab20

I have the following map in my init.vim:

noremap <leader>o :call fzf#run({'source': 'find ~', 'window': {'width': 0.6, 'height': 0.6}, 'sink': 'tabedit' })<CR><CR>

This map just opens a fzf window and opens the selected file in a new tab.

Whenever I enter a file and use :Goyo, then activating the map with <leader>o opens a new terminal window in the middle of the screen as expected. Selecting a file however, causes a bunch of errors:

image

The bug is not present when I use 'sink':'e' insead of tabedit.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions