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 aa17a88 + fc7c3eb commit 3b62ca3Copy full SHA for 3b62ca3
ftplugin/python/ipy.vim
@@ -446,7 +446,6 @@ if g:ipy_perform_mappings != 0
446
map <silent> <M-s> :python dedent_run_this_line()<CR>
447
vmap <silent> <C-S> :python run_these_lines()<CR>
448
vmap <silent> <M-s> :python dedent_run_these_lines()<CR>
449
- map <silent> <C-p> :python set_this_line()<CR>
450
map <silent> <M-c> I#<ESC>
451
vmap <silent> <M-c> I#<ESC>
452
map <silent> <M-C> :s/^\([ \t]*\)#/\1/<CR>
0 commit comments