diff options
Diffstat (limited to 'content')
| -rw-r--r-- | content/python-ide.rst | 6 |
1 files changed, 3 insertions, 3 deletions
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 <F3> :RainbowParenthesesToggleAll<cr> + nnoremap <F2> :TagbarToggle<cr> 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 <F1> :NERDTreeToggle<cr> nnoremap <c-b> :CtrlPBuffer<cr> - nnoremap <F3> :RainbowParenthesesToggleAll<cr> + nnoremap <F2> :TagbarToggle<cr> nnoremap <F3> :RainbowParenthesesToggleAll<cr> let g:pymode_lint_write = 0 |
