GitXplorerGitXplorer
o

ctrlp-history

public
4 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
4907d93a2fec8d71de1cccdd2b03a8a1ed124265

Merge pull request #4 from blyoa/master

oompugao committed 9 years ago
Unverified
b6365667ce1b6b2edb04177c70ae224ff36e2db4

fix skipping first match

bblyoa committed 9 years ago
Unverified
647b02cdf7c3f171ec6170722ec04f1924297c7e

surround string by '

oompugao committed 11 years ago
Unverified
ed54d6bf2c9c3624a87367c5efc471ee89d4b2d2

Merge pull request #2 from pydave/error-message

oompugao committed 11 years ago
Unverified
d2f60f46b0c02ba058bc419b17a67c50b04fc1ef

add histadd

oompugao committed 11 years ago
Unverified
13b72bb76aeb57b2df2c2acdf7979cddd751408d

Display error when pattern is not found

committed 11 years ago

README

The README file for this repository.

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>