The.vimrcconfiguration file installed by spf13-vim helps to deal with common downsides of vanilla vimsuch as using a single configuration file across all operating systems, corrects common typos (:W,:Qplus many more), configures included plugins, setup the interface to use vim’s features (incl...
curl https://j.mp/spf13-vim3 -L > spf13-vim.sh && sh spf13-vim.sh 快捷键 1. 注释: 选中按gc:注释当前选中的行数 不选中按gcc:这个时候只能注释一行; ngc:注释n行,从当前鼠标开始的位置 2. 文件搜索 Ctrl + P 全局文件搜索,然后通过按Ctrl + t 新文件以标签的形式打开;通过L/H 切换当前打...
2.2 spf13 提供的出来上面的配置, 还提供了 .vimrc.before 和 .vimrc.bundles 这两个文件。 其配置如下: .vimrc.before 1"Use fork before if available {2iffilereadable(expand("~/.vimrc.before.fork"))3source ~/.vimrc.before.fork4endif5"}67"Use local before if available {8iffilereadable(exp...
Ack.vim Tabularize Tagbar EasyMotion Airlines spf13的安装 在预先安装好Git1.7+ and Vim 7.4+的机子上直接执行: #curlhttps://j.mp/spf13-vim3-L > spf13-vim.sh && sh spf13-vim.sh 1. NERDTree 推荐: 5颗星 介绍 NERDTree 是一个文件浏览器。 基本操作 keydescriptionctrl+e打开/关闭文件浏览器j向...
spf13-vim是一个集成了众多优秀vim插件的发行版本,旨在为用户提供一个易于使用的编程环境。 spf13-vim 是Vim 插件与配置的一个发行版本,它包含了一整套精心挑选的Vim插件,采用Vundle进行插件管理。用户可以通过安装 spf13-vim 并使用 Vundle 进行插件管理,轻松地在 Vim 中添加或删除各种插件来满足自己的需求。
首先,确认Git 1.7+ 和 Vim 7.3+ Linux, *nix, Mac OSX系统,执行以下命令安装spf13-vim: curl https://j.mp/spf13-vim3-L>spf13-vim.sh&&sh spf13-vim.sh 安装好就可以使用了。不过,一般我们需要做一些个性化的定制。 更换主题: 新建一个~/.vimrc.local文件。
按照它自己的说法,“spf13-vim是针对Vim、gVim、MacVim,包含众多Vim插件和相关资源的Vim发行版”。 默认安装spf13后的插件列表~非常多 可以说,安装spf13后,大部分常用的Vim插件都齐全了。 spf13的安装 Linux/Mac 在预先安装好Git 1.7+ and Vim 7.3+的机子上直接执行: ...
.vimrc.before .vimrc.before.local .vimrc.bundles .vimrc.bundles.default .vimrc.local LICENSE.txt README.markdown bootstrap.sh config-dependencies.gv config-dependencies.png spf13-vim-windows-install.cmd spf13-vim-windows-xp-install.cmd uninstall.sh READ...
vim代码补全 现在的图形界面的IDE(Integrated Development Environment)一般具有语法高亮,语法检查,自动补全功能,大大提高了编程的效率。 vim作为文本编辑器其强大的编辑能力很大部分来自于普通模式命令,用户使用这些命令可以快速的在文档中移动、定位、查找、替换删除、而不用使用鼠标去完成这些操作。vim另一个强大之处是支...
curl https://j.mp/spf13-vim3 -L > spf13-vim.sh && sh spf13-vim.sh A highly optimized .vimrc config file The .vimrc file is suited to programming. It is extremely well organized and folds in sections. Each section is labeled and each option is commented. ...