Replies: 1 comment 3 replies
-
maybe [{
"key": "ctrl+shift+right",
"command": "cursorWordPartRightSelect",
"when": "textInputFocus"
}] |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In RStudio pressing
"ctrl+shift+right"
is my usual way of removing white space between the end of one line and the start of commands lower down. In positron this selects not just whitespace but also goes to the end of the next word. Would you consider adding something similar to the following to the RStudio keymappings:EDIT - this still doesn't quite work but now in a different way. It grabs white-space past the end of a word. I think I'm after something that doesn't ignore whitespace 🤔
Note that this issue suggests it is a Linux specific behaviour but I'm sure I've use the same shortcut in other OS so 🤷♂️
Beta Was this translation helpful? Give feedback.
All reactions