vim-shortcut
vim-shortcut copied to clipboard
💇 Discoverable & searchable shortcuts for (Neo)Vim
- 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...
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 ```...