Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lopuhin/python-emacs-stuff
Various python emacs stuff
https://github.com/lopuhin/python-emacs-stuff
Last synced: about 1 month ago
JSON representation
Various python emacs stuff
- Host: GitHub
- URL: https://github.com/lopuhin/python-emacs-stuff
- Owner: lopuhin
- Created: 2011-01-01T18:57:16.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-02-09T08:16:41.000Z (almost 14 years ago)
- Last Synced: 2023-03-11T08:52:44.320Z (over 1 year ago)
- Language: Emacs Lisp
- Homepage:
- Size: 94.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Python Emacs Stuff
==================Add import statement
--------------------
Inserts import statement for word at cursor at the beginning of the file. Searches for similar import statements in all open buffers. If none are found, prompts user.TODO:
* respect from __future__ import ... (should be the first import statement)Project shortcuts (mostly SVN inegration)
-----------------------------------------
Simple shortcuts for common project operations:
* grep project (f4)
* svn up of project (f5)
* svn diff of project (f6) - showing diff in diff mode
* svn status of project (f7)
* svn commit (f8) - just enter commit message and press