This plugin has been integrated into Denite.
You can use :Denite command_history without this plugin.
vim-denite-command-history is a source for denite.nvim.
This plugin can execute command from ':history' contents.
This plugin depends on:
For dein.vim
call dein#add('Shougo/denite.nvim')
call dein#add('pocari/vim-denite-command-history'):Denite command_history
| action | description |
|---|---|
| execute(default) | execute selected command |
| edit_and_execute | edit selected command and execute |
if you want to change default action
:Denite command_history -default-action=edit_and_executeexample
" ignore command regexp. (note: regexp is python3's regexp)
call denite#custom#var('command_history', 'ignore_command_regexp', [
'^q'
])