summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2013-04-18 10:51:46 +0200
committerThibaut Horel <thibaut.horel@gmail.com>2013-04-18 10:51:46 +0200
commitd1ff26f4ce9378fe3797d1dcb1f7c39c26403191 (patch)
treef780fd718235adb9ea5352fe90f3dc11bfe9fdd8 /content
parentf64a9841b8878aa24dd3ee415d8a7ea9321356e3 (diff)
downloadblog-d1ff26f4ce9378fe3797d1dcb1f7c39c26403191.tar.gz
Fix TagBar shortcut
Diffstat (limited to 'content')
-rw-r--r--content/python-ide.rst6
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