We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c8e00e + dc4bc20 commit fc7c3ebCopy full SHA for fc7c3eb
ftplugin/python/ipy.vim
@@ -432,7 +432,6 @@ if g:ipy_perform_mappings != 0
432
map <silent> <M-s> :python dedent_run_this_line()<CR>
433
vmap <silent> <C-S> :python run_these_lines()<CR>
434
vmap <silent> <M-s> :python dedent_run_these_lines()<CR>
435
- map <silent> <C-p> :python set_this_line()<CR>
436
map <silent> <M-c> I#<ESC>
437
vmap <silent> <M-c> I#<ESC>
438
map <silent> <M-C> :s/^\([ \t]*\)#/\1/<CR>
0 commit comments