diff --git a/keybindings.json b/keybindings.json index 1862d85..e35def2 100644 --- a/keybindings.json +++ b/keybindings.json @@ -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 {