aboutsummaryrefslogtreecommitdiff
path: root/.config/Code/User/settings.json
diff options
context:
space:
mode:
authorkj_sh6042025-12-03 17:09:33 -0500
committerkj_sh6042025-12-03 17:09:33 -0500
commit9dc5f8c3f417a28f7e436de70d241ca573abba70 (patch)
treee7e45afb43d72b010853ecd9618f3d9839ee4b41 /.config/Code/User/settings.json
parentb61129ba94eea539eb0544be5c4c95109b414c60 (diff)
refactor: `"<C-j>": false,`
Diffstat (limited to '.config/Code/User/settings.json')
-rw-r--r--.config/Code/User/settings.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json
index f36315c..611cda4 100644
--- a/.config/Code/User/settings.json
+++ b/.config/Code/User/settings.json
@@ -250,6 +250,7 @@
"<C-z>": true,
"<C-s>": true,
"<C-p>": true,
+ "<C-j>": false,
"<C-i>": false,
"<C-n>": false,
"<C-k>": false,