answersLogoWhite

0

In Normal mode, just hit the X key to delete the currently-highlighted character.

User Avatar

Wiki User

7y ago

What else can I help you with?

Related Questions

Which MS-DOS command is used to delete a directory and its sub directories in one pass?

To delete directory and sub directory in single command, use "deltree" command..


Which wildcard character replaces a single character in the command-line interface?

The question mark.


What is keyboard function 02H?

02h is a command for a single character output in assembly language


What are wild cards and explain their usage in pattern matching in unix?

wild cards are a special set of character used by the shell to match file name .A wild card "Stand in" for other character of the file name .The file name pattern is formed by ordinary character and meta character using well defined rules . When the pattern is used as an arguments with a command , the shell first suitably expand the arguments and then executes the command . The use of wild card make easier to deal with file in UNIX * any number of character - including zero character ? single character [abc] single character - either a,b,c [a-d] any single character in the range of a to d [!abc] a single character that is not a, b, and c [!a-d] any character not in the range of a to d


How do you delete a single text on your iPhone?

to delete a single text withing a string of text messages click the "edit" button in the string and select and delete


How do you delete a WolfQuest profile?

On single player you go onto single player then click on the saving you wanna delete then select delete or if you mean on the forums you ask a moderator to delete it for you. hope this helps :)


How to create a text editor in java. Can i try it as my major project?

If its a major project, you are not going to get the answer on Answers.com. As to "can you", that depends on you and your professor. As to "how to", see the first part of this answer.In general, however, creating a text editor is simply an exercise in providing a buffer, and set of methods to make changes to it (such as insert or delete character), and a set of methods to display it. Simple? Yes. Complex? Also, yes. You need to break this down into manageable, single steps. That's what you learn to do in Computer Science...


What is the purpose of the question mark in a file name in a command line?

it is a wildcard for each unknown letter in a command. If you want to find all files in a directory that start with a and have a three letter file extention, you would use the command dir a*.???


Who is the editor of WikiAnswers?

There is no single editor ! Anyone who visits this site can change any answer if they think it can be improved. This means any of the millions of people around the world can be an editor.


When at Command Quarters the CO musters the entire command in a single formation?

true


If you have a single character with a dragon amulet and erase it does the new one have a dragon amulet?

If you bought six dragon amulets, then there is no problem if you delete one. But if you only bought one, then you might lose it.


The wildcard character that stands for any single character is the?

The "?" represents a single character whereas the "*" represents multiple characters.