Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 182faf9 commit f947274Copy full SHA for f947274
1 file changed
vimception.js
@@ -341,9 +341,6 @@ all_cm( function (cm) {
341
IPython.TextCell.options_default.cm_config.extraKeys['Ctrl-F'] = function(cm){ cm.foldCode(cm.getCursor()); };
342
343
// todo - do this for new cells as well
344
- //cm.setOption('theme', "tomorrow-night-eighties");
345
- //cm.setOption('theme', "twilight");
346
- cm.setOption('theme', "xq-light");
347
// support this a :only? turn off full screen on blur
348
cm.options.extraKeys["F11"] = function(cm) { cm.setOption("fullScreen", !cm.getOption("fullScreen"))};
349
cm.options.extraKeys["Ctrl-A"] = function(cm) {
0 commit comments