Skip to content

Commit 1857464

Browse files
committed
Fix hotkey for showing documentation
1 parent 7488e05 commit 1857464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vimrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ let g:pymode_rope_guess_project=0
166166

167167
" documentation
168168
let g:pymode_doc=0
169-
let g:pymode_doc_key='K'
169+
let g:pymode_doc_bind='K'
170170

171171
" lints
172172
let g:pymode_lint=0

0 commit comments

Comments
 (0)