Top "Editing" questions

Editing is a generic term for updating a file, document, or page.

How to insert text at beginning of a multi-line selection in vi/Vim

In Vim, how do I insert characters at the beginning of each line in a selection? For instance, I want …

vim editing viemu
"Find next" in Vim

To search forward in Vim for cake, I'd type /cake, but the cursor jumps to the first match when I …

vim editing
Find a line in a file and remove it

I'm looking for a small code snippet that will find a line in file and remove that line (not content …

java file editing
vim line numbers - how to have them on by default?

I can :set number from within a file I'm editing but how can I have them always be on by …

vim vi editing line-numbers
Commenting out a set of lines in a shell script

I was wondering if there is a way to comment out a set of lines in a shell script. How …

unix shell comments editing
Disabling user input for UITextfield in swift

pretty trivial question, I know. But I can not find anything online. I need to disable the user from being …

ios swift uitextfield editing
Removing printer marks from a PDF file

I need to remove the printer marks from a PDF file. I am using Acrobat 9 Professional to open the PDF, …

pdf editing
How do I duplicate a whole line in Emacs?

I saw this same question for VIM and it has been something that I myself wanted to know how to …

emacs text editor editing command
Delete from the current cursor position to a given line number in vi editor

How do I delete a block of text from the current cursor row to a given line number in vi? …

vi editing
Using insert rows in a UITableView

I'd like my UITableView to behave like the the table in the Contacts editor, i.e. the user should hit …

objective-c iphone uitableview insert editing