-
I open the buffers list with Tab (but it could be any other key). Now, I want to cycle through the buffers with Tab as well. So, buffers list is opened, I press tab and the next buffer is selected. If I press it again, It goes to the next buffer, etc.. If I am in the last buffer and I press tab, I want it to select the first buffer again. How can I do this? As it is, it seems like tab selects multiple buffers at the same time? |
Beta Was this translation helpful? Give feedback.
Answered by
ibhagwan
Jan 7, 2025
Replies: 1 comment 5 replies
-
:FzfLua buffers fzf_opts.--multi=false
" if you have multi in your FZF_DEFAULT_OPTS you might need to add
:FzfLua buffers fzf_opts.--multi=false fzf_opts.--no-multi=true If you want this permanently add these flags under buffers.fzf_opts. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/ibhagwan/fzf-lua/discussions?discussions_q=cycle, the most recent #1591