Skip to content
Snippets Groups Projects
  • Junegunn Choi's avatar
    c20954f0
    Add replace-query action · c20954f0
    Junegunn Choi authored
    replace-query action replaces the query string with the current
    selection. If the selection is too long, it will be truncated.
    
    If the line contains meta-characters of fzf search syntax, it is
    possible that the line is no longer included in the updated result.
    
    e.g.
    
      echo '!hello' | fzf --bind ctrl-v:replace-query
    
    Close #1137
    Add replace-query action
    Junegunn Choi authored
    replace-query action replaces the query string with the current
    selection. If the selection is too long, it will be truncated.
    
    If the line contains meta-characters of fzf search syntax, it is
    possible that the line is no longer included in the updated result.
    
    e.g.
    
      echo '!hello' | fzf --bind ctrl-v:replace-query
    
    Close #1137
Code owners
Assign users and groups as approvers for specific file changes. Learn more.