diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tags | 2 | ||||
-rw-r--r-- | doc/vim-karlmarks.txt | 22 |
2 files changed, 24 insertions, 0 deletions
diff --git a/doc/tags b/doc/tags new file mode 100644 index 0000000..9ff07ee --- /dev/null +++ b/doc/tags | |||
@@ -0,0 +1,2 @@ | |||
1 | karlmarks vim-karlmarks.txt /*karlmarks* | ||
2 | vim-karlmarks vim-karlmarks.txt /*vim-karlmarks* | ||
diff --git a/doc/vim-karlmarks.txt b/doc/vim-karlmarks.txt new file mode 100644 index 0000000..7867b67 --- /dev/null +++ b/doc/vim-karlmarks.txt | |||
@@ -0,0 +1,22 @@ | |||
1 | *vim-karlmarks* A Vim teaching plugin to show common marks in signcolumn | ||
2 | |||
3 | ============================================================================== | ||
4 | USAGE INSTRUCTIONS *karlmarks* | ||
5 | |||
6 | Install the plugin and have `signcolumn=yes` in your vimrc. The plugin uses | ||
7 | a CursorHold autocmd to dynamically display signs int he signcolumn. If | ||
8 | you ever want to remove this plugin, find this text file in your vim | ||
9 | configuration folder with | ||
10 | |||
11 | :echo expand("%:p:h:h") | ||
12 | |||
13 | and delete the folder. If you want to copy its name to the clipboard you | ||
14 | can use: | ||
15 | |||
16 | :let @+=expand("%:p:h:h") | ||
17 | |||
18 | I hope this plugin helped you to memorize more of the default marks which Vim | ||
19 | has to offer. | ||
20 | |||
21 | |||
22 | vim:tw=78:ts=8:ft=help:norl: | ||