branch: elpa/raku-mode commit 460b477ba28f308f9047e0697d3b50cf3864da0c Author: sumanstats <suman81...@gmail.com> Commit: sumanstats <suman81...@gmail.com>
format README for keybindings --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d190ce4e0e..5dbdb56f65 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,9 @@ with a `.p6`, `.pm6`, or `.pl6` extension. It also applies to any `.pm`, Start the REPL with <kbd>M-x run-raku RET</kbd>. The following keybindings are available to interact with the REPL: -* <kbd>C-c C-l</kbd>: Send the current line to the REPL -* <kbd>C-c C-r</kbd>: Send the selected region to the REPL -* <kbd>C-c C-b</kbd>: Send the whole buffer to the REPL +* <kbd>C-c C-l</kbd>: Send the current **l**ine to the REPL +* <kbd>C-c C-r</kbd>: Send the selected **r**egion to the REPL +* <kbd>C-c C-b</kbd>: Send the whole **b**uffer to the REPL The REPL will start if needed with this keybindings.