Fix key binding part in c-c++/README.org

This commit is contained in:
fenxian 2016-01-12 18:41:07 +08:00 committed by syl20bnr
parent da385d6a48
commit 1ce399d24f
1 changed files with 2 additions and 2 deletions

View File

@ -94,8 +94,8 @@ doesn't complain about missing header files.
| Key Binding | Description |
|-------------+------------------------------------------------------------------------|
| ~SPC m g o~ | open matching file (e.g. switch between .cpp and .h) |
| ~SPC m g O~ | open matching file in another window (e.g. switch between .cpp and .h) |
| ~SPC m g a~ | open matching file (e.g. switch between .cpp and .h) |
| ~SPC m g A~ | open matching file in another window (e.g. switch between .cpp and .h) |
| ~SPC m D~ | disaster: disassemble c/c++ code |
| ~SPC m r~ | srefactor: refactor thing at point. |