Skip to content

luzhlon/guider.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

guider.nvim is a vim keymap-display plugin inspired by

The improvement of guider.nvim is it can show guider's window under insert, visual, operator-pending mode.

Examples

let guider#config = {
    \ ' f': 'File',
    \ ' fc': 'CD Current File',
    \ ' fr': 'Recent Files',
    \ ' fs': 'New Scratch',
    \ ' fy': 'Copy FullPath To Clipboard',
    \ ' q': 'Quit',
\ }
nn <silent><space>fc    :cd %:h<cr>
nn <silent><space>fr    :Denite file/old'<cr>
nn <silent><space>fs    :call vwm#scrach()<cr>
nn         <space>ft    :conf e $TEMP/
nn <silent><space>fy    :let @+=expand('%:p')<cr>
nn <silent><space>q     :confirm qa<cr>

" Guide for mappings with <space> prefix
nore  <expr><space> guider#(' ')
" Guide for mappings with 'g' prefix
nore  <expr>g       guider#('g')
" Guide for all local-buffer mappings
nore  <expr>\       guider#('<buffer>')

ScreenShots

normal-mode:

operator-pending mode:

insert mode:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published