Skip to content

Commit

Permalink
Update keybindings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
IliasAarab authored Sep 6, 2024
1 parent a711e94 commit e1e94ed
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions keybindings.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"command": "outline.removeView"
},
{
"key": "ctrl+l ctrl+l",
"key": "ctrl+alt+l",
"command": "workbench.action.toggleAuxiliaryBar"
},
{
Expand All @@ -48,5 +48,28 @@
"key": "shift+enter",
"command": "-jupyter.runcurrentcelladvance",
"when": "editorTextFocus && isWorkspaceTrusted && jupyter.hascodecells && !editorHasSelection && !notebookEditorFocused"
},

// Experimental
{
"key": "alt+s",
"command": "cursorLeft",
"when": "editorTextFocus"
},
{
"key": "alt+d",
"command": "cursorDown",
"when": "editorTextFocus"
},
{
"key": "alt+f",
"command": "cursorRight",
"when": "editorTextFocus"
},
{
"key": "alt+e",
"command": "cursorUp",
"when": "editorTextFocus"
}
]

]

0 comments on commit e1e94ed

Please sign in to comment.