-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need a way to toggle through buffers #16
Comments
Actually, it probably makes sense to have this coded in TECO itself rather than a feature of the core language. If done so, it could ship by default in the "standard library" of SciTECO macros. |
In case, you just want to take a look into some file and go back to your previous buffer, it's also sufficient to just rubout the entire |
There is also the idiom
The idiom is mainly useful in scripts where you know that the order of buffers does not get mixed up. Especially, when using @blakemcbride Could you elaborate on how a buffer history feature should behave? What to do for instance when a buffer is closed? Supposing that |
Getting a list of buffers and being able to go to a specific buffer is good.
However, being able to do the following would be good too:
Thanks!
The text was updated successfully, but these errors were encountered: