Vim plugin to display contexts of current line.
It works in *.py (and maybe in other indented file).
:Pctx
Pctx
is an abbreviation of PopupConTeXt
.
By default, this plugin does not change key mappings.
In my .vimrc
,
let mapleader="\<Space>"
nnoremap <leader>c :Pctx<CR>