Skip to content

Instantly share code, notes, and snippets.

@janxkoci
Created April 7, 2022 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janxkoci/da084bafb09fef8c5dae36b1313c35c4 to your computer and use it in GitHub Desktop.
Save janxkoci/da084bafb09fef8c5dae36b1313c35c4 to your computer and use it in GitHub Desktop.
jupyterlab settings - json view - R keyboard shortcuts
// R keyboard shortcuts for jupyterlab
{
"command": "notebook:replace-selection",
"selector": ".jp-Notebook",
"keys": ["Ctrl Shift M"],
"args": {"text": " %>% "}
},
{
"command": "notebook:replace-selection",
"selector": ".jp-Notebook",
"keys": ["Alt -"],
"args": {"text": " <- "}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment