We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc5b6c commit 24a9c81Copy full SHA for 24a9c81
Changelog.rst
@@ -1,6 +1,10 @@
1
Changelog
2
=========
3
4
+## 2011-10-18 0.2.5
5
+-------------------
6
+* Add <C-space> shortcut for macvim users.
7
+
8
## 2011-10-17 0.2.4
9
-------------------
10
* Add current work path to sys.path
ftplugin/python/pymode.vim
@@ -55,6 +55,7 @@ if g:pymode_rope
55
noremap <silent> <buffer> <C-c>f :RopeFindOccurences<CR>
56
noremap <silent> <buffer> <C-c>m :emenu Rope.<TAB>
57
inoremap <silent> <buffer> <Nul> <C-R>=RopeCodeAssistInsertMode()<CR>
58
+ inoremap <silent> <buffer> <C-space> <C-R>=RopeCodeAssistInsertMode()<CR>
59
inoremap <silent> <buffer> <S-TAB> <C-R>=RopeLuckyAssistInsertMode()<CR>
60
61
endif
0 commit comments