From a3bee08d574d83f7603827e7a477fae36b7e67e6 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Wed, 1 Feb 2012 18:41:41 +0100 Subject: README.txt: add some quickstart config of ~/.vimrc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- README.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 112661b..34f6d4c 100644 --- a/README.txt +++ b/README.txt @@ -27,6 +27,14 @@ Indeed, you can have more "pathogen#infect" lines keep in mind the order matters and conficts may arise. +To quickstart using the plugins, you can add this to ~/.vimrc: + + " vim: always use mouse (shift may be needed for copy/paste) + set mouse=a + " Tagbar: toggle Tagbar window with F8 + nmap :TagbarToggle + + After restarting vim, everything should work. To check this (if ./init.sh python or ./init.sh all was used only), ":PymodeVersion'" should output something like: @@ -51,7 +59,7 @@ non-exhaustive enumeration (refer to per-plugin README files): For configuration of the plugins, you may be interested in following sources (mostly the main pages at github.com): -- python-mode: https://github.com/klen/python-mode +- Python-mode: https://github.com/klen/python-mode The settings that should be shared can be set in _local_vimrc files within particular project repo. -- cgit