Skip to content

Commit 354d063

Browse files
committed
Fix keys.
1 parent a0fc71c commit 354d063

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ftplugin/python/pymode.vim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ endif
4343
if g:pymode_rope
4444

4545
" 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>
46+
noremap <silent> <buffer> <C-c>g :RopeGotoDefinition<CR>
47+
noremap <silent> <buffer> <C-c>d :RopeShowDoc<CR>
48+
noremap <silent> <buffer> <C-c>f :RopeFindOccurences<CR>
4949
noremap <silent> <buffer> <C-c>m :emenu Rope.<TAB>
5050
inoremap <silent> <buffer> <Nul> <C-R>=RopeCodeAssistInsertMode()<CR>
5151
inoremap <silent> <buffer> <S-TAB> <C-R>=RopeLuckyAssistInsertMode()<CR>

0 commit comments

Comments
 (0)