mirror of
https://github.com/junegunn/fzf.git
synced 2025-12-07 13:24:27 +08:00
Add 'show-preview' and 'hide-preview'
For cases where 'toggle-preview' is not enough
This commit is contained in:
@@ -1111,6 +1111,10 @@ func parseActionList(masked string, original string, prevActions []*action, putA
|
||||
appendAction(actPrevSelected)
|
||||
case "next-selected":
|
||||
appendAction(actNextSelected)
|
||||
case "show-preview":
|
||||
appendAction(actShowPreview)
|
||||
case "hide-preview":
|
||||
appendAction(actHidePreview)
|
||||
case "toggle-preview":
|
||||
appendAction(actTogglePreview)
|
||||
case "toggle-preview-wrap":
|
||||
|
||||
Reference in New Issue
Block a user