emacs-helm / helm

Emacs incremental completion and selection narrowing framework
https://emacs-helm.github.io/helm/
GNU General Public License v3.0
3.36k stars 389 forks source link

Unable to scroll past Buffers to Recentf using arrow in Hem-Mini (keeps scrolling inside Buffers list) #2633

Closed ratnesh1729 closed 3 days ago

ratnesh1729 commented 8 months ago

What happened?

In helm-mini _ see both Buffers and Recentf list. I am unable to pass from Buffers to Recentf using arrow keys. Exactly same as here = https://emacs.stackexchange.com/questions/52356/how-to-navigate-inside-helm-buffer

I do not want to use C-o - as previously until I switched to emacs-29 I used to just keep scrolling using arrow keys past buffers list to recent files list

How to reproduce?

On emacs-29 - installing helm is having me above problem

Helm Version

Melpa or NonGnuElpa

Emacs Version

Emacs-29.1

OS

GNU/Linux

Relevant backtrace (if possible)

The visual picture on SO link in description summarizes the issue

Minimal configuration

thierryvolpiatto commented 8 months ago

This is a duplicate of #2623. See helm-move-to-line-cycle-in-source variable.

ratnesh1729 commented 8 months ago

thanks!