ess: add updated keybindings to readme

This commit is contained in:
Jack Kamm 2018-01-22 08:19:39 +00:00 committed by syl20bnr
parent 600421eb49
commit 048c92eaf4
2 changed files with 10 additions and 11 deletions

View File

@ -66,22 +66,22 @@ Send code to inferior process with these commands:
| Key Binding | Description |
|-------------+------------------------------------------------------|
| ~SPC m '~ | start REPL |
| ~SPC m '~ | start REPL |
| ~SPC m s i~ | start REPL |
| ~SPC m s s~ | switch between file and REPL |
| ~SPC m s S~ | switch the process associate with file |
| ~SPC m ,~ | send region, current function, or paragraph and step |
| ~SPC m ,~ | send region, current function, or paragraph and step |
|-------------+------------------------------------------------------|
| ~SPC m s b~ | send buffer and switch to REPL in insert mode |
| ~SPC m e b~ | send buffer and keep code buffer focused |
| ~SPC m s b~ | send buffer and keep code buffer focused |
| ~SPC m s B~ | send buffer and switch to REPL in insert mode |
| ~SPC m s d~ | send region or line and step |
| ~SPC m s D~ | send function or paragraph and step |
| ~SPC m e l~ | send line and keep code buffer focused |
| ~SPC m s l~ | send line and focus REPL |
| ~SPC m e r~ | send region and keep code buffer focused |
| ~SPC m s r~ | send region and focus REPL |
| ~SPC m e f~ | send function and keep code buffer focused |
| ~SPC m s f~ | send function and focus REPL |
| ~SPC m s l~ | send line and keep code buffer focused |
| ~SPC m s L~ | send line and focus REPL |
| ~SPC m s r~ | send region and keep code buffer focused |
| ~SPC m s R~ | send region and focus REPL |
| ~SPC m s f~ | send function and keep code buffer focused |
| ~SPC m s F~ | send function and focus REPL |
** Help
Get help and helpers for inspecting objects at point are available in R buffers only.

View File

@ -78,7 +78,6 @@
(define-key ess-doc-map "t" 'ess-R-dv-ctable)
(dolist (mode '(ess-julia-mode ess-mode))
(spacemacs/declare-prefix-for-mode mode "ms" "repl")
(spacemacs/declare-prefix-for-mode mode "me" "eval")
(spacemacs/declare-prefix-for-mode mode "mh" "help")
(spacemacs/declare-prefix-for-mode mode "mr" "extra")
(spacemacs/declare-prefix-for-mode mode "mw" "pkg")