m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-12 05:13:49 -05:00

Updated Examples (markdown)

Johan Widén
2023-03-04 12:58:11 +01:00
parent 31d6140138
commit e45879fd7f

@@ -2164,7 +2164,7 @@ fman() {
export MANPAGER="sh -c 'col -bx | bat -l man -p --paging always'"
```
Same as above, but for Termux (Android). man -k behaves differently in Android.
Same as above, but for Termux (Android). man -k behaves differently in Termux, compared to Ubuntu.
```sh
#!/data/data/com.termux/files/usr/bin/bash
export MANPAGER=~/bin/pman