-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A way to set preview to starting lines #52
Comments
It's controlled by Line 20 in 1801dd5
Try to upgrade your fzf. |
🤔 I believe my Tmux is up to date no? my fzf opts are [
"-p" "-w" "70%" "-h" "50%" "-m"
"--height 60%"
"--preview-window=right:60%"
"--bind='ctrl-d:preview-half-page-down'"
"--bind='ctrl-u:preview-half-page-up'"
"--bind='ctrl-space:toggle-preview'"
"--bind='alt-space:toggle-preview'"
"--bind=',:toggle-preview'"
"--preview-window=right:65%:nocycle:nofollow"
"--reverse"
"--scroll-off=8"
"--cycle"
"--no-info"
"--no-bold"
"--border=rounded"
"--preview-window=:nofollow"
] |
You set it to nofollow
|
Yah I added that thinking it would changed it and show first lines. but didn't have any effect. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear @sainnhe, Thanks for your amazing work on tmux-fzf. I really enjoy using it.
I'm having a preview issue since I first started using the tmux-fzf, that is preview starts in the middle or by the end instead the first line.
Is there away you know of or configuration I missed to make preview start from the first lines
Thanks
The text was updated successfully, but these errors were encountered: