Skip to content

Commit 3b62ca3

Browse files
committed
Merge branch 'master' of github.com:ivanov/vim-ipython
2 parents aa17a88 + fc7c3eb commit 3b62ca3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ftplugin/python/ipy.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ if g:ipy_perform_mappings != 0
446446
map <silent> <M-s> :python dedent_run_this_line()<CR>
447447
vmap <silent> <C-S> :python run_these_lines()<CR>
448448
vmap <silent> <M-s> :python dedent_run_these_lines()<CR>
449-
map <silent> <C-p> :python set_this_line()<CR>
450449
map <silent> <M-c> I#<ESC>
451450
vmap <silent> <M-c> I#<ESC>
452451
map <silent> <M-C> :s/^\([ \t]*\)#/\1/<CR>

0 commit comments

Comments
 (0)