-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME
31 lines (21 loc) · 1007 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
This is a Shampoo client for GNU Emacs
--------------------------------------
To install the mode, add the following lines to your `~/.emacs` file:
(add-to-list 'load-path "/path/to/shampoo-emacs")
(require 'shampoo)
Commands:
M-x shampoo-connect - connect to a Shampoo image
M-x shampoo-disconnect - disconnect from it
M-x shampoo-restore-layout - recreate the Class Browser
M-x shampoo-open-workspace - open a new Workspace
Hotkeys (Class Browser):
C-c n - jump to Namespaces
C-c c - jump to Classes
C-c [ - jump to Categories
C-c ] - jump to Methods
C-c SPC - jump to source code
Hotkeys (Workspace)
C-c C-d - evaluate region
C-c C-p - evaluate region and print result
Shampoo project homepage:
http://dmitrymatveev.co.uk/shampoo