fix(cursor): add alt keybinds for ctrl+f/b/n/p keys

This commit is contained in:
2025-03-06 02:42:13 +00:00
parent cebbd21e9b
commit 842fe398d7
2 changed files with 51 additions and 0 deletions

View File

@@ -66,6 +66,9 @@
// Modified Tabs
"workbench.editor.highlightModifiedTabs": true,
//
// Accessibility
"editor.accessibilitySupport": "off",
//
// ===========================================================================
// MARK: Workbench
// ===========================================================================