answersLogoWhite

0

Why to use gedit and vi editor?

Updated: 12/9/2022
User Avatar

Wiki User

10y ago

Best Answer

gedit is a visual editor that can only be used in a graphical desktop environment. 'vi' is a standard and can be used in a terminal window without resorting to a desktop environment.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why to use gedit and vi editor?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the differences between gedit and vi editor?

Gedit is a graphical text editor that is easy to use and has a user-friendly interface, while Vi is a command-line text editor that is more powerful and efficient for experienced users. Gedit is generally preferred for beginners or users who prefer a graphical interface, while Vi is favored by developers and system administrators who need advanced editing capabilities.


What is the most powerful text editor in Ubuntu?

Different users have different opinions about what the best text editor is. Believe it or not, this was a major flamewar topic throughout the 80s and early 90s. Vi, Vim, eMacs, and nano are all popular choices for command-line text editors. There isn't as much flaming in the GUI arena, but there is an even larger array of choices there.


Can you use password in vi editor?

The 'vi' editor is a text editor; it can edit anything that is displayable ASCII text. You can edit a password in the password file using 'vi' (not recommended).


How do you use tar command of UNIX in vi editor?

You don't. The 'tar' command has nothing to do with the 'vi' editor; it creates an archive files and the vi editor modifies the content of a file.


What is the function of Vi editor?

'vi' is the standard text editor for Unix. You use it to edit content of a text file.


Where use vi file editor?

The 'vi' text editor may be used anywhere you want to edit/change/modify/add text to a file.


How insert the text in vi editor?

the text is inputed in vi editor by pressing the i key, that mean get the insert permission into vi editor


Why you used vi editor in unix?

Everyone has their favorite editor - mine happens to be 'vi' because I use it frequently and it does in a simple way everything I need to do with editing.


How do you use echo command to display message in vi editor such as Enter a name?

It seems as though your question has to do with an interactive prompt, which doesn't exist in the 'vi' editor. It is an editor program, and as such is only concerned with text based file changes.


Who has develop vi editor?

vi file name


Why is the vi editor called a bimodal editor and Explain?

Vi (pronounced vee-eye), the standard screen-oriented editor provided with Unix operating systems, is the ``visual'' mode of the Ex line editor. Both Vi and Ex commands can be issued from within Vi. Source-The Internet.


What is the running process of vi editor?

Your question is uncleear; every time you start the 'vi' editor you get another process.