chore(cursor): add minimap heading markings to config files

This commit is contained in:
Jim Myhrberg
2025-03-03 18:15:04 +00:00
parent 9c3bf725a1
commit 423965b2a8
2 changed files with 53 additions and 51 deletions

View File

@@ -1,7 +1,7 @@
[
//
// ===========================================================================
// Command Palette
// MARK: Command Palette
// ===========================================================================
//
{ // Show commands.
@@ -22,7 +22,7 @@
},
//
// ===========================================================================
// Window
// MARK: Window
// ===========================================================================
//
{
@@ -31,7 +31,7 @@
},
//
// ===========================================================================
// Save
// MARK: Save
// ===========================================================================
//
{ // Save file.
@@ -40,7 +40,7 @@
},
//
// ===========================================================================
// File open
// MARK: File open
// ===========================================================================
//
{ // Open file via file browser extension.
@@ -54,7 +54,7 @@
},
//
// ===========================================================================
// File rename
// MARK: File rename
// ===========================================================================
//
{ // Rename file via file browser extension.
@@ -63,7 +63,7 @@
},
//
// ===========================================================================
// Switch and close editor
// MARK: Switch and close editor
// ===========================================================================
//
{ // Show all editors by most recently used.
@@ -78,7 +78,7 @@
},
//
// ===========================================================================
// Fullscreen
// MARK: Fullscreen
// ===========================================================================
//
{ // Toggle fullscreen.
@@ -98,7 +98,7 @@
},
//
// ===========================================================================
// Navigation
// MARK: Navigation
// ===========================================================================
//
{ // Focus next editor group.
@@ -113,7 +113,7 @@
},
//
// ===========================================================================
// Pane navigation
// MARK: Pane navigation
// ===========================================================================
//
{ // Navigate up.
@@ -140,7 +140,7 @@
},
//
// ===========================================================================
// Editor group layout
// MARK: Editor group layout
// ===========================================================================
//
{ // Even editor widths.
@@ -160,7 +160,7 @@
},
//
// ===========================================================================
// Move active editor group
// MARK: Move active editor group
// ===========================================================================
//
{ // Move active editor group up.
@@ -181,7 +181,7 @@
},
//
// ===========================================================================
// Move active editor into group
// MARK: Move active editor into group
// ===========================================================================
//
{ // Move active editor into group above.
@@ -208,7 +208,7 @@
},
//
// ===========================================================================
// Undo/redo
// MARK: Undo/redo
// ===========================================================================
//
{ // Undo.
@@ -223,7 +223,7 @@
},
//
// ===========================================================================
// Scrolling
// MARK: Scrolling
// ===========================================================================
//
{ // Scroll half page down.
@@ -304,7 +304,7 @@
},
//
// ===========================================================================
// Text selection
// MARK: Text selection
// ===========================================================================
//
{ // Expand selection.
@@ -319,7 +319,7 @@
},
//
// ===========================================================================
// Text manipulation
// MARK: Text manipulation
// ===========================================================================
//
{ // Set indentation to correct level.
@@ -407,7 +407,7 @@
},
//
// ===========================================================================
// Multi-cusor
// MARK: Multi-cursor
// ===========================================================================
//
{ // Select all highlights.
@@ -447,7 +447,7 @@
},
//
// ===========================================================================
// Completion
// MARK: Completion
// ===========================================================================
//
{
@@ -456,7 +456,7 @@
},
//
// ===========================================================================
// Testing
// MARK: Testing
// ===========================================================================
//
{ // Run current file.
@@ -517,7 +517,7 @@
},
//
// ===========================================================================
// Documentation
// MARK: Documentation
// ===========================================================================
//
{ // Show documentation for symbol at cursor.
@@ -530,7 +530,7 @@
},
//
// ===========================================================================
// edamagit
// MARK: edamagit
// ===========================================================================
// Extension URL:
// - https://marketplace.visualstudio.com/items?itemName=kahole.magit
@@ -545,7 +545,7 @@
},
//
// ===========================================================================
// Project Manager
// MARK: Project Manager
// ===========================================================================
// Extension URL:
// - https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager
@@ -560,7 +560,7 @@
},
//
// ===========================================================================
// dired
// MARK: dired
// ===========================================================================
// Extension URL:
// - https://marketplace.visualstudio.com/items?itemName=rrudi.vscode-dired
@@ -597,7 +597,7 @@
},
//
// ===========================================================================
// swiper
// MARK: swiper
// ===========================================================================
// Extension URL:
// - https://marketplace.visualstudio.com/items?itemName=wenhoujx.swiper
@@ -608,7 +608,7 @@
},
//
// ===========================================================================
// Makefile task runner
// MARK: Makefile task runner
// ===========================================================================
// Extension URL:
// - https://marketplace.visualstudio.com/items?itemName=carlos-algms.make-task-provider

View File

