-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.md.bak
98 lines (68 loc) · 3.2 KB
/
README.md.bak
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# vim—python3,IDE环境配置
### 安装
### Getting Help
确保已经安装python3及vim,并且vim启用python3支持
###### Ubuntu
```sh
```
###### Ubuntu
```sh
$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/hyperwd/vim-plug/master/plug.vim
$ wget --no-check-certificate https://raw.githubusercontent.com/hyperwd/hyperwd.vim/master/int.vim \
-O ~/int.vim
$ mv ~/int.vim ~/.vimrc
$ apt-get install ctags
$ apt-get install cmake
$ apt-get install python-dev python3-dev
$ pip install pylint(pylint3)
$ pip install pyflakes(pyflakes3)
$ pip install pycodestyle(pycodetyle3)(recommend)
$ vim +PlugInstall +qa
```
### Getting Help
- Create an [issue](https://github.com/hyperwd/hyperwd.vim/issues/new).
### Usage
1. \<F4\>, when you type \<F4\>, this will add in the head of your source
file, and when you type \<F4\> again, It will update automatically.
###==========================================================================
FileName: test.py
Desc:
Author: Dong Wei Chao
Email: [email protected]
HomePage: https://github.com/hyperwd
Version: 0.0.1
LastChange: 2016-09-22 15:32:04
History:
###==========================================================================
2. How to config the authorinfo?
vim ~/.vim/plugged/hyperwd.vim/plugin/hypwerwd.vim
3. \<F5\>, Change the theme (solarized or Zenburn)
4. z[a|c|o|...], The most basic commands are zc to close a fold and zo to
open one. See :help fold-commands for full documentation.
5. Ctrl+n, Open NERDTree with Ctrl+n
6. \<F8\>, If you type the F8 key will toggle the Tagbar window.
7. Ctrl+p, Check :help ctrlp-commands for other commands.
8. \<F1\>, :set fileencoding
9. \<F2\>, :set paste
10. \<F3\>, :set nopaste
11. (),{},[],<> Auto-Complete
12. =,+,-,*,/,:,,,<,> Automatic-Space
### 默认补全选择Youcomplete,安装插件较大,安装前建议为git配代理
### Plugins list
'tmhedberg/SimpylFold'
'vim-scripts/indentpython.vim'
'vim-syntastic/syntastic'
'jnurmine/Zenburn'
'altercation/vim-colors-solarized'
'scrooloose/nerdtree'
'jistr/vim-nerdtree-tabs'
'majutsushi/tagbar'
'Valloric/YouCompleteMe'
'kien/ctrlp.vim'
'tpope/vim-fugitive'
'Lokaltog/powerline', \{'rtp': 'powerline/bindings/vim/'\}
'scrooloose/nerdcommenter'
'hyperwd/hyperwd.vim'
### License
MIT