Changeset - f804bb06f049
[Not reviewed]
0 1 0
Sergey Pashinin - 13 years ago 2013-04-28 23:02:22
sergey@pashinin.com
move Configuration to Help
1 file changed with 5 insertions and 19 deletions:
README.md
5
19
0 comments (0 inline, 0 general)
README.md
Show inline comments
 
@@ -52,34 +52,20 @@ See [github repo](http://github.com/tlh/workgroups.el).
 
        (global-set-key (kbd "s-/")  'wg-switch-to-previous-workgroup)
 
        ;; s-z == super + z == Win + z
 

	
 
# Configuration
 

	
 
- Set your prefix key (or not).  The prefix key for Workgroups' commands
 
  defaults to `C-z`.  You could set it to `C-c w` like this:
 
## Tutorial
 

	
 
        (setq wg-prefix-key (kbd "C-c w"))
 
Most commands are bound to both `<prefix> <key>` and `<prefix> C-<key>`.
 

	
 
  Workgroups saves the prefix key's current definition when it's enabled, and
 
  restores it when it's disabled, so you don't have to worry about stomping
 
  keydefs if you want to try out different prefixes.
 
### Help
 

	
 
  Most commands are bound to both `<prefix> <key>` and `<prefix> C-<key>` for
 
  convenience.  See the definition of `wg-map` in the source for a complete list
 
  of bindings.
 
To bring up a help buffer listing all the commands and their bindings, hit
 
`<prefix> ?` (`wg-help`).
 

	
 
- There are many other customization options.  See the customization section in
 
  the source for details, or use:
 

	
 
        M-x customize-group RET workgroups RET
 

	
 

	
 
## Tutorial
 

	
 
### Help
 

	
 
To bring up a help buffer listing all the commands and their bindings, hit
 
`<prefix> ?` (`wg-help`).
 

	
 
### Workgroup Creation
 

	
 
To start off, add a few workgroups.  Hit `<prefix> c` to issue the command
0 comments (0 inline, 0 general)