mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
chore(cursor): add minimap heading markings to config files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user