Commit Graph

28 Commits

Author SHA1 Message Date
Kien N
0319703514 Support user extensions
* Search for and perform actions on anything you want, not just files, buffers and MRU.
  Check out the 'extensions' branch for more details and how-to.
* <F5> now also removes deleted files from MRU list.
* Slight sorting change.
2011-10-23 17:38:03 +07:00
Kien N
6ee4410612 Improve Open Multiple Files
Try not to open a new tab when using <c-o> to open marked files.
Option to move the match window to top of screen.
2011-10-09 09:30:16 +07:00
Kien N
1ebf85d96c fix markdown 2011-10-08 22:09:04 +07:00
Kien N
b7d87e1cfb Smarter OpenMulti() action 2011-10-08 21:42:18 +07:00
Kien N
c8d02c5902 Enhancements for prompt history and :CtrlP [start-dir]
Can now use <tab> to auto-complete the directory for the :CtrlP [starting-directory] command.
Prompt history: put last string into history as well (accepted or not).
Remove |g:ctrlp_persistent_input|, |g:ctrlp_live_update| and <c-^>.
2011-10-07 21:10:14 +07:00
Kien N
1a2c3ee8d2 Open Multiple Files
Use <c-z> to mark/unmark files and <c-o> to open them. You can enter new input strings and continue to mark more files. The list of marked files will be cleared upon exiting CtrlP.
2011-10-03 03:04:43 +07:00
Kien N
bfd98009ed Various changes:
* New option `g:ctrlp_live_update`: enable/disable the update-as-you-type functionality.
* New option `g:ctrlp_max_depth`: the maximum directory depth to recurse into.
* New command `ResetCtrlP`: reset all options and take in new values of the option variables.
* Various other changes and bugfixes.
2011-09-18 18:33:37 +07:00
Kien N
e311264c38 update docs on using wildignore 2011-09-14 00:17:20 +07:00
Kien N
c360f2db47 sorting and escaping 2011-09-13 08:27:27 +07:00
Kien N
d18767ec36 mentionwildignore 2011-09-12 05:49:42 +07:00
Kien N
df2622f294 update readme with new .. input 2011-09-09 20:49:50 +07:00
Kien N
d17beb03f9 bug fix and clean up 2011-09-08 04:01:08 +07:00
Kien N
1c9a615111 udate docs 2011-09-07 22:10:52 +07:00
Kien N
fbcfec256e New feature: search most recently opened files 2011-09-07 21:41:43 +07:00
Kien N
bdfb4c5f8d should be good now 2011-09-06 07:11:20 +07:00
Kien N
88b4d9ae84 fix readme 2011-09-06 07:05:03 +07:00
Kien N
d82dfe8319 fix readme 2011-09-06 07:02:25 +07:00
Kien N
ba935d9ea4 fix readme 2011-09-06 07:00:33 +07:00
Kien N
48c91d85fc small edit 2011-09-06 06:52:49 +07:00
Kien N
d5ee279208 small edit 2011-09-06 06:48:56 +07:00
Kien N
cbad949c81 small edit 2011-09-06 06:47:40 +07:00
Kien N
850c742994 small edit 2011-09-06 06:45:33 +07:00
Kien N
183423bc2c small edit 2011-09-06 06:43:48 +07:00
Kien N
4daf1653b0 fix images 2011-09-06 06:40:55 +07:00
Kien N
f823efefee some small edits 2011-09-06 06:30:54 +07:00
Kien N
4ca1ab9e37 some small changes 2011-09-05 21:59:18 +07:00
Kien N
c51b7ecbfc add find buffers 2011-09-05 18:05:04 +07:00
Kien N
b6f15390b8 various changes 2011-08-22 09:14:00 +07:00