m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 15:53:39 -05:00

Add section for TERM environment variable

Jan Edmund Lazo
2017-10-25 00:25:36 -04:00
parent d429fd8750
commit cc8cbbf71c

@@ -10,10 +10,18 @@ flawlessly.
Windows binary does not support `--height` option which is used to start fzf in non-fullscreen mode. Windows binary does not support `--height` option which is used to start fzf in non-fullscreen mode.
### fzf outputs `character set not supported` when `TERM` environment variable is set
`TERM` must be unset to run on the terminal. fzf unsets `TERM` when running on a bash with `TERM=cygwin`.
- https://github.com/junegunn/fzf/issues/963
### fzf uses `cmd.exe` to start `FZF_DEFAULT_COMMAND` ### fzf uses `cmd.exe` to start `FZF_DEFAULT_COMMAND`
Even if you're on Cygwin, fzf will use `cmd.exe` (instead of `sh`) to start `FZF_DEFAULT_COMMAND`. Even if you're on Cygwin, fzf will use `cmd.exe` (instead of `sh`) to start `FZF_DEFAULT_COMMAND`.
###
### Relative Filepaths ### Relative Filepaths
fzf uses `dir /s/b` as its default command for performance but it outputs absolute filepaths. fzf uses `dir /s/b` as its default command for performance but it outputs absolute filepaths.