forked from VimPlug/jedi-vim
Set 'hide documentation' to the same mapping as jedi#documentation_command - instead of K
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user