|
Copy and paste / cut and paste and other vi techniques
* If you want to duplicate a line, you can yank it with Y into the default yank buffer, then move your cursor and push it out with p or P to push it after or before the current line.
* To move a line, delete it with dd which puts it into the yank buffer, then push it with p or P.
* The number of lines to be yanked or deleted can by typed in before you Y or dd and vi will yank or delete that number of lines.
* If you want to remember whereabouts in your text you are so that you can come back later, you can drop a marker - ma will set a marker "a" and you can return to that marked line later using 'a - that's a quote followed by the marker name.
* The %command will jump the cursor to a matching bracket
* J joins 2 lines together
* and :e![cr] says "I made a right mess of that - abandon my changes and re-read the input file (written 2007-11-20 01:11:39)
| Commentator | says ... | | Leah: | Very useful, thanks!
With setting the markers, it sounds as though one could set multiple markers? Can it be set with more than character, like -mstuff and 'stuff? (comment added 2007-11-21 11:17:58) | | graham: | Markers are single characters, but you can use letters (capital and lower case) and most special characters too which should (!) be plenty. The problem with multiple characters is that you woul;d need to have a deimited when you set them up and re-use them (comment added 2007-11-21 17:43:28) |
Associated topics are indexed under A101 - Web Application Deployment - Linux -An Introduction For Users
Some other Articles
Reading a file multiple times - file pointersOn cancellations, rebooking, and pricing schemesUseful command or messy screen?Linux / Unix - layout of operating system filesCopy and paste / cut and paste and other vi techniquesAbove the fold with First Great WesternA little touring help during a business trip to EnglandObject Oriented Programming in Perl - CourseMarket survey - to learn, to prove a point, or to sell your product?Linux, PHP, Tcl, Ruby, C, C++ - last minute training course availability
|
1891 posts, page by page
Link to page ... 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38 at 50 posts per page
This is a page archived from The Horse's Mouth at
http://www.wellho.net/horse/ -
the diary and writings of Graham Ellis.
Every attempt was made to provide current information at the time the
page was written, but things do move forward in our business - new software
releases, price changes, new techniques. Please check back via
our main site for current courses,
prices, versions, etc - any mention of a price in "The Horse's Mouth"
cannot be taken as an offer to supply at that price.
Link to Ezine home page (for reading).
Link to Blogging home page (to add comments).
|
|