-
Notifications
You must be signed in to change notification settings - Fork 47
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
Scroll while selecting #85
Comments
Rob Pike explained why this has not been implemented in sam (yet?) on the 9fans list, see this and this. If the beginning of the first paragraph and the end of the last have useful patterns, use these to make the selection. Or you can use the k command to set the mark in the file to the beginning of the first paragraph, then find the end of the last paragraph and set the dot there (e.g. by clicking), and then select these paragraphs with ',. Alternatively, if the goal is to move the paragraphs elsewhere, you can zerox the window, search for the place you want to move these 5 paragraphs to, and cut and paste them from the first window in parts. |
What i usually do is check the needed line numbers with '=' and then just n1,n2 Freaky situation we have now here. Either you (for some reason) really like sam, even it's not the most comfy editor, and you have no problems with it, or you have to use acme, which is a full-blown IDE to be fair, and can't really run in a multiple instances like sam. But the we have Chromium-based text editors, vi-like text editors (with no intention of a mouse used), or some indie projects. Developers after these years still can't edit text like a human beings, why are we still living either in a age of neanderthals or post-modern-1000GbOfRAM era? |
just for reference, see also the end of this and, from the old sam fans mailing list: From sam-fans-owner Sun Mar 7 16:13:54 1993 it would be nice, you're right. the problem lies in sam's design: |
I can't scroll while selecting text, is there a better way that i don't know about to do this, like if i need 5 pharagpahs of text selected they are not all on the screen, so what do i do about it?
The text was updated successfully, but these errors were encountered: