Replace cursor hover with jump commands

This commit is contained in:
Wilfried OLLIVIER 2023-01-10 13:40:55 +01:00
parent 6d2efee14a
commit 4ee75c2f2c
1 changed files with 5 additions and 7 deletions

View File

@ -157,16 +157,14 @@
"key": "ctrl+0",
"command": "-workbench.action.focusSideBar"
},
// Cursor hover
// Jumplist
{
"key": "ctrl+i ctrl+i",
"command": "editor.action.showHover",
"when": "editorTextFocus"
"key": "ctrl+o",
"command": "workbench.action.navigateBack"
},
{
"key": "ctrl+k ctrl+i",
"command": "-editor.action.showHover",
"when": "editorTextFocus"
"key": "ctrl+i",
"command": "workbench.action.navigateForward"
},
// Error navigation
{