Skip to content

Popup window gallery

Yggdroot edited this page Dec 16, 2019 · 9 revisions

Examples

Preview quickfix error in popup window

Very simple ftplugin for the quickfix window to preview the file with the quickfix item under the cursor in a popup window. Video can be found here, Plugin: vim-qf-preview.

Key mappings for popup window:

  • Ctrl-J and Ctrl-K scrolls popup window down and up
  • gg jumps to first line
  • G jumps to bottom
  • x (or any cursor movement): closes popup window

Screenshot

Fuzzy finder tool in popup window

An efficient fuzzy finder that helps to locate files, buffers, mrus, gtags, etc., on the fly.
Plugin: LeaderF.

Usage: :Leaderf file --popup

Key mappings for popup window:

  • Ctrl-J, Ctrl-K: scrolls down and up in the search window
  • Ctrl-P: preview the result
  • Ctrl-Down, Ctrl-Up: scrolls down and up in preview window
  • <CR>: accept the result

Screenshot

LeaderF