Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the solution to the error of using arrow keys in Ubuntu text editor vi?

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

Today, I will talk to you about the Ubuntu text editor vi error using the direction keys of the solution is how, many people may not understand, in order to let you better understand, the editor summed up the following content, I hope you can get something according to this article.

Vi is a full-screen text editor and the most basic text editor in Linux. In the operation of Ubuntu system, the direction key is wrong when editing vi, and the direction key can not be used correctly.

Resolution steps:

1. Problem description:

Vi cannot use arrow keys properly

(2) Solution:

Problem analysis: ubuntu is pre-installed with the vim tiny version, while the vim full version is required. Execute the following statement to install the vim full version:

$sudo apt-get remove vim-common

$sudo apt-get install vim

Ps: the following problems may be encountered here:

Reading package lists. . . Done

Building dependency tree

Reading state information. . . Done

Package vim is not available, but is referred to by another package.

This may mean that the package is missing, has been obsoleted, or

Is only available from another source

E: Package vim has no installation candidate

Solution:

Sudo apt-get update & & sudo apt-get install vim

After reading the above, do you have any further understanding of the solution to the error of using the arrow keys in the Ubuntu text editor vi? If you want to know more knowledge or related content, please follow the industry information channel, thank you for your support.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report