diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gitignore | 50 | ||||
-rw-r--r-- | doc/shortcuts.txt | 4 |
2 files changed, 54 insertions, 0 deletions
diff --git a/doc/gitignore b/doc/gitignore new file mode 100644 index 0000000..1d8dd28 --- /dev/null +++ b/doc/gitignore | |||
@@ -0,0 +1,50 @@ | |||
1 | # Byte-compiled / optimized / DLL files | ||
2 | __pycache__/ | ||
3 | *.py[cod] | ||
4 | |||
5 | # C extensions | ||
6 | *.so | ||
7 | |||
8 | # Distribution / packaging | ||
9 | bin/ | ||
10 | build/ | ||
11 | develop-eggs/ | ||
12 | dist/ | ||
13 | eggs/ | ||
14 | lib/ | ||
15 | lib64/ | ||
16 | parts/ | ||
17 | sdist/ | ||
18 | var/ | ||
19 | *.egg-info/ | ||
20 | .installed.cfg | ||
21 | *.egg | ||
22 | |||
23 | # Installer logs | ||
24 | pip-log.txt | ||
25 | pip-delete-this-directory.txt | ||
26 | |||
27 | # Unit test / coverage reports | ||
28 | .tox/ | ||
29 | .coverage | ||
30 | .cache | ||
31 | nosetests.xml | ||
32 | coverage.xml | ||
33 | |||
34 | # Translations | ||
35 | *.mo | ||
36 | |||
37 | # Mr Developer | ||
38 | .mr.developer.cfg | ||
39 | .project | ||
40 | .pydevproject | ||
41 | |||
42 | # Rope | ||
43 | .ropeproject | ||
44 | |||
45 | # Django stuff: | ||
46 | *.log | ||
47 | *.pot | ||
48 | |||
49 | # Sphinx documentation | ||
50 | docs/_build/ | ||
diff --git a/doc/shortcuts.txt b/doc/shortcuts.txt index 9162df8..540f086 100644 --- a/doc/shortcuts.txt +++ b/doc/shortcuts.txt | |||
@@ -1,3 +1,5 @@ | |||
1 | :viusage = summary of all keyboard shortcuts | ||
2 | :options = shows currently :set options (with descriptions) | ||
1 | leader key = usually set to backslash expects a quick command | 3 | leader key = usually set to backslash expects a quick command |
2 | 4 | ||
3 | 5 | ||
@@ -61,6 +63,8 @@ dp = put changes from current window into the other | |||
61 | ]c = jump to the next change | 63 | ]c = jump to the next change |
62 | [c = jump to the prevous change | 64 | [c = jump to the prevous change |
63 | zR = opens all folds (unfold all) | 65 | zR = opens all folds (unfold all) |
66 | zE = eliminates all folds | ||
67 | z= = show spellcheck suggestions | ||
64 | 68 | ||
65 | [vim modeline] | 69 | [vim modeline] |
66 | the last line can be a mode line, which holds settings like tab width: | 70 | the last line can be a mode line, which holds settings like tab width: |