Update README

This commit is contained in:
Junegunn Choi
2023-09-06 00:48:04 +09:00
parent 5c218e982d
commit 1be10b0e50
2 changed files with 28 additions and 36 deletions

View File

@@ -12,10 +12,6 @@ write their own Vim commands with it. However, I've learned that many users of
fzf are not familiar with Vimscript and are looking for the "default" fzf are not familiar with Vimscript and are looking for the "default"
implementation of the features they can find in the alternative Vim plugins. implementation of the features they can find in the alternative Vim plugins.
This repository is a bundle of fzf-based commands and mappings extracted from
my .vimrc to address such needs. They are *not* designed to be flexible or
configurable, and there's no guarantee of backward-compatibility.
Why you should use fzf on Vim Why you should use fzf on Vim
----------------------------- -----------------------------
@@ -106,7 +102,7 @@ pathogen#helptags()`. [↩](#a1))
Customization Customization
------------- -------------
### Global configuration options for the base plugin ### Configuration options of the base plugin
Every command in fzf.vim internally calls `fzf#wrap` function of the main Every command in fzf.vim internally calls `fzf#wrap` function of the main
repository which supports a set of global option variables. So please read repository which supports a set of global option variables. So please read

View File

@@ -10,7 +10,7 @@ FZF-VIM - TABLE OF CONTENTS *fzf-vim* *fzf-vim-to
Dependencies |fzf-vim-dependencies| Dependencies |fzf-vim-dependencies|
Commands |fzf-vim-commands| Commands |fzf-vim-commands|
Customization |fzf-vim-customization| Customization |fzf-vim-customization|
Global configuration options for the base plugin |fzf-vim-global-configuration-options-for-the-base-plugin| Configuration options of the base plugin |fzf-vim-configuration-options-of-the-base-plugin|
Configuration options for fzf.vim |fzf-vim-configuration-options-for-fzf-vim| Configuration options for fzf.vim |fzf-vim-configuration-options-for-fzf-vim|
Preview window |fzf-vim-preview-window| Preview window |fzf-vim-preview-window|
Command-level options |fzf-vim-command-level-options| Command-level options |fzf-vim-command-level-options|
@@ -45,10 +45,6 @@ own Vim commands with it. However, I've learned that many users of fzf are not
familiar with Vimscript and are looking for the "default" implementation of familiar with Vimscript and are looking for the "default" implementation of
the features they can find in the alternative Vim plugins. the features they can find in the alternative Vim plugins.
This repository is a bundle of fzf-based commands and mappings extracted from
my .vimrc to address such needs. They are not designed to be flexible or
configurable, and there's no guarantee of backward-compatibility.
{1} https://github.com/junegunn/fzf {1} https://github.com/junegunn/fzf
{2} https://github.com/junegunn/fzf/blob/master/README-VIM.md#fzfrun {2} https://github.com/junegunn/fzf/blob/master/README-VIM.md#fzfrun
@@ -165,8 +161,8 @@ CUSTOMIZATION *fzf-vim-customization*
============================================================================== ==============================================================================
< Global configuration options for the base plugin >__________________________~ < Configuration options of the base plugin >__________________________________~
*fzf-vim-global-configuration-options-for-the-base-plugin* *fzf-vim-configuration-options-of-the-base-plugin*
Every command in fzf.vim internally calls `fzf#wrap` function of the main Every command in fzf.vim internally calls `fzf#wrap` function of the main
repository which supports a set of global option variables. So please read repository which supports a set of global option variables. So please read