Skip to content

Commit

Permalink
add a tip
Browse files Browse the repository at this point in the history
  • Loading branch information
ma6174 committed Jun 9, 2013
1 parent fb83367 commit 38862a8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bundle/vim-fugitive
Submodule vim-fugitive updated from 3b5f71 to f09615
Binary file modified ftplugin/python/pyflakes/pyflakes/__init__.pyc
Binary file not shown.
Binary file modified ftplugin/python/pyflakes/pyflakes/checker.pyc
Binary file not shown.
Binary file modified ftplugin/python/pyflakes/pyflakes/messages.pyc
Binary file not shown.
15 changes: 13 additions & 2 deletions tips.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
# vim 使用tip

### 编写python程序

1. 自动插入头信息:
- `#!/usr/bin/env python`
- `# coding=utf-8`
- 输入`.`或按`TAB`键会触发代码补全功能
- `:w`保存代码之后会自动检查代码错误与规范
-`F6`可以按`pep8`格式对代码格式优化
-`F5`可以一键执行代码


### 多窗口操作

- 使用`:sp + 文件名`可以水平分割窗口
1. 使用`:sp + 文件名`可以水平分割窗口
- 使用`:vs + 文件名`可以垂直分割窗口
- 使用`Ctrl + w`可以快速在窗口间切换

### 编写markdown文件

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

0 comments on commit 38862a8

Please sign in to comment.