Fedora vim cannot be highlighted, and Fedoravim cannot be highlighted.

Source: Internet
Author: User
Tags macbook

Fedora vim cannot be highlighted, and Fedoravim cannot be highlighted.
Installation version: Fedora 20

By default, run the rpm command to check whether vim is installed.
Try to install with # yum install vim
Prompt conflict with current version
Reason: fedora only provides one simplified version of vim, which is not fully functional.


Solution: uninstall the simplified vim
# Su root
# Yum remove vim-minimal
# Yum install vim
# Yum install sudo
Then modify the configuration file so that normal users have sudo permissions.
Modify the file/etc/sudoers
Find root ALL = (ALL) All and add a line below
Your username ALL = (ALL) ALL
Switch to your user, and you will find that you can highlight it.


PS: there is a slight problem with the macbook recently. The new macbook pro will arrive next week and the IOS part will be updated.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.