You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That is, suppose I have three buffers, one, two, three.
The current selected buffer is one.
I call cbm-cycle and now the selected buffer is two.
If I want to select the buffer one again, I would have to call cbm-cycle two times, one to select buffer three and the second time to wrap-around to buffer one.
How would one implement a cbm-cycle-back function that would go from two to one in the previous scenario in a single step?
The text was updated successfully, but these errors were encountered:
How would one cycle backwards using cbm?
That is, suppose I have three buffers,
one
,two
,three
.The current selected buffer is
one
.I call
cbm-cycle
and now the selected buffer istwo
.If I want to select the buffer
one
again, I would have to callcbm-cycle
two times, one to select bufferthree
and the second time to wrap-around to bufferone
.How would one implement a
cbm-cycle-back
function that would go fromtwo
toone
in the previous scenario in a single step?The text was updated successfully, but these errors were encountered: