bbatsov / helm-projectile

Helm UI for Projectile
327 stars 71 forks source link

Markdown files take over keyboard input if follow mode is on. #118

Closed vidjuheffex closed 5 years ago

vidjuheffex commented 5 years ago

Expected behavior

Pressing down through a list of project files in helm should go to the next item in the list

Actual behavior

Works unless the list-item is a markdown file in which case it opens the file, and sends the down arrow command as cursor movement.

Steps to reproduce the problem

Be in project, do helm-projectile-find-file, hit down arrow past a markdown file

Backtraces if necessary (M-x toggle-debug-on-error)

Environment & version information

5c3e38e194254986748978

vidjuheffex commented 5 years ago

Actually I dont think its the markdown file, I think thats a coincidence, I get "Error running timer: (error "Lisp nesting exceeds ‘max-lisp-eval-depth’")" in the messages window

xiongtx commented 5 years ago

What are you using to preview the files? I'd guess that's the problem. helm-projectile doesn't come w/ that functionality out of the box AFAIK.

no-preview

xiongtx commented 5 years ago

Closing as it doesn't seem like a helm-projectile issue.