We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0fc71c commit 354d063Copy full SHA for 354d063
1 file changed
ftplugin/python/pymode.vim
@@ -43,9 +43,9 @@ endif
43
if g:pymode_rope
44
45
" DESC: Set keys
46
- noremap <silent> <buffer> <C-c>g :call RopeGotoDefinition()<CR>
47
- noremap <silent> <buffer> <C-c>d :call RopeShowDoc()<CR>
48
- noremap <silent> <buffer> <C-c>f :call RopeFindOccurences()<CR>
+ noremap <silent> <buffer> <C-c>g :RopeGotoDefinition<CR>
+ noremap <silent> <buffer> <C-c>d :RopeShowDoc<CR>
+ noremap <silent> <buffer> <C-c>f :RopeFindOccurences<CR>
49
noremap <silent> <buffer> <C-c>m :emenu Rope.<TAB>
50
inoremap <silent> <buffer> <Nul> <C-R>=RopeCodeAssistInsertMode()<CR>
51
inoremap <silent> <buffer> <S-TAB> <C-R>=RopeLuckyAssistInsertMode()<CR>
0 commit comments