aboutsummaryrefslogtreecommitdiff
path: root/.config/Code/User/keybindings.json
diff options
context:
space:
mode:
authorkj_sh6042025-10-07 16:49:49 -0400
committerkj_sh6042025-10-07 16:49:49 -0400
commit3bcf5426ee8084fb7246fefa2493d3b0f06bf923 (patch)
tree348576f80ebd57261c557dfe465d898d6dc83e0f /.config/Code/User/keybindings.json
parent28057914cd371296151562ddc339930325c95895 (diff)
refactor: update keyboard shortcuts
Diffstat (limited to '.config/Code/User/keybindings.json')
-rw-r--r--.config/Code/User/keybindings.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json
index 4d7ff49..db1b1f2 100644
--- a/.config/Code/User/keybindings.json
+++ b/.config/Code/User/keybindings.json
@@ -5,7 +5,17 @@
"when": "!notebookEditorFocused && editorLangId == 'markdown'"
},
{
- "key": "alt+f11",
+ "key": "alt+f11 v",
"command": "toggleVim"
+ },
+ {
+ "key": "alt+f11 l",
+ "command": "toggle-relative-line-numbers.toggle",
+ "when": "editorTextFocus"
+ },
+ {
+ "key": "ctrl+alt+l",
+ "command": "-toggle-relative-line-numbers.toggle",
+ "when": "editorTextFocus"
}
]