1
0
mirror of https://github.com/gryf/python.vim.git synced 2025-12-17 11:30:22 +01:00

Changed mapping for function

This commit is contained in:
2017-06-04 14:46:08 +02:00
parent e484838bc9
commit fad734d042
2 changed files with 8 additions and 8 deletions

View File

@@ -20,8 +20,8 @@ Default shortcuts are as follows:
- ``]]`` - jump to next class
- ``[[`` - jump to previous class
- ``}}`` - jump to next function or method
- ``{[`` - jump to previous function or method
- ``))`` - jump to next function or method
- ``((`` - jump to previous function or method
- ``]t`` - jump to beginning of block
- ``]e`` - jump to end of block
- ``]<up>`` - jump to previous line with the same/lower indentation