Skip to content

Instantly share code, notes, and snippets.

@igorferreira
Created September 8, 2020 02:56
Show Gist options
  • Save igorferreira/0f48041230068e4aa4148c53c8c94982 to your computer and use it in GitHub Desktop.
Save igorferreira/0f48041230068e4aa4148c53c8c94982 to your computer and use it in GitHub Desktop.
Mapa de Atalhos de teclado para Mailspring
{
"core:archive-item": "a",
"application:new-message": "c",
"core:previous-item": [
"j",
"up"
],
"core:next-item": [
"k",
"down"
],
"core:remove-and-previous": "del",
"core:remove-and-next": [
"d"
],
"core:remove-from-view": "backspace",
"core:mark-as-read": "shift+i"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment