facelessuser / FavoriteFiles

Sublime Text plugin to save favorite files http://facelessuser.github.io/FavoriteFiles/
70 stars 8 forks source link

[Question] "Quick" add to favorites - keyboard shortcut #22

Closed backslash-f closed 5 years ago

backslash-f commented 5 years ago

Hallo,

Any way to add a file to favorites providing default answers for the default questions?

For example:

{
    "keys": [
      "super+shift+a"
    ],
    "command": "favorite_files_add",
    "args": {
      "Add current file": "true",
      "No group": "true"
    }
  }

Thanks!

facelessuser commented 5 years ago

There currently isn't an easy way to do that.

backslash-f commented 5 years ago

Mmkay. I guess we can close this issue then. Thanks anyway! 👍