@@ -1,7 +1,7 @@
{
//
// ===========================================================================
// Appearance
// MARK: Appearance
// ===========================================================================
//
// Dark/Light mode detection
@@ -18,7 +18,7 @@
"oneDarkPro.vivid": true,
//
// ===========================================================================
// Window
// MARK: Window
// ===========================================================================
//
"window.commandCenter": true,
@@ -27,7 +27,7 @@
"workbench.activityBar.location": "top",
//
// ===========================================================================
// Editor
// MARK: Editor
// ===========================================================================
//
// Font
@@ -65,7 +65,7 @@
"workbench.editor.highlightModifiedTabs": true,
//
// ===========================================================================
// Workbench
// MARK: Workbench
// ===========================================================================
//
// Activity Bar
@@ -87,13 +87,13 @@
"workbench.tree.renderIndentGuides": "always",
//
// ===========================================================================
// Explorer
// MARK: Explorer
// ===========================================================================
//
"explorer.sortOrder": "mixed",
//
// ===========================================================================
// Files
// MARK: Files
// ===========================================================================
//
// Associations
@@ -114,19 +114,20 @@
"files.readonlyFromPermissions": true,
//
// ===========================================================================
// Git
// MARK: Git
// ===========================================================================
//
"git.blame.editorDecoration.enabled": false,
"scm.defaultViewMode": "tree",
//
// ===========================================================================
// Diffs
// MARK: Diffs
// ===========================================================================
//
"diffEditor.ignoreTrimWhitespace": false,
//
// ===========================================================================
// Cursor
// MARK: Cursor
// ===========================================================================
//
"cursor.aipreview.enabled": true,
@@ -136,7 +137,7 @@
"cursor.general.enableShadowWorkspace": true,
//
// ===========================================================================
// Terminal
// MARK: Terminal
// ===========================================================================
//
"terminal.integrated.allowChords": false,
@@ -146,7 +147,7 @@
"terminal.integrated.sendKeybindingsToShell": true,
//
// ===========================================================================
// Awesome Emacs Keybindings
// MARK: Awesome Emacs Keybindings
// ===========================================================================
// Extension:
// - https://marketplace.visualstudio.com/items?itemName=tuttieee.emacs-mcx
@@ -156,7 +157,7 @@
"emacs-mcx.markRingMax": 32,
//
// ===========================================================================
// File Browser
// MARK: File Browser
// ===========================================================================
// Extension:
// - https://marketplace.visualstudio.com/items?itemName=bodil.file-browser
@@ -165,7 +166,7 @@
"file-browser.labelIgnoredFiles": true,
//
// ===========================================================================
// Project Manager
// MARK: Project Manager
// ===========================================================================
// Extension:
// - https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager
@@ -223,7 +224,7 @@
],
//
// ===========================================================================
// GitHub
// MARK: GitHub
// ===========================================================================
// Extensions:
// - https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github
@@ -232,7 +233,7 @@
"githubRepositories.autoFetch.enabled": false,
//
// ===========================================================================
// Mise (https://mise.jdx.dev/)
// MARK: Mise (https://mise.jdx.dev/)
// ===========================================================================
// Extension:
// - https://marketplace.visualstudio.com/items?itemName=hverlin.mise-vscode
@@ -240,7 +241,7 @@
"mise.updateOpenTerminalsEnvAutomatically": true,
//
// ===========================================================================
// Hex editor
// MARK: Hex editor
// ===========================================================================
// Extension:
// - https://marketplace.visualstudio.com/items?itemName=ms-vscode.hexeditor
@@ -248,7 +249,7 @@
"workbench.editor.defaultBinaryEditor": "hexEditor.hexedit",
//
// ===========================================================================
// Go
// MARK: Go
// ===========================================================================
// Extensions:
// - https://marketplace.visualstudio.com/items?itemName=golang.go
@@ -275,7 +276,7 @@
},
//
// ===========================================================================
// JSON
// MARK: JSON
// ===========================================================================
//
"[json]": {
@@ -284,7 +285,7 @@
},
//
// ===========================================================================
// Lua
// MARK: Lua
// ===========================================================================
// Extensions:
// - https://marketplace.visualstudio.com/items?itemName=sumneko.lua
@@ -299,7 +300,7 @@
"Lua.hint.enable": true,
//
// ===========================================================================
// Ruby
// MARK: Ruby
// ===========================================================================
// Extensions:
// - https://marketplace.visualstudio.com/items?itemName=Shopify.ruby-extensions-pack
@@ -320,7 +321,7 @@
"rubyTestExplorer.rspecCommand": "mise x -- bundle exec rspec",
//
// ===========================================================================
// Shellscript
// MARK: Shellscript
// ===========================================================================
// Extensions:
// - https://marketplace.visualstudio.com/items?itemName=foxundermoon.shell-format
@@ -339,8 +340,9 @@
},
"shellformat.useEditorConfig": true,
"shellformat.flag": "-i 2 -ci -sr",
//
// ===========================================================================
// YAML
// MARK: YAML
// ===========================================================================
// Extensions:
// - https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml
@@ -349,7 +351,7 @@
"redhat.telemetry.enabled": false,
//
// ===========================================================================
// Makefile
// MARK: Makefile
// ===========================================================================
// Extensions:
// - https://marketplace.visualstudio.com/items?itemName=carlos-algms.make-task-provider
@@ -358,7 +360,7 @@
"make-task-provider.telemetry": false,
//
// ===========================================================================
// vscode-color-picker
// MARK: vscode-color-picker
// ===========================================================================
// Extension:
// - https://marketplace.visualstudio.com/items?itemName=AntiAntiSepticeye.vscode-color-picker
@@ -381,7 +383,7 @@
],
//
// ===========================================================================
// Run on Save callbacks
// MARK: Run on Save callbacks
// ===========================================================================
// Extension:
// - https://marketplace.visualstudio.com/items?itemName=emeraldwalk.RunOnSave
@@ -396,7 +398,7 @@
},
//
// ===========================================================================
// Macros
// MARK: Macros
// ===========================================================================
// Extension:
// - https://marketplace.visualstudio.com/items?itemName=ctf0.macros