RichardNee
2bf85d25e2
Fix preview.sh not running when the file path contains "binary" ( #1055 )
2020-06-21 17:54:35 +09:00
Junegunn Choi
ef24327796
Enable preview window for BTags
...
Close #195
Close #799
Close #724
Close #955
2020-03-15 16:46:56 +09:00
Junegunn Choi
15ed47f561
Add option to globally enable or disable preview window
2020-03-15 16:16:04 +09:00
Kohei Murakami
ed9d66c2a6
Remove unnecessary escaping in tilde expansion ( #962 )
2020-03-11 23:22:06 +09:00
uzxmx
48a2d80a24
[fzf#vim#preview] Respect $BAT_STYLE ( #953 )
2020-02-19 12:16:32 +09:00
Phong
dc4c4c2271
Use FZF_PREVIEW_LINES instead of LINES ( #931 )
...
Since fzf v0.18.0 FZF_PREVIEW_LINES is preferred over LINES
2020-01-14 14:07:14 +09:00
Junegunn Choi
76669c3c1d
Deprecate preview.rb
2019-12-22 18:11:18 +09:00
Junegunn Choi
206ec5efe9
Use --line-range and --highlight-line options of bat
2019-12-17 14:19:59 +09:00
ptzz
bce6588d24
Fix preview of paths starting with ~/ ( #892 )
2019-11-01 10:31:41 +09:00
Miguel Madrid Mencía
9b50e2fd5f
Fix preview of symbolic links ( #739 )
2019-02-21 10:42:10 +09:00
Elisha Hastings
ad1833ecbc
[preview] Use env to get bash ( #737 )
...
This wasn't working on NixOS due to bash not being under `/bin`. Using `env` should make it compatible with more setups.
2018-11-14 22:19:17 +09:00
Junegunn Choi
0dbcfb28c4
[preview] Clean up preview scripts
...
- Use preview.sh instead of preview.rb by default
- Try bat syntax highlighter with the highest priority
- Remove "-v" option as the latest version of fzf sets up $LINES
- Allow users to customize the preview command via $FZF_PREVIEW_COMMAND
- *EXPERIMENTAL / EVOLVING / UNDOCUMENTED*
- Should be a command template with {} placeholder expression
- e.g. "nl {}"
2018-11-09 16:11:31 +09:00
Jongwook Choi
b73d141b74
[preview] Support bat for syntax highlighting in preview.rb
...
One can still take advantage of `bat` as a syntax highlighter,
when ruby is available but other ruby-based highlighter packages
are not installed.
2018-11-09 16:11:31 +09:00
Jongwook Choi
974d366b33
[preview] Use bat for syntax highlighting if available
...
In the preview.sh script (used when ruby is not installed),
`bat` (a clone of `cat` with syntax highlighting, etc.) can be
used for the sake of syntax highlighting. If bat is not available,
just fallback to the plain cat as before.
[bat]: https://github.com/sharkdp/bat
2018-11-09 16:11:31 +09:00
Junegunn Choi
009c58b481
Use $LINES instead of $FZF_PREVIEW_HEIGHT
...
Since 0.17.3, fzf exports $LINES and $COLUMNS to preview process.
FZF_PREVIEW_HEIGHT will be deprecated.
2017-12-09 23:22:24 +09:00
Jan Edmund Lazo
b51382fe9e
[fzf#vim#preview] Use ruby in Windows if available ( #471 )
...
Close #459
2017-10-22 22:50:12 +09:00
Jan Edmund Lazo
df79877245
[fzf#vim#preview] works with Windows default command ( #441 )
2017-09-04 22:50:37 +09:00
Junegunn Choi
d99169da2d
Use FZF_PREVIEW_HEIGHT if available. Requires fzf 0.16.7.
...
Close #361
2017-04-30 12:06:41 +09:00
Blaž Hrastnik
4f00962a81
Add support for the rouge highlighter. ( #336 )
...
https://github.com/jneen/rouge
2017-03-18 02:07:06 +09:00
Junegunn Choi
06a8b870c0
[Tags] Support multiple tags files
...
We also apply --nth 1..2 by default to limit the search scope.
Close #106
Related #5 , #329
2017-03-10 17:04:52 +09:00
Junegunn Choi
f54ec7caf1
Do not preview binary files
2017-01-23 10:28:08 +09:00
Junegunn Choi
abdf894edf
[fzf#vim#with_preview] Expand relative path
...
Close #261
2016-12-08 13:30:06 +09:00
alex
42086bee57
Add preview.sh for ruby-less previews. ( #259 )
2016-12-05 02:11:22 +09:00
Junegunn Choi
9ce2c2179f
Add fzf#vim#with_preview function for previewing search result
...
Close #225
2016-11-26 14:11:27 +09:00