Fix keybindings for ess layer

Change keybindings for sending function to REPL to be in line with
[Spacemacs convention](https://github.com/syl20bnr/spacemacs/blob/develop/doc/CONVENTIONS.org#send-code)
This commit is contained in:
YiLiu6240 2017-01-22 17:24:43 +00:00 committed by syl20bnr
parent c82661fe26
commit b8a483721e
2 changed files with 4 additions and 4 deletions

View file

@ -36,8 +36,8 @@ Send code to inferior process with these commands:
| ~SPC m s L~ | send line and switch to REPL in insert mode |
| ~SPC m s r~ | send region and keep code buffer focused |
| ~SPC m s R~ | send region and switch to REPL in insert mode |
| ~SPC m s t~ | send thing at point (function) and keep code buffer focused |
| ~SPC m s T~ | send thing at point (function) and switch to REPL in insert mode |
| ~SPC m s f~ | send thing at point (function) and keep code buffer focused |
| ~SPC m s F~ | send thing at point (function) and switch to REPL in insert mode |
| ~CTRL+j~ | next item in REPL history |
| ~CTRL+k~ | previous item in REPL history |

View file

@ -100,8 +100,8 @@
"sl" 'ess-eval-line
"sR" 'ess-eval-region-and-go
"sr" 'ess-eval-region
"sT" 'ess-eval-function-and-go
"st" 'ess-eval-function
"sF" 'ess-eval-function-and-go
"sf" 'ess-eval-function
;; R helpers
"hd" 'ess-R-dv-pprint
"hi" 'ess-R-object-popup