Fix documentation for bundler keybindings in ruby layer

This commit is contained in:
Benjamin Reynolds 2017-03-15 11:19:35 -05:00 committed by syl20bnr
parent 806b39ca7a
commit e09cb1beda
1 changed files with 6 additions and 6 deletions

View File

@ -121,12 +121,12 @@ directory local variables.
| Key binding | Description |
|-------------+--------------------|
| ~SPC b c~ | run bundle check |
| ~SPC b i~ | run bundle install |
| ~SPC b s~ | run bundle console |
| ~SPC b u~ | run bundle update |
| ~SPC b x~ | run bundle exec |
| ~SPC b o~ | run bundle open |
| ~SPC m b c~ | run bundle check |
| ~SPC m b i~ | run bundle install |
| ~SPC m b s~ | run bundle console |
| ~SPC m b u~ | run bundle update |
| ~SPC m b x~ | run bundle exec |
| ~SPC m b o~ | run bundle open |
** RuboCop