diff --git a/platforms/home-manager/modules/nmasur/presets/programs/helix.nix b/platforms/home-manager/modules/nmasur/presets/programs/helix.nix
index e18c85e..1a191cf 100644
--- a/platforms/home-manager/modules/nmasur/presets/programs/helix.nix
+++ b/platforms/home-manager/modules/nmasur/presets/programs/helix.nix
@@ -137,6 +137,9 @@ in
 
         keys.normal = {
 
+          # Use the enter key to save the file
+          ret = ":write";
+
           # Get out of multiple cursors and selection
           esc = [
             "collapse_selection"