Daniel Berg

Results 27 comments of Daniel Berg

hmm, I'm not sure that option is ideal. It makes the preview and search look very similar. I don't have a wrapping issue myself, I tried in vim: ![image](https://user-images.githubusercontent.com/4509009/149340609-135e404d-805d-48e5-8035-dd1e6ec5bf4a.png) Seems...

Could it be a pager setting maybe? what pager are you using? EDIT: Probably not...

Think I found a way that works. Give it a try now. While investigating my local options I stumbled upon an option in fzf manual ``` ---preview-window=nowrap ```

I think that forcing nowrap in fuzzback makes most sense Also I cant merge yet, there is an issue with preview in terminal applications like vim, preview gets all loopy....

I might be able to fix the scrolling issue else where, I can modify the sed call. It is a bit of a strange bug though, it will only happen...

Hi @tru2dagame This feature is 90% complete, just a few tweaks needed but I got sidetracked for a while. I'm using this branch myself, and it works fine most of...

Hi Kevin. It depends, there are certain fzf options I rely on, and if they aren't implemented in skim, that's a problem. I'll look into this when I get the...

True regex support would be great. Another thing I miss in fzf is the ability to report the column number for a partial match. Maybe skim supports that as well......

Hi again, so I did some investigating, and turns out it wasn't all that difficult to setup skim as an alternate finder. I've pushed to a new [feature branch](https://github.com/roosta/tmux-fuzzback/tree/feat/skim). You...

If you're curious, it was the option `--no-preview` that isn't in skim, so it failed silently. No worries about that option because I got another feature branch cooking that introduce...