ubuntu下定制Vim/Gvim及使用技巧

vim是linux下的编辑器之神,是玩linux的必备工具,同样emacs是神的编辑器,两个编辑器是各有千秋,看个人的喜好,青菜萝卜各有所爱。我是比较喜欢vim,用vim编写bash,perl,python脚本,以及修改配置文件等等,本文就主要介绍在Ubuntu下gvim环境的搭建,希望对大家有所帮助。

. Ubuntu安装gvim方法

安装gvim的方法,最简单方法是在Ubuntu软件中心搜索gvim,然后点击安装即可,如下图:

如果使用命令行可以打开终端,输入sudo apt-get install vim-gtk vim-doc cscope

安装gvim常用插件

安装好gvim后就可以使用了,不过在用gvim编写代码的时候还是有点小不方便,比如代码的颜色高亮,自动补全,自动添加相关函数注释,工程管理等等。这些都不必担忧,gvim有很多的插件可以满足上面的功能,甚至更多,下面我安装的是我常用的一些插件。

Gvim插件可以到下面的网址自行选择喜欢的插件: http://www.vim.org/scripts/script_search_results.php?order_by=downloads

taglist.vim插件:该插件是查看源代码的结构等,支持C/C++,java,php等多种语言。

安装方法:

下载taglist.zip,解压到$HOME/.vim目录中;

进入$home/.vim/doc目录下,运行vim,输入:help tags,启用taglist的帮助文档;

重启gvim,运行:TlistToggle启用taglist

具体步骤:

创建$HOME/.vim目录

  1. -pc:~$ mkdir .vim
下载并解压到.vim目录中
  1. -pc:~$ cd .vim/
  2. -pc:~/.vim$ unzip /home/test/下载/taglist_45.zip
  3. Archive: /home/test/下载/taglist_45.zip
  4. inflating: plugin/taglist.vim
  5. inflating: doc/taglist.txt

进入到doc目录,并运行vim

  1. -pc:~/.vim$ cd doc/
  2. -pc:~/.vim/doc$ vim

supertab插件:

安装步骤:

1. 下载该插件,下载地址:

http://www.vim.org/scripts/script.php?script_id=1643

2.用vim打开supertab.vba文件,并使之生效:so %,如图:

perl-support.vim插件:

安装方法:

下载插件,下载地址:

http://www.vim.org/scripts/script.php?script_id=556

将perl-support.zip解压到$HOME/.vim目录下

  1. -pc:~/.vim$ unzip /home/linuxpc/下载/perl-support.zip
  2. Archive: /home/linuxpc/下载/perl-support.zip
  3. inflating: doc/perlsupport.txt
  4. inflating: README.perlsupport
  5. creating: ftplugin/
  6. inflating: ftplugin/pod.vim
  7. inflating: ftplugin/perl.vim
  8. creating: autoload/
  9. inflating: autoload/perlsupportregex.vim
  10. inflating: autoload/perlsupportgui.vim
  11. inflating: autoload/perlsupportprofiling.vim
  12. inflating: plugin/perl-support.vim
  13. creating: perl-support/
  14. creating: perl-support/modules/
  15. inflating: perl-support/modules/perl-modules.list
  16. creating: perl-support/templates/
  17. inflating: perl-support/templates/Templates
  18. inflating: perl-support/templates/idioms.template

bash-support.vim插件

与perl-support类似的一款插件,bash-support.vim插件,这两个插件的功能类似

安装步骤:

下载插件,并解压到$HOME/.vim目录中

下载地址:

  1. http://www.vim.org/scripts/download_script.php?src_id=17122

解压到目录下:

  1. -pc:~/.vim$ unzip /home/waydeechen/下载/bash-support.zip
  2. Archive: /home/waydeechen/下载/bash-support.zip
  3. inflating: README.bashsupport
  4. inflating: doc/bashsupport.txt
  5. inflating: ftplugin/sh.vim
  6. creating: bash-support/
  7. creating: bash-support/templates/
  8. inflating: bash-support/templates/Templates
  9. inflating: bash-support/templates/bash.paramsub.template
  10. inflating: bash-support/templates/bash.statements.template
  11. inflating: bash-support/templates/bash.comments.template
  12. creating: bash-support/codesnippets/
  13. inflating: bash-support/codesnippets/timestamp

AutoComplPop插件

