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.
1 parent 7c8e00e commit dc4bc20Copy full SHA for dc4bc20
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