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 8172942 commit f1aac8cCopy full SHA for f1aac8c
1 file changed
vimception.js
@@ -335,7 +335,10 @@ all_cm( function (cm) {
335
//setTimeout(function() {IPython.notebook.get_selected_cell().set_input_prompt('vim');}, 200)
336
337
$("#ipython_notebook").find('img').remove('#vim');
338
-$("#ipython_notebook").append('<img id="vim" src="/static/custom/vim_on_fire.gif" style="'
+$("#ipython_notebook").append('<img id="vim" src="http://www.vim.org/images/vim_on_fire.gif"'
339
+ // XXX: add it to the distribution
340
+ // /static/custom/vim_on_fire.gif"
341
+ + ' style="'
342
+ 'position: absolute; left: 51px; top: -10px; height: initial;">')
343
344
0 commit comments