vim for windows download and installation

这是vim皇冠vim简要

-------------------------------------------------

WHAT IS VIM

Vim is an almost compatible version of the UNIX editor Vi.  Many new features have been added: multi-level undo, syntax highlighting, command line history, on-line help, spell checking, filename completion, block operations, etc. There is also a Graphical
User Interface (GUI) available.

This editor is very useful for editing programs and other plain text files. All commands are given with normal keyboard characters, so those who can type with ten fingers can work very fast.  Additionally, function keys can be defined by the user, and
the mouse can be used.

Vim runs under Amiga DOS, MS-DOS, MS-Windows (95, 98, Me, NT, 2000, XP, Vista, 7), Atari MiNT, Macintosh, BeOS, VMS, RISC OS, OS/2 and almost all flavours of UNIX. Porting to other systems should not be very difficult.

-------------------------------------------------

初次使用window下的vim,从网络上获得了不少配置介绍。这里再简单总结下window下vim下载安装和配置以备后用。

(1)下载安装。官方下载http://www.vim.org/,双击安装;

(2)设置windows用户环境变量PATH,使得用户操作方便,能够直接"開始-执行"进入vim

(3)配置vim执行脚本_vimrc。使得符合自己使用习惯,我的_vimrc是在默认_vimrc中加入了下面设置:

-----------------------------------------------------------------

set go=

set guifont=Monospace:h10,Consolas:h10

set tabstop=4 或者set ts=4能够设置键盘制表符占有的字符长度为4

set cindent 将缩进(indentation)风格调整为C语言缩进风格。设置后编辑换行时能够实现自己主动缩进

set shiftwidth=4 设置shiftwidh值能够调整自己主动缩进长度

-----------------------------------------------------------------

版权声明:本文博客原创文章。博客,未经同意,不得转载。

时间: 2024-10-19 11:01:10

vim for windows download and installation的相关文章

How to download the installation package by ZOL Downer

Ma Genfeng (Guangdong Unitoll Services incorporated, Guangzhou 510300) Abstract   Recently, Zhongguancun Online distributed theZOL Downer for users to download the resources from ZOL. In this case, userscan just download the ZOL downer with the code

vim for windows 简介

普通人的编辑利器--VIM (for windows) 本文转载自 FROM Vincent_czz2005年5月,我开始用VIM.此后渐入佳境,原来因版权自律而放弃盗版UltraEdit的遗憾一扫而空.并且,从VIM我才体会到,什么才是真正的编辑利器.在善用佳软或其他论坛发文,我都是先在VIM中输入,并方便高效地编辑好格式,再贴到网上.而我的通讯录.记事.读书笔记.工作 记 录也是在VIM中完成的.包括一些文档.数据的处理,让VIM过一下,也会提高不少效率.一句话,自用VIM以来,对它迷恋日深

Vim入门——Windows下安装

下载页面:https://www.vim.org/download.php Windows选用的是MS-Windows: 下图为展示: 因为最近被墙,镜像貌似没中国内陆地区,因此,选择使用GitHub下载. 然后,根据其说明进行就可以了. 但是我在执行的过程中,缺少make这个exe文件,查了一下,本来想装一个GNU make,结果没多少教程.后来发现MinGW原来有make.exe,只不过名字叫做mingw32-make.exe,可以复制一下,然后改名为make就可以进行执行了. 原文地址:h

linux 用vim 打开windows 下纯文本文件(*.txt,*.html) 乱码问题

在linux操作系统下,我们有时用vim打开在windows下的txt或html文件时,会发现发现在windows下能正常显示的txt或html文件出现了中文乱码. 出现这种情况的原因为两种操作系统的中文压缩方式不同,在windows环境中中文压缩一般为gbk,而在linux环境中为utf8,这就导致了在windows下能正常显示txt或html文件在linux环境下打开出现了乱码状态. 解决方法:在linux用iconv命令,如乱码文件名为index.html,那么在终端输入如下命令: ico

Download and Installation of Kibana

https://www.elastic.co/downloads/kibana 1.Download and unzip Kibana 2. Open config/kibana.yml in an editor Set elasticsearch.hosts to point at your Elasticsearch instance 3.Run bin/kibana (or bin\kibana.bat on Windows) 4.Point your browser at http://

Windows安装TensorFlow-Docker Installation of TensorFlow on Windows

TensorFlow是Google开发的进行Deep Learning的包,目前只是支持在Linux和OSX上运行.不过这个秋季或许就有支持Windows的版本出现了,那么对于使用Windows的开发人员呢,想用TensorFlow也不必等到秋季或转到Linux和OSX系统.在Windows上运行有两种方式,一种是安装虚拟机并且安装Ubuntu系统,在Ubuntu系统上安装TensorFlow,具体步骤可以在Google官网上找到:https://www.tensorflow.org/versi

[USB] Windows USB/DVD Download Tool

此工具为微软官方U盘启动盘制作工具 Windows USB/DVD Download Tool 说明:https://www.microsoft.com/en-us/download/windows-usb-dvd-download-tool#installation 下载地址:http://wudt.codeplex.com 1.Choose ISO File 2.Choose media type 3.Insert USB device 4.Creating Bootable USB dev

Demonstration of DB Query Analyzer 6.03 Installation and Running on Microsoft Windows 8

Demonstration of DB Query Analyzer 6.03 Installation and Running on Microsoft Windows 8 Ma Genfeng (Guangdong Unitoll Services incorporated, Guangzhou 510300) Abstract   The latest version of DB Query Analyzer is 6.03 In 6.03, It resolve the BUG whic

windows下vim安装

下载VIM的windows版本:ftp://ftp.vim.org/pub/vim/pc/gvim74.exe 安装ctags:http://files.cnblogs.com/files/jiahu-Blog/ctags58.zip               解压后将文件夹下的ctags.exe文件复制到与gvim相同的文件夹下. 安装taglist:http://files.cnblogs.com/files/jiahu-Blog/taglist_46.zip          解压后将t