Roland Hieber
Roland Hieber
I have the feeling that this has something to do with `autochdir` handling… it happened for me after I enabled it during a vim session and used fzf's `:Buffers` ,...
Oh yes, here is how to reproduce it with `set autochdir` in `~/.vimrc` (nerdtree version 6.10.10, fzf commit 7191ebb615f5d6ebbf51, fzf.vim commit e34f6c129d39b90db44d): * open vim with a file * `:NERDTreeToggle`...
As a workaround, I now leave the setting at `noautochdir`, and use the key bindings from [these](https://vim.fandom.com/wiki/Easy_edit_of_files_in_the_same_directory) [two](https://vim.fandom.com/wiki/Set_working_directory_to_the_current_file#Mapping_or_command_for_quick_directory_change) articles instead.
So in short: this is not an fzf or vim-fzf issue.
Congratulations if you scrolled down this far :sparkles: Working with open source in a Linux distribution context, I often want to know if a certain commit made it into a...
This works fine on its own, but it doesn't seem to be compatible with ``--lg-colored-steps``, and I cannot figure out why…
Ah no, colored steps only work with ``-vv``, although now with ``-vv -lg-colored-steps --lg-logging-indent`` I get two different log lines for every log item. So everything works as intended, and...
I guess you are refering to the mpv integration here? But I think your argument also goes for the generation of timebars in general, i.e. support for JPEG as an...
Hmm, I guess we could call `youtube-dl --get-url` from Lua, but then we need a way to get the YouTube video URL, not only `ytdl://…`
This could work. YouTube URLs from playlists look like `ytdl://`, but Vimeo URLs from playlists look like `ytdl://https://vimeo.com/channels/bestoftheyear/169599296`, and for dailymotion it's `ytdl://http://www.dailymotion.com/video/x5c3xm5`. When playing only a single video, the...