From d1ff26f4ce9378fe3797d1dcb1f7c39c26403191 Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Thu, 18 Apr 2013 10:51:46 +0200 Subject: Fix TagBar shortcut --- content/python-ide.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content') diff --git a/content/python-ide.rst b/content/python-ide.rst index 68bacd5..e57a01b 100644 --- a/content/python-ide.rst +++ b/content/python-ide.rst @@ -53,7 +53,7 @@ Installing_ Pathogen is as easy running: and adding the following line at the top of your ``.vimrc``: -.. code-block:: vimrc +.. code-block:: vim execute pathogen#infect() @@ -136,7 +136,7 @@ that I find particularly helpful. .. code-block:: vim - nnoremap :RainbowParenthesesToggleAll + nnoremap :TagbarToggle note that this plugin requires that you have a ``ctags`` implementation installed on your computer. @@ -286,7 +286,7 @@ And the options to put in your ``.vimrc``: nnoremap :NERDTreeToggle nnoremap :CtrlPBuffer - nnoremap :RainbowParenthesesToggleAll + nnoremap :TagbarToggle nnoremap :RainbowParenthesesToggleAll let g:pymode_lint_write = 0 -- cgit v1.2.3-70-g09d2