Set 'hide documentation' to the same mapping as jedi#documentation_command - instead of K

This commit is contained in:
pearofducks
2015-03-07 15:08:07 +01:00
parent 59c98d61cf
commit 55929b2713
2 changed files with 2 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ Justin Cheevers @justincheevers
Talha Ahmed (@talha81) <talha.ahmed@gmail.com>
Matthew Tylee Atkinson (@matatk)
Pedro Ferrari (@petobens)
Dave Honneffer (@pearofducks)
@something are github user names.

View File

@@ -80,7 +80,7 @@ function! jedi#show_documentation()
" quit comands
nnoremap <buffer> q ZQ
nnoremap <buffer> K ZQ
execute "nnoremap <buffer> ".g:jedi#documentation_command." ZQ"
" highlight python code within rst
unlet! b:current_syntax