Sublime Forum

Command + s to save

#1

I just purchased Sublime Text. I am really enjoying it to code. The only issue I am running into is that to save the file I usually do command + s on my Mac. Apparently this option is not available. Is there a way to add this back, and / or what is the best way to save my work?

I am used to vim so if there is a vim like emulator, I can used the vim shortcuts to save my work.

thanks,

0 Likes

#2

You may want to have a look at https://packagecontrol.io/packages/NeoVintageous

Key bindings are fully customizable. You may want to run “Preferences: Key Bindings” from command pallette and add { "keys": ["command+s"], "command": "save" },

0 Likes

#3

That worked

0 Likes