Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fish] Remove perl from fish key bindings (junegunn#1635)
Perl was used to remove the trailing newline character, but fzf already has --print0 to use null character as terminators, and fish read -z is expecting null character as terminators. There is no reason to depend on perl if --print0 is passed to fzf invocation.
- Loading branch information