Skip to content

Commit 24a9c81

Browse files
committed
Add macvim shortcut
1 parent bcc5b6c commit 24a9c81

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
## 2011-10-18 0.2.5
5+
-------------------
6+
* Add <C-space> shortcut for macvim users.
7+
48
## 2011-10-17 0.2.4
59
-------------------
610
* Add current work path to sys.path

ftplugin/python/pymode.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ if g:pymode_rope
5555
noremap <silent> <buffer> <C-c>f :RopeFindOccurences<CR>
5656
noremap <silent> <buffer> <C-c>m :emenu Rope.<TAB>
5757
inoremap <silent> <buffer> <Nul> <C-R>=RopeCodeAssistInsertMode()<CR>
58+
inoremap <silent> <buffer> <C-space> <C-R>=RopeCodeAssistInsertMode()<CR>
5859
inoremap <silent> <buffer> <S-TAB> <C-R>=RopeLuckyAssistInsertMode()<CR>
5960
6061
endif

0 commit comments

Comments
 (0)