- https://github.com/sharkdp/bat
- export MANPAGER="sh -c 'col -bx | bat -l man -p'"
- https://github.com/junegunn/fzf
- fzf --preview 'bat --style=numbers --color=always --line-range :500 {}'
- export FZF_DEFAULT_COMMAND="fd --type file --color=always --hidden --follow --exclude .git"
- export FZF_DEFAULT_OPTS="--ansi"
- export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
- export FZF_ALT_C_OPTS="--preview 'tree -C {} | head -200'"
- https://github.com/BurntSushi/ripgrep
- https://github.com/ranger/ranger
- https://github.com/sharkdp/fd
Last active
October 4, 2020 06:15
-
-
Save tobbe11/316d686f3df685e47b8106edb5a4009d to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment