Skip to content

Commit b5d9d28

Browse files
committed
Updated to handle Mac shortcut keys of "Cmd-Left" and "Cmd-Right"
1 parent 25dd400 commit b5d9d28

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

public/js/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ var defaultExtraKeys = {
4747
cm.replaceSelection(spaces);
4848
}
4949
}
50-
}
50+
},
51+
"Cmd-Left": "goLineLeftSmart",
52+
"Cmd-Right": "goLineRight"
5153
};
5254

5355
var idleTime = 300000; //5 mins

0 commit comments

Comments
 (0)