码迷,mamicode.com
首页 > 系统相关 > 详细

VIM安装与配置

时间:2018-07-05 23:26:51      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:ror   ubuntu   and   test   top   man   package   indent   comm   

1.1 安装vim

终端输入命令安装

centos下安装vim: yum install vim

Ubuntu下安装vim:sudo apt-get install vim

 

注意:如果安装时提示权限不够,You need to be root to perform this command.就使用root权限;

[centos@localhost ~]$ yum install vim

Loaded plugins: fastestmirror, refresh-packagekit, security

You need to be root to perform this command.

[centos@localhost ~]$ su root

Password:

[root@localhost centos]#

1.2 配置vim

在home目录下,即cd  ~  下  vi  .vimrc

xb@ubuntu:~/xb/c++$ vi ~/.vimrc

  set nu

  set tabstop=4

  set autoindent

  set smartindent

  syntax on

VIM安装与配置

标签:ror   ubuntu   and   test   top   man   package   indent   comm   

原文地址:https://www.cnblogs.com/zhidongjian/p/9270483.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!