Skip to content

Commit

Permalink
code: Add back keybindings to open preview pane
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Jan 10, 2024
1 parent 0594e58 commit ce16322
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@
}
}
],
"keybindings": [],
"languages": [
{
"id": "restructuredtext",
Expand Down Expand Up @@ -309,6 +308,18 @@
"path": "./syntaxes/esbonio-log-output.tmLanguage.json"
}
],
"keybindings": [
{
"command": "esbonio.preview.open",
"key": "ctrl+shift+v",
"when": "editorTextFocus && editorLangId == restructuredtext"
},
{
"command": "esbonio.preview.openSide",
"key": "ctrl+k v",
"when": "editorTextFocus && editorLangId == restructuredtext"
}
],
"menus": {
"editor/title": [
{
Expand Down

0 comments on commit ce16322

Please sign in to comment.