AutoComplPop可以打开自动补全的窗口,不单单可以补全变量函数等,还可以补全文件名。

下载地址:http://www.vim.org/scripts/script.php?script_id=1879

安装方法很简单,将下载的文件解压到$HOME/.vim目录中

使用效果图:

最后晒下自己的.vimrc文件:

  1. set backspace=indent,eol,start
  2. set history=50 " keep 50 lines of command line history
  3. set ruler " show the cursor position all the time
  4. set showcmd " display incomplete commands
  5. set incsearch " do incremental searching
  6. set number
  7. syntax on “打开语法高亮
  8. set autoindent “自动缩进
  9. set smartindent “使用c形式自动缩进
  10. set cindent
  11. set tabstop=4 “TAB键的宽度
  12. set shiftwidth=4 “统一缩进为4
  13. set showmatch “高亮显示匹配括号
  14. set incsearch
  15. set nu “显示行号
  16. color darkblue ”颜色方案
  17. set ruler
  18. set ignorecase “搜索忽略大小写
  19. set smartcase
  20. set hlsearch ”设置搜索字符高亮
  21. set report=0
  22. set mouse=a
  23. set nobackup
  24. set noeb
  25. set history=1000
  26. set nobackup
  27. set noswapfile
  28. set enc=utf-8 ”语言编码设置
  29. set fencs=utf-8,ucs-bom,shift-jis,gb18030,gbk,gb2312,cp936
  30. set langmenu=ZH_CN.UTF-8
  31. set helplang=cn
  32. set laststatus=2
  33. set ruler “显示光标位置状态行
  34. set cmdheight=1 ”设置命令行的高度
  35. filetype on “侦测文件类型
  36. filetype plugin on ”载入文件类型插件
  37. filetype indent on
  38. set viminfo+=! “保存全局变量
  39. set iskeyword+=_,$,@,%,#,- ”带有这些字符的单词不要被换行分割
  40. set linespace=0 “字符间插入像素行数目
  41. set wildmenu ”命令行自动完成操作
  42. set backspace=2 “使用回格键
  43. set whichwrap+=<,>,h,l ”允许backspace和光标跨越行
  44. set selection=exclusive
  45. set selectmode=mouse,key

vim常用使用方法:

:e:打开文件,例::e /opt/shell/status.sh

ZZ: 关闭文件

vim +18 /opt/status.sh :打开status.sh并跳到第18行

  1. vim +18 /opt/status.sh :打开status.sh并跳到第18行
  2. 13
  3. 14 ########## DEFINE FUNCTIONS ##########
  4. 15
  5. 16 function in_range_random_number()
  6. 17 {
  7. 18 #create a random number which is less than or equal to UPPER_LIMIT
  8. 19 RANDOM_NUMBER=$(( $RANDOM % $UPPER_LIMIT + 1 ))
  9. 20 echo -e "$RANDOM_NUMBER"
  10. 21 }
  1. 14 ########## DEFINE FUNCTIONS ##########
  2. 15
  3. 16 function in_range_random_number()
  4. 17 {
  5. 18 #create a random number which is less than or equal to UPPER_LIMIT
  6. 19 RANDOM_NUMBER=$(( $RANDOM % $UPPER_LIMIT + 1 ))
  7. 20 echo -e "$RANDOM_NUMBER"
  8. 21 }
  9. 22

vim +/RANDOM_NUMBER /opt/shell/random_passwd_create.sh:打开脚本并从头开始查询,到第一个匹配模式的地方

vim +?RANDOM_NUMBER /opt/shell/random_passwd_create.sh 从文件尾搜索

  1. vim +/^# /opt/shell/random_passwd_create.sh
  2. 160
  3. 161 ########## start of main ##########
  4. 162
  5. 163 trap `trap_exit;exit 2` 1 2 3 15
  6. 164
  7. 165 check_for_and_create_keyboard_file

7. 将文件部分写入另一个文件

  1. :5,15w /tmp/hshhs

8. 删除空行

  1. :g/^$/d

9. vimdiff 命令

10.vimgrep命令

更多Ubuntu相关信息见Ubuntu 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=2

时间: 2024-12-10 12:58:44

ubuntu下定制Vim/Gvim及使用技巧的相关文章

Ubuntu下更改Vim配置文件打造C/C++风格

