Skip to content

Commit

Permalink
add updatelog and tips
Browse files Browse the repository at this point in the history
  • Loading branch information
ma6174 committed Jun 7, 2013
1 parent 7e545d5 commit fb83367
Show file tree
Hide file tree
Showing 12 changed files with 121 additions and 1,140 deletions.
3 changes: 0 additions & 3 deletions .netrwhist

This file was deleted.

Binary file removed .vim
Binary file not shown.
111 changes: 11 additions & 100 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
#我的vim配置
# 超强vim配置文件

##内容:

* vim配置文件
* vim插件
* zsh配置文件

## 运行截图
### 运行截图

![screenshot.png](screenshot.png)

## 简易安装方法:
### 简易安装方法:

打开终端,执行下面的命令就自动安装好了:

`wget https://raw.github.com/ma6174/vim/master/setup.sh -O ma6174_vim_setup.sh && bash ma6174_vim_setup.sh`

## 或者自己安装:(以ubuntu为例)
### 或者自己手动安装:(以ubuntu为例)

1. 安装vim `sudo apt-get install vim`
- 安装ctags:`sudo apt-get install ctags`
Expand All @@ -26,97 +22,12 @@
- `mv ~/.vim/.vimrc ~/`
- clone bundle 程序:`git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle`
- 打开vim并执行bundle程序`:BundleInstall`
- 重新打开vim即可看到效果

## 2013年6月2日tip

- 编写markdown文件(`*.md`)的时候,在normal模式下按 `md` 即可在当前目录下生成相应的`html`文件
- 生成之后还是在normal模式按`fi`可以使用firefox打开相应的`html`文件预览
- 当然也可以使用万能的`F5`键来一键转换并打开预览
- 如果打开过程中屏幕出现一些混乱信息,可以按`Ctrl + l`来恢复

## 2013年5月31日更新

- 增加400多种主题,可以在[colors](colors)目录中找到
- 可以在[这里](http://vimcolorschemetest.googlecode.com/svn/html/index-c.html)预览
-`color ron`中的`ron`换成你喜欢的主题名字即可
- 重新打开vim生效

## 2013年5月30日更新

- 为方便大家安装,特地写了`setup.sh`脚本,可以通过下面的命令一键安装:
- `wget https://raw.github.com/ma6174/vim/master/setup.sh && bash setup.sh`

## 2013年5月26日更新

- 完善NERDTree的用法:
- 打开vim时不加文件名自动打开NERDTree
- 关闭文件时没有其他文件自动退出NERDTree
- `<F3>`可以快速打开和关闭vim
- 增加`syntastic`,在保存代码时自动检查代码中的错误

## 2013年5月24日更新

- 增加covim团队协作工具
- 开启方法:`:CoVim start [port] [name] `
- 连接服务器:`:CoVim connect [host address / 'localhost'] [port] [name]`
- 退出:`Quit Vim` or `:CoVim disconnect`

## 2013年5月18日更新

- 增加代码格式优化功能
-`F6`可以格式化`C/C++/python/perl/java/jsp/xml/`代码

## 2013年5月17日更新

- 增加高亮显示列功能
- 增加缩进自动提示功能(indentLine)
- 默认关闭taglist

## 2013年5月10日更新

- 修复关闭html一直提示"Processing... % (ctrl+c to stop)bug
- 修改zencoding快捷键,`ctrl+k`展开
- 增加javascript插件

## 2013年4月3日更新

1. 完善安装方法,修复bundle问题

## 2013年3月22日更新:

1. 修复bundle插件问题
- 修复ctags问题

## 2013年3月17日更新:
1. 增加go语言插件
- 增加bundle支持
- 修复小bug

##2012年7月28日更新:
1. 增加vimim输入法
* 增加多个pyhon插件,目前支持编码检测,自动增加文件头,自动补全,错误检测,一键执行python脚本
* 增加taglist
* 增加文件目录列表
* 增加日历功能
* 精简了一些没用的.vimrc 配置
### 了解更多vim使用的小技巧:

##2012年8月4日更新:
1. 增加markdown插件
* 新建markdown文件自动添加表头"charset="utf-8"
* 按 md 直接生成对应的html文件,如a.md将生成a.md.html
* 按 fi 将在浏览器里面打开刚生成的页面进行预览
[tips.md](tips.md)

##2012年8月27日更新:
1. 增加zconding插件
* 增加graphviz插件,并设置F5自动执行
### 查看更新日志:

##早期版本:
1. 按F5可以直接编译并执行C、C++、java代码以及执行shell脚本,按“F8”可进行C、C++代码的调试
2. 自动插入文件头 ,新建C、C++源文件时自动插入表头:包括文件名、作者、联系方式、建立时间等,读者可根据需求自行更改
3. 映射“Ctrl + A”为全选并复制快捷键,方便复制代码
4. 按“F2”可以直接消除代码中的空行
5. “F3”可列出当前目录文件,打开树状文件目录
6. 支持鼠标选择、方向键移动
7. 代码高亮,自动缩进,显示行号,显示状态行
8. 按“Ctrl + P”可自动补全
9. `[]、{}、()、""、' '`等都自动补全
[`update_log.md`](update_log.md)
2 changes: 1 addition & 1 deletion bundle/Auto-Pairs
Submodule Auto-Pairs updated from c5b4f9 to 362408
2 changes: 1 addition & 1 deletion bundle/CaptureClipboard
Submodule CaptureClipboard updated from f76094 to fe7d99
2 changes: 1 addition & 1 deletion bundle/command-t
Submodule command-t updated from 07087e to 8866bb
2 changes: 1 addition & 1 deletion bundle/vim-fugitive
Submodule vim-fugitive updated from 6f380f to 3b5f71
2 changes: 1 addition & 1 deletion bundle/vundle
Submodule vundle updated from c9d971 to 3dcb0c
160 changes: 0 additions & 160 deletions test/github-flavored-markdown.markdown

This file was deleted.

Loading

0 comments on commit fb83367

Please sign in to comment.