Today my custom keybinding for save_all stopped working, and it defaults to the save_as.
In my workflow default action, save_as, is almost never an action I perform - much more rare than save_all.
I tried uploading the keybinding files, but some memory limit do not allow this.
Thank you for a great editor,
René
Default/Default (Linux).sublime-keymap:
{ "keys": "ctrl+q"], "command": "exit" },
{ "keys": "ctrl+shift+n"], "command": "new_window" },
{ "keys": "ctrl+shift+w"], "command": "close_window" },
{ "keys": "ctrl+o"], "command": "prompt_open_file" },
{ "keys": "ctrl+shift+t"], "command": "reopen_last_file" },
{ "keys": "alt+o"], "command": "switch_file", "args": {"extensions": "cpp", "cxx", "cc", "c", "hpp", "hxx", "h", "ipp", "inl", "m", "mm"]} },
{ "keys": "ctrl+n"], "command": "new_file" },
{ "keys": "ctrl+s"], "command": "save" },
{ "keys": "ctrl+shift+s"], "command": "save_all" },
{ "keys": "ctrl+f4"], "command": "close_file" },
{ "keys": "ctrl+w"], "command": "close" },
… more here, but removed because of memory limit …
]
User/Default (Linux).sublime-keymap:
]