Let's say I have two panes split vertically with multiple buffers open. I have file-a.txt/buffer 1 open in the left pane and my cursor is focused on the right pane. In the right pane I want to cycle through the remaining open buffers without going through file-a.txt/buffer 1.
That is, I want to ignore buffers open in other panes when cycling through buffers in another pane. Is this possible?
Thanks.