summaryrefslogtreecommitdiff
path: root/public/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/js/index.js')
-rw-r--r--public/js/index.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/public/js/index.js b/public/js/index.js
index d780714d..92b5ae5d 100644
--- a/public/js/index.js
+++ b/public/js/index.js
@@ -47,7 +47,9 @@ var defaultExtraKeys = {
cm.replaceSelection(spaces);
}
}
- }
+ },
+ "Cmd-Left": "goLineLeftSmart",
+ "Cmd-Right": "goLineRight"
};
var idleTime = 300000; //5 mins