|
1 | 1 | *pymode.txt* *python-mode.txt* Python-mode for vim! |
2 | 2 |
|
| 3 | + ____ _ _ ____ _ _ _____ _ _ __ __ _____ ____ ____ ~ |
| 4 | + ( _ \( \/ )(_ _)( )_( )( _ )( \( )___( \/ )( _ )( _ \( ___) ~ |
| 5 | + )___/ \ / )( ) _ ( )(_)( ) ((___)) ( )(_)( )(_) ))__) ~ |
| 6 | + (__) (__) (__) (_) (_)(_____)(_)\_) (_/\/\_)(_____)(____/(____) ~ |
| 7 | + |
| 8 | + |
| 9 | + Version: 0.5.1 |
| 10 | + |
3 | 11 | ============================================================================== |
4 | 12 | CONTENTS *Python-mode-contents* |
5 | 13 |
|
@@ -321,6 +329,18 @@ K Show python docs for current word under cursor |
321 | 329 | C-Space Rope code assist |
322 | 330 | <leader>r Run current buffer |
323 | 331 | <leader>b Set breakpoints |
| 332 | +[[ Jump on previous class or function (normal, visual, operator modes) |
| 333 | +]] Jump on next class or function (normal, visual, operator modes) |
| 334 | +[m Jump on previous class or method (normal, visual, operator modes) |
| 335 | +]m Jump on next class or method (normal, visual, operator modes) |
| 336 | +ac c Operation with a class. |
| 337 | + Ex: vac, dac, dc, yac, yc, cac, cc (normal, operator modes) |
| 338 | +ic Operation with inner class. |
| 339 | + Ex: vic, dic, yic, cic (normal, operator modes) |
| 340 | +am m Operation with function or method. |
| 341 | + Ex: vam, dam, dm, yam, ym, cam, cm (normal, operator modes) |
| 342 | +im Operation with inner function or method. |
| 343 | + Ex: vim, dim, yim, cim (normal, operator modes) |
324 | 344 | ================ ============================ |
325 | 345 |
|
326 | 346 | Note: |
@@ -406,6 +426,11 @@ You may set |exrc| and |secure| in your |vimrc| for auto set custom settings fro |
406 | 426 | The Python-mode is released under the GNU lesser general public license. |
407 | 427 | See: http://www.gnu.org/copyleft/lesser.html |
408 | 428 |
|
| 429 | +If you like this plugin, you can send me postcard :) |
| 430 | +My address is here: Russia, 143400, Krasnogorsk, Shkolnaya 1-19 |
| 431 | +Thanks for support! |
| 432 | + |
| 433 | + |
409 | 434 | ------------------------------------------------------------------------------ |
410 | 435 |
|
411 | 436 | vim:tw=78:ts=8:ft=help:norl: |
0 commit comments