public
Description: A cookbook for the Vim text editor.
Homepage: http://vim.runpaint.org/
Clone URL: git://github.com/runpaint/vim-recipes.git
vim-recipes / TODO
100644 58 lines (56 sloc) 1.543 kb
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
  * Box callouts?
  * Caption images
  * Note that arguments to :set should have spaces backslash escaped.
  * Note on bias toward POSIX systems...
  * Note <tt>vim</tt> is synonymous with <tt>gvim</tt> unless otherwise stated.
  * Move Editing: Searching and Replacing to Searching
CONVENTIONS
  * :w[rite] style
  * Meaning of ! suffix
RECOVERING FROM A CRASH
  * Write it.
SAVING A FILE
  * Save All (http://vim.wikia.com/wiki/VimTip652)
  * 'backup' options:
http://vim.wikia.com/wiki/Auto_save_files_when_focus_is_lost
RANGES
  * Write?
SEARCHING AND REPLACING
  * Tip: alternate delimiters for replace command.
VISUALLY SELECTING TEXT
  * Unselect a selection.
  * Reselect previous selection.
FORMATTING
  * Write recipe for `gq`?
REGISTERS
  * Write
COPYING, CUTTING, and PASTING
  * Screenshot of pasting text without executing `:set paste`.
AUTO COMPLETING TEXT
  * The instructions for getting dictionaries are awful. Find out whether the
automatic download feature works in general, and find alternative source for
downloading thesauri.
  * Add screenshot of Omni-Complete in action.
INDENTING LINES
  * autoindent
  * cindent
  * smartindent
  * smarttab
DIFF
  * Screenshots
COLOUR SCHEMES
  * Screenshots
STATUS LINE
  * Screenshot
PRINTING
  * Write?
MAX. SCREEN SPACE
  * Screenshots
ACCENTED CHARACTERS
  * If Prince supports it, add the examples column back into the table.
 
Web Version
* Add icon to callouts.
* Add CC license fragment to recipe template.
* Link PDF from recipes?
* Gzip HTML.
* Generate DevHelp version.