vscode-emacs-friendly
vscode-emacs-friendly copied to clipboard
M-a / M-e : jump sentences (code chunks)
Wondering if there is an omission here that could be added in a future update - I use the M-a
/M-e
motion controls a lot to jump to the beginning/end of code chunks, respectively. For example:
my_code <- function(x, y, z) {
return(x + y + z)
}
If my cursor is located at the beginning of line 1, it would jump to the end of line 3 with M-e
, and from the end of line 3 it would jump to the beginning of line 1 with M-a
. Same outcomes for when the cursor is anywhere in the middle.
Just wondering if this could be added into the keybindings - thanks!
Bump