Skip to content

ompugao/ctrlp-history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

ctrlp-history

Adds cmd history (what you see in g:) and search history (what you see in g/) to ctrlp so you can quickly re-run commands or searches.

Install

Please install ctrlp.vim to use this plugin.

Bundle/NeoBundle will be convenient plugins to install such plugins.

Usage

:CtrlPCmdHistory
:CtrlPSearchHistory

An example of .vimrc

nnoremap <silent><C-p><C-h> :CtrlPCmdHistory<CR>
nnoremap <silent><C-p><C-s> :CtrlPSearchHistory<CR>

About

exec command from history via ctrlp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published