Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neutralinsomniac/p9p_acme_scripts
Code navigation/formatting scripts for p9p acme
https://github.com/neutralinsomniac/p9p_acme_scripts
Last synced: 3 months ago
JSON representation
Code navigation/formatting scripts for p9p acme
- Host: GitHub
- URL: https://github.com/neutralinsomniac/p9p_acme_scripts
- Owner: neutralinsomniac
- License: mit
- Created: 2019-04-23T00:54:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T12:47:29.000Z (over 5 years ago)
- Last Synced: 2024-11-04T10:44:08.610Z (3 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 10
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-acme - p9p_acme_scripts - Code navigation/formatting scripts for p9p acme (Programs)
README
# p9p_acme_scripts
Code navigation/formatting scripts for p9p acmeThese are designed to be run under a git repo, since that's what I'm interacting with 99% of the time (for better or worse).
* a+ - indent
* a- - deindent
* gt - go to (C) function definition
* gh - go to (C) function prototype (only searches headers)
* gr - search for "thing"
* pygt - go to (python) function or class definition
* f - find file, plumb if only 1 file found
* fixws - fix trailing whitespace, convert tabs to spaces, and remove carriage returns