I tried to follow the directions in the Keybindings settings, but it didn't work.
I copied the default entry, opened the keymap file, pasted, changed to 'all', and saved.
'body':
'ctrl-shift-S': 'core:save-all'
I changed two files then presses CTRL-SHIFT-S but they still had the blue modified marker.
I tried the 'keybinding resolver' mentioned in the comments with CTRL-., and it seems to recognize what I created, but it's not saving all files.
Atom 1.27.2
To save a file you can choose File > Save from the menu bar or Ctrl+S to save the file. If you choose File > Save As or press Ctrl+Shift+S then you can save the current content in your editor under a different file name. Finally, you can choose File > Save All or press Alt+Cmd+S to save all the open files in Atom.
You have to go to Edit -> Preferences -> Keybinding. In this tab you can see your actual binding and if you want to change it, you can access to the keymap file and overcharged configuration. To access this file you can click on the link below the "Keybindings" title.
This package is a part of Atom core, no additional installation is required. To see it in action, open any file, open command palette, search "keybinding resolver" and select "Key Binding Resolver: Toggle". Keybinding for keybinding-resolver is ctrl-..
Ctrl+S to save the file. If you choose File > Save As or press Ctrl+Shift+S then you can save the current content in your editor under a different file name. Finally, you can choose File > Save All to save all the open files in Atom.
In this case you should use keybinding-resolver, a package which shows what command resolves to. This package is a part of Atom core, no additional installation is required. To see it in action, open any file, open command palette, search "keybinding resolver" and select "Key Binding Resolver: Toggle".
Download the Atom Text Editor Keyboard Shortcuts Cheat Sheet. Ctrl + Alt + . ⌘ + Option + . Ctrl + Alt + . With these keyboard shortcuts, you can take your project development speed to the next level. You can also manage and keep track of source code using the embedded Git Control in Atom.
You need to change the core
to window
'body':
'ctrl-shift-S':'window:save-all'
See https://github.com/atom/atom/issues/9390
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With