aboutsummaryrefslogtreecommitdiff
path: root/doc/vim-karlmarks.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/vim-karlmarks.txt')
-rw-r--r--doc/vim-karlmarks.txt22
1 files changed, 22 insertions, 0 deletions
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==============================================================================
4USAGE INSTRUCTIONS *karlmarks*
5
6Install the plugin and have `signcolumn=yes` in your vimrc. The plugin uses
7a CursorHold autocmd to dynamically display signs int he signcolumn. If
8you ever want to remove this plugin, find this text file in your vim
9configuration folder with
10
11 :echo expand("%:p:h:h")
12
13and delete the folder. If you want to copy its name to the clipboard you
14can use:
15
16 :let @+=expand("%:p:h:h")
17
18I hope this plugin helped you to memorize more of the default marks which Vim
19has to offer.
20
21
22vim:tw=78:ts=8:ft=help:norl:
..