File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Here's a screen shot of the syntax mode using the slate [3] color scheme:
42
42
43
43
Syntax mode screen shot, see reference [4]
44
44
45
- ==============================================================================
45
+ ===============================================================================
46
46
*notes-install-usage*
47
47
Install & usage ~
48
48
@@ -53,7 +53,7 @@ restart Vim and execute the command ':helptags ~/.vim/doc' (use ':helptags
53
53
note:', this will start a new note that contains instructions on how to
54
54
continue from there (and how to use the plug-in in general).
55
55
56
- ==============================================================================
56
+ ===============================================================================
57
57
*notes-contact*
58
58
Contact ~
59
59
@@ -62,14 +62,14 @@ contacted at peter@peterodding.com. The latest version is available at
62
62
http://peterodding.com/code/vim/notes/ and http://github.com/xolox/vim-notes .
63
63
If you like the script please vote for it on Vim Online [6].
64
64
65
- ==============================================================================
65
+ ===============================================================================
66
66
*notes-license*
67
67
License ~
68
68
69
69
This software is licensed under the MIT license [7]. Copyright 2011 Peter
70
70
Odding <peter@peterodding.com>.
71
71
72
- ==============================================================================
72
+ ===============================================================================
73
73
*notes-references*
74
74
References ~
75
75
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ automatically based on the title.
7
7
* * *
8
8
9
9
The notes plug-in comes with self hosting documentation. To jump to these notes
10
- position your text on the highlighted name and press ‘gf’ in normal mode:
10
+ position your cursor on the highlighted name and press ‘gf’ in normal mode:
11
11
12
12
• Note taking syntax
13
13
• Note taking commands
Original file line number Diff line number Diff line change 1
1
Note taking syntax
2
2
3
3
This note contains examples of the syntax highlighting styles supported by the
4
- notes plug-in.
4
+ notes plug-in. When your Vim configuration supports concealing of text, the
5
+ markers which enable the syntax highlighting won’t be visible. In this case you
6
+ can make the markers visible by selecting the text.
5
7
6
8
# Headings
7
9
@@ -21,8 +23,8 @@ Hyper links and such:
21
23
• Hyper links: http://www.vim.org/, sftp://server/file
22
24
• Domain names: www.python.org
23
25
• E-mail addresses: user@host.ext
24
- • UNIX filenames: ~/.vim/notes
25
- • Windows filenames: ~\vimfiles\notes
26
+ • UNIX filenames: ~/relative/to/home, /absolute/path
27
+ • Windows filenames: ~\relative\to\home, c:\absolute\path, \\server\share
26
28
27
29
# Lists
28
30
You can’t perform that action at this time.
0 commit comments