Skip to content

Crapworks/python_fn.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

python_fn.vim

This is a mirror of: http://www.vim.org/scripts/script.php?script_id=30

This script can be useful when editing Python scripts. It provides the following menus:

  • Select a block of lines with the same indentation
  • Select a function
  • Select a class
  • Go to previous/next class/function
  • Go to the beginning/end of a block
  • Comment/uncomment the selection
  • Jump to the last/next line with the same indent
  • Shift a block (left/right)
  • Creates list of classes and functions for easy code navigation

Version 1.8+ requires Vim 7, earlier versions require Vim 6

Modified with some custom keybindings

About

python specific selection / commenting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published