vim-shortcut icon indicating copy to clipboard operation
vim-shortcut copied to clipboard

💇 Discoverable & searchable shortcuts for (Neo)Vim

Results 3 vim-shortcut issues
Sort by recently updated
recently updated
newest added

- enabled `:Denite shortcut` to display list of shortcuts - added option whether to expand leader keys or not; if the leader is a `` then without disabling this the...

The leader key display behaviour in 4195e886db640b84786d086e9d14b1b5c17e71cf doesn't look very good when your leader is ``. Everything just gets indented by a space. Perhaps make it configurable with something like...

enhancement

Thank you for this wonderful tool. I notice this works as expected: ``` Shortcut! :grep Perform grep search ``` But this does not: ``` Shortcut! ':set updatetime=' Set updatetime ```...