From 2848ad9a2337996f27aa32279e1116cd89b79653 Mon Sep 17 00:00:00 2001 From: David Halter Date: Wed, 5 Sep 2012 23:39:40 +0200 Subject: [PATCH] added K to quit the help window, which makes it easy to toggle the help window --- jedi.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jedi.vim b/jedi.vim index 77f7eef..e51be90 100644 --- a/jedi.vim +++ b/jedi.vim @@ -137,7 +137,11 @@ PYTHONEOF endif execute "resize ".l:doc_lines + " quit comands nnoremap q ZQ + nnoremap K ZQ + + " highlight python code within rst unlet! b:current_syntax let l:pythonpath = fnameescape(globpath(&rtp,"syntax/python.vim")) exe "syn include @rstPythonScript ".l:pythonpath