转载:Ubuntu下更改Vim配置文件打造C/C++风格 Vim默认的配置使用起来还不能让人满意,还需要自己配置 默认配置文件是:/etc/vim/vimrc我们可以在家目录下建立自己的配置文件切换到家目录 #cd ~touch一个名为.vimrc的文件(以.开头的为隐藏文件)#touch .vimrc#vi .vimrc输入以下配置:set nocompatible       不使用vi默认键盘布局   <----这个很重要,如果不配置,在编辑模式下按方向键会输入字符,很不方便>set n

Ubuntu下终端Vim编写C语言程序

我是开虚拟机下的Ubuntu,装双系统又卸了,Ubuntu默认是不包含编辑器vim和编译器gcc.如果你是刚安装好的Ubuntu电脑,下面我们将来实现自己的第一个程序. 1.准备工作 首先进入root用户模式,不然不能保存.c 文件 1.1 打开终端:使用快捷键 Ctrl + Alt + T: 1.2 安装vim:输入 sudo apt-get install vim:(没安装的话好像插入模式中 上下左右 和其他事不灵的) 1.3 安装gcc:输入 sudo apt-get install g+

在ubuntu下使用Vim学习C++

之前就买过java,c++的书,可是由于懒惰,一直没看,丢在那里5年了.(以上废话). 现在linux下还没有好的C++ IDE.网络上的朋友都推荐eclipse和 code::block.粗略的看了下code::block,建工程,管理工程,功能很多,准备以后学习下. 学习C++,目前还是用Vim比较好,轻量.各种丰富的插件支持. 开发环境: 系统:ubuntu 14.04LTS. 工具:Vim7.4 编译,链接,运行:g++ 现在贴上Vim的配置:(这是这篇随笔的主要内容,也是为了个人保存配

ubuntu下配置vim及插件

1.首先要安装vim,默认ubuntu是未安装vim的 sudo apt-get install vim sudo apt install vim 2.为了安装pathogen插件,新建文件夹,切换到.vim下,执行git init mkdir ~/.vim mkdir ~/.vim/{autoload,bundle} cd .vim sudo apt install git git init Initialized empty Git repository in /home/cloudor/.

ubuntu下的vim与ctags

先安装ctags #sudo apt-get install  exuberant-ctags 在自己的用户目录下新建一个.vim的目录 将从下载好的taglist_46,解压到.vim下 http://www.cnblogs.com/zhangsf/archive/2013/06/13/3134409.html

ubuntu下编译vim(for python)

1,安装必要的lib,git等软件 sudo apt-get install libncurses5-dev libgnome2-dev libgnomeui-dev \ libgtk2.0-dev libatk1.0-dev libbonoboui2-dev \ libcairo2-dev libx11-dev libxpm-dev libxt-dev python-dev \ ruby-dev git 2,卸载原版本vim sudo apt-get remove vim vim-runtim

虚拟机中Ubuntu下安装vim及配置文件和插件之菜鸟初体验

因为Linux老师布置的作业,于是乎打算花点时间把自己安装的过程记在博客园上,方便自己以后查阅   (高手绕道) the first : vim 安装:打开vim的终端 在命令行敲入“vi”后按"tab"键,可以看到目前系统中只安装了vi和vim.tiny. vim是从VI发展而来的一个文本编辑器,功能更强大.而vim.tiny是vim的精简版,所以,安装vim势在必行.   the second:输入命令:sudo apt-get install vim-gtk the last:之

Ubuntu下对Vim的配置修改

在UBUNTU中vim的配置文件存放在/etc/vim目录中,配置文件名为vimrc 显示行号 语法高亮 自动缩进 显示文本中的命令 显示最近的括号匹配 智能匹配 智能提示和搜索 " The following are commented out as they cause vim to behave a lot " differently from regular Vi. They are highly recommended though. "set showcmd &q

关于在ubuntu下将vim配置成source insight

第一次开通博客,这里只是记录自己在技术学习的道路上一些心得体会,并且最重要的是能和大家交流一下经验. 具体的手顺可参照网址 (1)http://www.cnblogs.com/ma6174/archive/2011/12/10/2283393.html (2)http://blog.csdn.net/t_arm/article/details/8521200 上述中(1)中 看到“下面是精简的,没有插件的vim配置文件,保存到自己的.vimrc文件就能使用.”这一行,把下面的内容复制下来,然后在