Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 384 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 384 Bytes

Image Preview for Nvim-Tree

A small preview plugin that uses feh to display images.

Preview

Keymaps

The default keymap:

<Space>p

How to change keymaps

require('image-preview').setup({
    mappings = {
        PreviewImage = {
            { 'n' },
            ' s', -- <leader>p
        },
    },
})