/popcontexts.vim

Vim plugin to display contexts of current line

Primary LanguageVim Script

popcontexts.vim

what

Vim plugin to display contexts of current line.

It works in *.py (and maybe in other indented file).

demo

usage

:Pctx

Pctx is an abbreviation of PopupConTeXt.

keymap

By default, this plugin does not change key mappings.

In my .vimrc,

let mapleader="\<Space>"
nnoremap <leader>c :Pctx<CR>