Skip to content

Commit

Permalink
Fix wrong modifier key
Browse files Browse the repository at this point in the history
  • Loading branch information
jscheid committed Sep 23, 2012
1 parent f8aeac9 commit a65a2b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kite.md
Expand Up @@ -220,16 +220,16 @@ buffer for the second session.
Finally, you can use a numeric prefix with the buffer access commands
and Kite will take you straight to the buffer for the corresponding
session, where the first session you opened is numbered 1, the second
session 2, and so on. For example, `M-2 C-c k c` will take you to the
console buffer for the second session. Note that numeric session
session 2, and so on. For example, `M-2 C-c C-k c` will take you to
the console buffer for the second session. Note that numeric session
designators will change as you close debugging sessions. Use the
`Kite Session List` if you ever lose track.

<!-- NOT YET IMPLEMENTED
## Managing Kite Sessions
Use `M-x kite-sessions` or `C-c k s` to access the Kite session list
Use `M-x kite-sessions` or `C-c C-k s` to access the Kite session list
buffer. Here you can get an overview of which debugging sessions are
active and which numeric designator is assigned to them. You can also
use the following key bindings to manage sessions:
Expand Down

0 comments on commit a65a2b8

Please sign in to comment.