diff --git a/README.md b/README.md index f2ba995..674327e 100644 --- a/README.md +++ b/README.md @@ -53,13 +53,13 @@ mappings. The following keybindings are provided by default: | Keybinding | Description | | ---------------------- | ------------------------------------------------------------------- | -| \m | Compile the current buffer. | -| \b | Compile the Main.elm file in the project. | -| \t | Runs the tests of the current buffer or 'tests/TestRunner'. | -| \r | Opens an elm repl in a subprocess. | -| \e | Shows the detail of the current error or warning. | -| \d | Shows the type and docs for the word under the cursor. | -| \w | Opens the docs web page for the word under the cursor. | +| \m | Compile the current buffer. | +| \b | Compile the Main.elm file in the project. | +| \t | Runs the tests of the current buffer or 'tests/TestRunner'. | +| \r | Opens an elm repl in a subprocess. | +| \e | Shows the detail of the current error or warning. | +| \d | Shows the type and docs for the word under the cursor. | +| \w | Opens the docs web page for the word under the cursor. | You can disable these mappings if you want to use your own. @@ -123,7 +123,7 @@ let g:elm_setup_keybindings = 1 * `:ElmMakeMain` attempts to call `elm-make` with "Main.elm". -* `:ElmTest` calls `elm-test` with the given file. If no file is given it runs it in the root of your project. +* `:ElmTest` calls `elm-test` with the given file. If no file is given it runs it in the root of your project. * `:ElmRepl` runs `elm-repl`, which will return to vim on exiting.