Преглед на файлове

Add Suggestion Strategy section to Configuration section of Readme.

pull/144/head v0.3.0
Eric Freese преди 8 години
родител
ревизия
1ed9155f89
променени са 1 файла, в които са добавени 8 реда и са изтрити 0 реда
  1. +8
    -0
      README.md

+ 8
- 0
README.md Целия файл

@ -64,6 +64,14 @@ You may want to override the default global config variables after sourcing the
Set `ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE` to configure the style that the suggestion is shown with. The default is `fg=8`.
### Suggestion Strategy
Set `ZSH_AUTOSUGGEST_STRATEGY` to choose the strategy for generating suggestions. There are currently two to choose from:
- `default`: Chooses the most recent match.
- `match_prev_cmd`: Chooses the most recent match whose preceding history item matches the most recently executed command ([more info](src/strategies/match_prev_cmd.zsh)).
### Widget Mapping
This plugin works by triggering custom behavior when certain [zle widgets](http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Zle-Widgets) are invoked. You can add and remove widgets from these arrays to change the behavior of this plugin:

Зареждане…
Отказ
Запис