diff --git a/vscode/settings.json b/vscode/settings.json index 6a24026..55120c5 100644 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -52,10 +52,6 @@ "before": [ "", "g" ], "commands": [ "livegrep.search" ] }, - { - "before": [ "", "c", "c" ], - "commands": [ "codesnap.start" ] - }, { "before": [ "", "d" ], "commands": [ "workbench.panel.markers.view.focus" ] @@ -92,6 +88,14 @@ { "before": [ "", "z" ], "commands": [ "workbench.action.toggleZenMode" ], + }, + { + "before": [ "g", "d" ], + "commands": [ "editor.action.revealDefinition" ], + }, + { + "before": [ "g", "p", "d" ], + "commands": [ "editor.action.peekDefinition" ], } ], @@ -114,6 +118,26 @@ "before": [ "" ], "after": [ "<", "g", "v" ] }, + { + "before": [ "" ], + "commands": [ "editor.action.addSelectionToNextFindMatch" ], + }, + { + "before": [ "" ], + "commands": [ "editor.action.moveSelectionToNextFindMatch" ], + }, + { + "before": [ "" ], + "commands": [ "editor.action.moveSelectionToPreviousFindMatch" ], + }, + { + "before": [ "" ], + "commands": [ "editor.action.selectHighlights" ], + }, + { + "before": [ "", "c", "c" ], + "commands": [ "codesnap.start" ] + }, ], "editor.minimap.enabled": false, "vim.useSystemClipboard": true, @@ -153,4 +177,7 @@ "editorSuggestWidget.background": "#292522AA", "editorHoverWidget.background": "#292522AA", }, + "vim.showMarksInGutter": true, + "zenMode.hideLineNumbers": false, + "zenMode.hideStatusBar": false, } \ No newline at end of file