doc: M-SPC doesn't exit helm micro-state

Move `q` binding further up to make it visible
This commit is contained in:
Eivind Fonn 2015-09-14 10:57:55 +02:00
parent 7b404f46c6
commit 40ee152865
1 changed files with 2 additions and 2 deletions

View File

@ -1191,7 +1191,8 @@ Initiate the micro-state with ~M-SPC~ or ~s-M-SPC~ while in a =Helm= buffer.
| Key Binding | Description |
|----------------------+--------------------------------------------------|
| ~M-SPC~ or ~s-M-SPC~ | initiate or leave the micro-state |
| ~M-SPC~ or ~s-M-SPC~ | initiate the micro-state |
| ~q~ | quit micro-state |
| ~TAB~ | switch to actions page and leave the micro-state |
| ~1~ | execute action 0 |
| ~2~ | execute action 1 |
@ -1210,7 +1211,6 @@ Initiate the micro-state with ~M-SPC~ or ~s-M-SPC~ while in a =Helm= buffer.
| ~j~ | select next candidate |
| ~k~ | select previous candidate |
| ~l~ | go to next source |
| ~q~ | quit micro-state |
| ~t~ | mark current candidate |
| ~T~ | mark all candidates |
| ~v~ | execute persistent action |