Skip to content

Commit

Permalink
Fix table format
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwanami committed Jun 12, 2015
1 parent b00b43a commit c10f96d
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions readme.md
Expand Up @@ -44,48 +44,48 @@ select something from all commands and entries quickly.

You can use following key bind:

| Key | Command |
|--|--|
| n,j | move next message|
| p,k | move previous message|
| a | send new message|
| c | copy this message|
| u | update buffer|
| U | refresh buffer|
| q | bury buffer|
| Q | kill buffer|
| A | reply to this message|
| B | toggle bookmark|
| R | toggle auto read|
| + | add new chat member|
| L | leave me from this chat|
| t | set chat topic|
| C | clear missed flag|
| E | edit this message|
| l | open chat member buffer|
| | |
| m | open new chat|
| M | set my mood text|
| Key | Command |
|-----|-------------------------|
| n,j | move next message |
| p,k | move previous message |
| a | send new message |
| c | copy this message |
| u | update buffer |
| U | refresh buffer |
| q | bury buffer |
| Q | kill buffer |
| A | reply to this message |
| B | toggle bookmark |
| R | toggle auto read |
| + | add new chat member |
| L | leave me from this chat |
| t | set chat topic |
| C | clear missed flag |
| E | edit this message |
| l | open chat member buffer |
| | |
| m | open new chat |
| M | set my mood text |

## Message buffer

You can use following key bind:

| Key | Command |
|--|--|
| C-c C-c |send|
| C-c C-q |quit buffer|
| C-c C-e |select emoticon|
| C-c C-p |recall previous message|
| C-c C-n |recall next message|
| C-S-b |chat scroll bottom|
| C-S-p |chat scroll down|
| C-S-j |chat scroll down|
| C-S-n |chat scroll up|
| C-S-k |chat scroll up|
| | |
| C-S-q |chat quit|
| C-S-c |chat clear missed|
| Key | Command |
|---------|-------------------------|
| C-c C-c | send |
| C-c C-q | quit buffer |
| C-c C-e | select emoticon |
| C-c C-p | recall previous message |
| C-c C-n | recall next message |
| C-S-b | chat scroll bottom |
| C-S-p | chat scroll down |
| C-S-j | chat scroll down |
| C-S-n | chat scroll up |
| C-S-k | chat scroll up |
| | |
| C-S-q | chat quit |
| C-S-c | chat clear missed |

# License

Expand Down

0 comments on commit c10f96d

Please sign in to comment.