chore(cursor): further tweaks to keybindings and settings

This commit is contained in:
Jim Myhrberg
2025-02-14 21:38:52 +00:00
parent 202570aa74
commit 5d9ceb4e01
2 changed files with 99 additions and 15 deletions

View File

@@ -22,6 +22,15 @@
},
//
// ===========================================================================
// Window
// ===========================================================================
//
{
"key": "cmd+0",
"command": "workbench.action.zoomReset"
},
//
// ===========================================================================
// Save
// ===========================================================================
//
@@ -284,15 +293,6 @@
},
//
// ===========================================================================
// Completion
// ===========================================================================
//
{
"key": "alt+shift+f",
"command": "editor.action.inlineSuggest.acceptNextWord"
},
//
// ===========================================================================
// Text selection
// ===========================================================================
//
@@ -348,8 +348,32 @@
},
//
// ===========================================================================
// Completion
// ===========================================================================
//
{
"key": "alt+shift+f",
"command": "editor.action.inlineSuggest.acceptNextWord"
},
//
// ===========================================================================
// Documentation
// ===========================================================================
//
{ // Show documentation for symbol at cursor.
"key": "ctrl+c d",
"command": "editor.action.showHover"
},
{ // Show documentation for symbol at cursor.
"key": "ctrl+c ctrl+d",
"command": "editor.action.triggerParameterHints"
},
//
// ===========================================================================
// edamagit
// ===========================================================================
// Extension URL:
// - https://marketplace.cursorapi.com/items?itemName=kahole.magit
//
{ // Open magit status.
"key": "ctrl+x g",
@@ -363,6 +387,8 @@
// ===========================================================================
// Project Manager
// ===========================================================================
// Extension URL:
// - https://marketplace.cursorapi.com/items?itemName=alefragnani.project-manager
//
{ // List projects.
"key": "ctrl+z ctrl+s",
@@ -376,6 +402,8 @@
// ===========================================================================
// dired
// ===========================================================================
// Extension URL:
// - https://marketplace.cursorapi.com/items?itemName=rrudi.vscode-dired
//
{ // Open dired.
"key": "ctrl+x ctrl+j",
@@ -411,6 +439,8 @@
// ===========================================================================
// swiper
// ===========================================================================
// Extension URL:
// - https://marketplace.cursorapi.com/items?itemName=wenhoujx.swiper
//
{ // Swiper word at cursor.
"key": "alt+r",
@@ -420,6 +450,8 @@
// ===========================================================================
// Makefile task runner
// ===========================================================================
// Extension URL:
// - https://marketplace.cursorapi.com/items?itemName=carlos-algms.make-task-provider
//
{ // Run target.
"key": "ctrl+c enter",