summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2012-02-01 18:41:41 +0100
committerJan Pokorný <jpokorny@redhat.com>2012-02-01 18:41:41 +0100
commita3bee08d574d83f7603827e7a477fae36b7e67e6 (patch)
treeaac467c56f2d2717e089150c97ef3be354fa46f6
parent2267a25fce72d349baee57039d397c948af842fa (diff)
downloadvim4projects-a3bee08d574d83f7603827e7a477fae36b7e67e6.tar.gz
vim4projects-a3bee08d574d83f7603827e7a477fae36b7e67e6.tar.xz
vim4projects-a3bee08d574d83f7603827e7a477fae36b7e67e6.zip
README.txt: add some quickstart config of ~/.vimrc
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--README.txt10
1 files changed, 9 insertions, 1 deletions
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 <F8> :TagbarToggle<CR>
+
+
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.