diff options
| author | Hiroki Konishi <relastle@gmail.com> | 2020-02-17 10:19:03 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-17 10:19:03 +0900 |
| commit | 2a60edcd52df0c913ea8a93efec4027b9a758a5b (patch) | |
| tree | 6ff74c8dd9996ad0f5a621c0175ccad18c2b55b4 /shell | |
| parent | d61ac32d7b5f1ba0c98c5fff3ec33f76c865e96e (diff) | |
| download | fzf-2a60edcd52df0c913ea8a93efec4027b9a758a5b.tar.gz | |
Make pointer and multi-select marker customizable (#1844)
Add --pointer and --marker option which can provide additional context to the user
Diffstat (limited to 'shell')
| -rw-r--r-- | shell/completion.bash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/completion.bash b/shell/completion.bash index 8b3025ac..9d52a6ba 100644 --- a/shell/completion.bash +++ b/shell/completion.bash @@ -72,6 +72,8 @@ _fzf_opts_completion() { --margin --inline-info --prompt + --pointer + --marker --header --header-lines --ansi |
