diff options
Diffstat (limited to 'plugins/finder')
-rwxr-xr-x | plugins/finder | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/finder b/plugins/finder index b7cda42..649b711 100755 --- a/plugins/finder +++ b/plugins/finder @@ -3,7 +3,7 @@ # Description: Run custom search and list results in smart context # # Note: To enable multi select in fzf, export the following: -# - export FZF_DEFAULT_OPTS='--bind ctrl-a:select-all,ctrl-d:deselect-all' +# - export FZF_DEFAULT_OPTS='--bind ctrl-a:select-all,ctrl-d:deselect-all,ctrl-t:toggle' # # Shell: POSIX compliant # Author: Arun Prakash Jana |