|
|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
Author: Yegappan Lakshmanan (yegappan AT yahoo DOT com)
|
|
|
For Vim version 7.0 and above
|
|
|
-Last change: August 29, 2018
|
|
|
+Last change: May 15, 2020
|
|
|
|
|
|
==============================================================================
|
|
|
*mru-license*
|
|
|
@@ -33,6 +33,7 @@ CONTENTS~
|
|
|
2. Installation |mru-installation|
|
|
|
3. Usage |mru-usage|
|
|
|
4. Configuration |mru-configuration|
|
|
|
+5. FZF Integration |mru-fzf|
|
|
|
|
|
|
==============================================================================
|
|
|
1. Overview *mru-overview*
|
|
|
@@ -261,6 +262,18 @@ as shown below:
|
|
|
let MRU_Filename_Format =
|
|
|
\ {'formatter':'v:val', 'parser':'.*', 'syntax': '[^/\\]\+$'}
|
|
|
<
|
|
|
+==============================================================================
|
|
|
+5. FZF Integration *mru-fzf*
|
|
|
+
|
|
|
+You can use the MRU plugin with FZF (command-line fuzzy finder). You can
|
|
|
+download and install FZF from https://github.com/junegunn/fzf.
|
|
|
+
|
|
|
+To select a file from the MRU file list using FZF, run the following command:
|
|
|
+>
|
|
|
+ :FZFMru
|
|
|
+<
|
|
|
+This will invoke FZF to select a file from the MRU list.
|
|
|
+
|
|
|
==============================================================================
|
|
|
|
|
|
vim:tw=78:ts=8:noet:ft=help:
|