mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
chore(cursor): further tweaks to keybindings and settings
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user