Skip to content
#

spacemacs

Here are 317 public repositories matching this topic...

danielo515
danielo515 commented Oct 7, 2020

Problem

When I want to re-assign one of the existing commands to a different key, I have no idea of what command to use. For example, if I want leader f o to open a file, I have to go to this extension repository, check the package.json and look for this snippet:

{
"key": "f",
"name": "Open file/folder",
"type": "command",
"command": "file-browser.open"
},

If I try to

Improve this page

Add a description, image, and links to the spacemacs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the spacemacs topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.