From d8a86a92ae825bb2863dc25f02a267f240588140 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Sun, 2 Aug 2020 00:28:44 +0200 Subject: First release --- doc/tags | 2 ++ doc/vim-karlmarks.txt | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 doc/tags create mode 100644 doc/vim-karlmarks.txt (limited to 'doc') diff --git a/doc/tags b/doc/tags new file mode 100644 index 0000000..9ff07ee --- /dev/null +++ b/doc/tags @@ -0,0 +1,2 @@ +karlmarks vim-karlmarks.txt /*karlmarks* +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 @@ +*vim-karlmarks* A Vim teaching plugin to show common marks in signcolumn + +============================================================================== +USAGE INSTRUCTIONS *karlmarks* + +Install the plugin and have `signcolumn=yes` in your vimrc. The plugin uses +a CursorHold autocmd to dynamically display signs int he signcolumn. If +you ever want to remove this plugin, find this text file in your vim +configuration folder with + + :echo expand("%:p:h:h") + +and delete the folder. If you want to copy its name to the clipboard you +can use: + + :let @+=expand("%:p:h:h") + +I hope this plugin helped you to memorize more of the default marks which Vim +has to offer. + + +vim:tw=78:ts=8:ft=help:norl: -- cgit v1.2.3