From d74c09b074d3c1117d5df6951e5a57003a177123 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 5 Jan 2016 15:18:54 +0100 Subject: [PATCH] Getting help online --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce76773..55e049f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ - [Colorschemes?](#colorschemes) #### [Usage](#usage-1) -- [Using the help](#using-the-help) +- [Getting help offline](#getting-help-offline) +- [Getting help online](#getting-help-online) - [Managing plugins](#managing-plugins) #### [Debugging](#debugging-1) @@ -105,7 +106,7 @@ More colorschemes: [here](#list-of-colorschemes-1) ## Usage -#### Using the help +#### Getting help offline Vim comes with great documentation in the form of single text files with a special layout. Vim uses a system based on tags for accessing certain parts of @@ -142,6 +143,17 @@ jump to the next/previous match. Or use `:copen` to open the quickfix window, navigate to an entry and hit `` to jump to that match. See `:h quickfix` for the whole truth. +#### Getting help online + +If you have an issue you can't resolve or are in need of general guidance, see +the [vim_use](https://groups.google.com/forum/#!forum/vim_use) mailing list. +Another great resource is using +[IRC](https://de.wikipedia.org/wiki/Internet_Relay_Chat). The channel `#vim` on +[Freenode](https://freenode.net) is huge and usually full of helpful people. + +If you want to report a Vim bug, use the +[vim_dev](https://groups.google.com/forum/#!forum/vim_dev) mailing list. + #### Managing plugins [Pathogen](https://github.com/tpope/vim-pathogen) was the first popular tool for