Created from the plain text reference card on orgmode.org Download this file, and open it in Emacs org-mode!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
""" | |
===================================== | |
PEP 20 (The Zen of Python) by example | |
===================================== | |
Usage: %prog | |
:Author: Hunter Blanks, [email protected] / [email protected] |
- How do you navigate around directories?
- Open tree view in files neotree
- Shortcuts for neotree in evilmode in the docs
- Using search (
/
) can be super useful to move around quickly
- Use
SPC p D
to open the project root in Dired, and useSPC f j
to jump to the Dired buffer corresponding to current buffer.- Dired shortcuts
- copy
C
- rename
R
- copy
- Dired shortcuts
- Open tree view in files neotree
- delete
D