From 3219ccf873f1af2349ccce9efa0a20305ffc253a Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Mon, 8 Jun 2026 17:14:10 -0400 Subject: refactor: don't break other g commands --- .config/Code/User/keybindings.json | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to '.config/Code/User/keybindings.json') diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json index 147e74a..5022bc3 100644 --- a/.config/Code/User/keybindings.json +++ b/.config/Code/User/keybindings.json @@ -282,36 +282,6 @@ "command": "editor.action.showHover", "when": "vim.active && vim.mode == 'Normal' && editorTextFocus" }, - { - "key": "g r n", - "command": "editor.action.rename", - "when": "vim.active && vim.mode == 'Normal' && editorTextFocus" - }, - { - "key": "g r a", - "command": "editor.action.quickFix", - "when": "vim.active && vim.mode =~ /^(Normal|Visual|VisualLine|VisualBlock)$/ && editorTextFocus" - }, - { - "key": "g r d", - "command": "editor.action.revealDefinition", - "when": "vim.active && vim.mode == 'Normal' && editorTextFocus" - }, - { - "key": "g r t", - "command": "editor.action.goToTypeDefinition", - "when": "vim.active && vim.mode == 'Normal' && editorTextFocus" - }, - { - "key": "g r i", - "command": "editor.action.goToImplementation", - "when": "vim.active && vim.mode == 'Normal' && editorTextFocus" - }, - { - "key": "g r r", - "command": "editor.action.goToReferences", - "when": "vim.active && vim.mode == 'Normal' && editorTextFocus" - }, // leader actions { "key": "\\ f f", -- cgit v1.2.3