您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 手把手教你把Vim改装成一个IDE编程环境

  2. 本文会教你: 1. 中文帮助手册的安装 2. vim 编程常用命令 3. 语法高亮 4. 在程序中跳来跳去: Ctags 的使用 5. 教你高效地浏览源码 -- 插件: TagList 6. 文件浏览器和窗口管理器 -- 插件: WinManager 7. Cscope 的使用 8. QuickFix 窗口 9. 快速浏览和操作Buffer -- 插件: MiniBufExplorer 10. c/h 文件间相互切换 -- 插件: A 11. 在工程中查找 -- 插件: Grep 12. 高亮
  3. 所属分类:C

    • 发布日期:2009-05-05
    • 文件大小:1048576
    • 提供者:luoine
  1. vim源代码vim源代码vim源代码

  2. Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems.   Vim is often called a "programmer's editor," and so useful for programming that many co
  3. 所属分类:其它

    • 发布日期:2009-05-06
    • 文件大小:6291456
    • 提供者:huiweicx
  1. a byte of vim

  2. 很不错的Vim教程 "A Byte of Vim" is a book which aims to help you to learn how to use the Vim editor (version 7), even if all you know is how to use the computer keyboard.
  3. 所属分类:专业指导

    • 发布日期:2009-06-29
    • 文件大小:1048576
    • 提供者:larsbak
  1. Hacking Vim

  2. Hacking VimA cookbook to get the most out of the latest Vim editor
  3. 所属分类:其它

    • 发布日期:2007-11-03
    • 文件大小:4194304
    • 提供者:yangjingxu
  1. Hacking Vim

  2. 如果你已经使用Vim超过一年半载,对hjkl,i,a,yy,dd,p,u等命令已经滚瓜烂熟,但是还基本没有自己写过.vimrc文件,又觉得需要将使用Vim的程度提到一个新的高度,看《Hacking Vim》这本书最合适不过了。
  3. 所属分类:专业指导

    • 发布日期:2010-03-22
    • 文件大小:4194304
    • 提供者:lee0741
  1. Vi iMproved (VIM) by Steve Oualline .pdf

  2. 详细介绍vim的使用方法 1 Basic Editing 2 Editing a Little Faster 3 Searching 4 Text Blocks and Multiple Files 5 Windows 6 Basic Visual Mode 7 Commands for Programmers 8 Basic Abbreviations, Keyboard Mapping, and Initialization Files 9 Basic Command-Mode Comma
  3. 所属分类:其它

    • 发布日期:2010-04-21
    • 文件大小:3145728
    • 提供者:yanglinjie0535
  1. learning vi and vim editors

  2. this is a classical book for vi and vim learning;and it has some independent chapters for vim
  3. 所属分类:专业指导

    • 发布日期:2010-04-26
    • 文件大小:4194304
    • 提供者:zhouxianayou
  1. hacking vim

  2. Hacking Vim: A Cookbook to get the Most out of the Latest Vim Editor: From personalizing Vim to productivity optimizations: Recipes to make life easier for experienced Vim users
  3. 所属分类:其它

    • 发布日期:2010-05-24
    • 文件大小:4194304
    • 提供者:rgtony
  1. 简明VIM教程,a byte of vim

  2. VIM的教程,一步一步来,作者曾将写过简明Python教程
  3. 所属分类:Python

    • 发布日期:2010-06-04
    • 文件大小:1048576
    • 提供者:shaohaimin
  1. VIM Manual

  2. 1 Basic Editing 2 Editing a Little Faster 3 Searching 4 Text Blocks and Multiple Files 5 Windows 6 Basic Visual Mode 7 Commands for Programmers 8 Basic Abbreviations, Keyboard Mapping, and Initialization Files 9 Basic Command-Mode Commands 10 Basic
  3. 所属分类:其它

    • 发布日期:2010-08-11
    • 文件大小:3145728
    • 提供者:abennon
  1. Hacking.Vim.pdf

  2. Hacking Vim A cookbook to get the most out of the latest Vim editor From personalizing Vim to productivity optimizations: Recipes to make life easier for experienced Vim users
  3. 所属分类:其它

    • 发布日期:2010-08-22
    • 文件大小:4194304
    • 提供者:dagnet
  1. A Byte of vim(v0.51)

  2. Vim的参考资料,让您对vim有更深入的了解,更好地掌握vim.
  3. 所属分类:其它

    • 发布日期:2010-11-01
    • 文件大小:1048576
    • 提供者:bobby_happying
  1. A byte of vim

  2. 一本简明的vim教程 "A Byte of Vim" is a book which aims to help you to learn how to use the Vim editor (version 7), even if all you know is how to use the computer keyboard.
  3. 所属分类:专业指导

    • 发布日期:2010-11-14
    • 文件大小:1048576
    • 提供者:KeepZero
  1. A Practical Guide to Ubuntu Linux Ubuntu Linux 实战手册

  2. A Practical Guide to Ubuntu Linux Ubuntu Linux 实战手册 183 7 The Shell 219 PART III Digging into Ubuntu Linux 249 8 Linux GUIs: X and GNOME 251 9 The Bourne Again Shell 275 10 Networking and the Internet 353 11 Programming the Bourne Again Shell 395 x
  3. 所属分类:Linux

    • 发布日期:2010-12-08
    • 文件大小:10485760
    • 提供者:shaoguangleo
  1. ViEmu/VS: vi-vim editing for Microsoft Visual Studio

  2. ViEmu/VS: vi-vim editing for Microsoft Visual Studio ViEmu for Visual Studio is the most popular and mature product of the ViEmu line. Many hundreds of developers use it all day, every day for all their development tasks. Supporting all basic and ma
  3. 所属分类:C#

    • 发布日期:2010-12-12
    • 文件大小:1048576
    • 提供者:sanlinux
  1. A Byte of Vim

  2. 《A Byte of Vim》由《简明 Python 教程》(A Byte of Python)一书的作者 Swaroop C H 所写,该书采用 CC 授权,将帮助你学习如何使用 Vim 编辑器
  3. 所属分类:Python

    • 发布日期:2011-03-04
    • 文件大小:1048576
    • 提供者:cleanfield
  1. vim-gvim-plugin

  2. vim-gvim-plugin -- taglist_45 winmanagervisualmark a.vim grep.vim
  3. 所属分类:C

    • 发布日期:2013-03-30
    • 文件大小:119808
    • 提供者:darling757267
  1. vim_plugin(vim changes to ide)

  2. 将vim修改为ide常用插件:a.vim , grep.vim, visual mark.vim, supertab.vim, taglist.vim, winmanager.vim, minibufexpl.vim
  3. 所属分类:Linux

    • 发布日期:2013-07-18
    • 文件大小:134144
    • 提供者:wikiday
  1. a.vim,gvim支持.h,.cpp切换

  2. 7、c/h文件相互切换 下载地址:http://www.vim.org/scr ipts/scr ipt.php?scr ipt_id=31 将下载下来的a.vim拷贝到vim/vim73/plugin目录下 在.vimrc里面加上如下语句: nnoremap :A
  3. 所属分类:C

    • 发布日期:2013-07-21
    • 文件大小:31744
    • 提供者:michael20001
  1. 使用 a.vim 实现 .cpp文件和.h文件快速切换

  2. 使用 a.vim 实现 .cpp文件和.h文件快速切换
  3. 所属分类:其它

    • 发布日期:2014-05-16
    • 文件大小:31744
    • 提供者:secondjanuary
« 12 3 4 5 6 7 8 9 10 ... 20 »