Skip to content

Latest commit

 

History

History
72 lines (50 loc) · 1.54 KB

annie.org

File metadata and controls

72 lines (50 loc) · 1.54 KB

Start Web Server

Goto to directory:

% c 1

Start virtual environment `pyr`:

% v pyr

Start web server:

% pserve development.ini

Start Livereload

~ % c 1 ~/projects/python/annie ~ annie % v pyr (pyr)annie % livereload

Terminal/shell

WK-ENTERopen terminal
WK-rrun program
C-rsearch previous command
sdshutdown computer

emacs

C-x C-ssave
C-x C-fopen
C-x C-cclose emacs

select/copy/paste

C-SPCstart select
C-kkill to end of line
C-yyank (paste)
A-wcopy selected
C-wcut selected

movement

A-<top of file
A->end of file
C-s / C-rforward / reverse search
C-n / C-pnext / previous line
C-a / C-ebeging / end of line

windows

C-x 2split horizontal
C-x 3split vertical
C-x 0close windows
C-x 1close others windows
C-x ogo to other window

pyramid

Pyramid Notes

git

stgit status
git add -f <filename>add file to git
comcommit changes
puspush to server
pulpull from server