m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-20 17:43:42 -05:00

Commit Graph

  • 2e8e63fb0b Add more --border options Junegunn Choi 2020-10-26 22:33:41 +09:00
  • 874f7dd416 Update --color example in CHANGELOG Junegunn Choi 2020-10-26 00:21:48 +09:00
  • 8b0e3b1624 Update --color docs Junegunn Choi 2020-10-26 00:15:30 +09:00
  • 9b946f2b7a Fix preview window of tcell renderer Junegunn Choi 2020-10-25 21:43:53 +09:00
  • 11841f688b Add support for text styling using --color Junegunn Choi 2020-10-25 19:29:37 +09:00
  • 03c4f04246 Use 64-bit integer for preview version Junegunn Choi 2020-10-24 16:55:55 +09:00
  • a1f06ae27f Fix regression where empty preview content is not displayed Junegunn Choi 2020-10-23 23:52:05 +09:00
  • 69dffd78a6 Do not assume that each character takes at least 1 column Junegunn Choi 2020-10-23 23:32:10 +09:00
  • 2750e19657 Update go-runewidth Junegunn Choi 2020-10-23 23:31:46 +09:00
  • b0987f727b Clarify that additional installation steps may be required Junegunn Choi 2020-10-23 22:49:14 +09:00
  • a4d9b0b468 Support ANSI escape sequence for clearing display in preview window Junegunn Choi 2020-10-23 21:37:20 +09:00
  • e2b87e0d74 Fix Travis CI build Junegunn Choi 2020-10-23 20:44:04 +09:00
  • 2166b4ca17 Fix test cases Junegunn Choi 2020-10-23 19:54:45 +09:00
  • d2d4d68585 Always show the number of selected entries to indicate if --multi is enabled Junegunn Choi 2020-10-20 20:04:06 +09:00
  • faf68dbc5c Implement streaming preview window (#2215) Junegunn Choi 2020-10-18 17:03:33 +09:00
  • 305896fcb3 README-VIM: g:fzf_action doesn't work with custom sink Junegunn Choi 2020-10-18 13:06:51 +09:00
  • 6c9adea0d3 [fish] Fix parser handling of option-like args (#2208) Andrew Zhou 2020-10-11 22:58:37 -05:00
  • fc7630a66d 0.23.1 0.23.1 Junegunn Choi 2020-10-11 02:04:07 +09:00
  • 3248153d9f Add --preview-window=default for resetting the options Junegunn Choi 2020-10-11 01:51:39 +09:00
  • 246b9f3130 Simplify fzf-tmux script Junegunn Choi 2020-10-09 22:03:35 +09:00
  • 865144850d Add nowrap, nocycle, nohidden for --preview-window Junegunn Choi 2020-10-09 21:56:16 +09:00
  • d9752a4c21 Reset preview window flags that are not style-related Junegunn Choi 2020-10-09 19:53:51 +09:00
  • dba14d2630 0.23.0 0.23.0 Junegunn Choi 2020-10-07 19:07:09 +09:00
  • 2986e64a49 [completion] Make host completion handle source files without EOL Elvan Owen 2020-10-06 20:53:08 +09:00
  • 1d8bd11b67 Fix preview window size calculation Junegunn Choi 2020-10-06 19:37:33 +09:00
  • bafb99d520 Allow splitting preview-window options Junegunn Choi 2020-10-06 18:44:13 +09:00
  • 3cc8a74a91 Add --preview-window option for cyclic scrolling Junegunn Choi 2020-10-06 10:05:57 +09:00
  • c0aa5a438f Add preview-half-page-down and preview-half-page-up (#2145) Tinmarino 2020-10-05 09:58:56 -03:00
  • 825d401403 Show how to use reload action Junegunn Choi 2020-10-05 19:16:40 +09:00
  • 9dfca77c36 [zsh] Keep current $BUFFER on ALT-C Junegunn Choi 2020-10-03 14:48:57 +09:00
  • 82c4af2902 [zsh] Record cd execution in history (#2193) octaltree 2020-10-02 22:14:09 +09:00
  • 736344e151 Remove deprecated item from man page Junegunn Choi 2020-09-29 11:34:57 +09:00
  • 6f9663da62 Always allow preview/execute commands with no placeholder expressions Junegunn Choi 2020-09-29 11:31:28 +09:00
  • f8ae1786dd Fix items width limit (#2190) Wenxuan 2020-09-24 10:06:20 +08:00
  • c60ed17583 [vim] Change the default layout to use popup window Junegunn Choi 2020-09-12 21:08:05 +09:00
  • e0f0b5bcf9 Update CHANGELOG Junegunn Choi 2020-09-09 00:06:53 +09:00
  • 9e96073128 [vim] Expose fzf#exec() function Junegunn Choi 2020-09-09 00:02:37 +09:00
  • 0db65c22d3 [vim] Allow specifying popup width and height in absolute integer value Junegunn Choi 2020-09-06 22:12:51 +09:00
  • d785135606 [zsh] Fix the regular expression (#2140) Yuji Nakao 2020-09-02 17:27:56 +09:00
  • ae15eda546 Add truecolor support for Windows, if available (#2156) Michael Kelley 2020-09-01 21:47:13 -07:00
  • f2d44ab5a7 Revert horizontal padding around preview window on "noborder" Junegunn Choi 2020-08-23 17:17:57 +09:00
  • 43798fc2e8 Revert 1ab4289: Preview window of size 0 is allowed Junegunn Choi 2020-08-23 17:12:37 +09:00
  • 9dc4b40d7a Add more preview window options and reduce vertical padding on noborder Junegunn Choi 2020-08-23 17:05:45 +09:00
  • 1cb19dbf65 Support preview scroll offset relative to window height Junegunn Choi 2020-08-23 15:57:49 +09:00
  • 1ab4289ad6 Disallow preview-window size of zero Junegunn Choi 2020-08-21 11:49:01 +09:00
  • e2ae1b249c 0.22.0 0.22.0 Junegunn Choi 2020-08-02 15:56:02 +09:00
  • 92b7efafca Ignore punctuation characters before and after preview offset column Junegunn Choi 2020-08-02 10:02:11 +09:00
  • f092e4038f Smart match of accented characters Junegunn Choi 2020-07-28 13:06:57 +09:00
  • aa5dae391b Fix handling of unicode characters in query string Junegunn Choi 2020-07-28 12:58:37 +09:00
  • 08a6fd4ad4 Fix Travis CI build: Use Go 1.14 Junegunn Choi 2020-07-27 09:00:54 +09:00
  • a61150a96c Allow negative field index in preview-window scroll offset Junegunn Choi 2020-07-27 00:30:25 +09:00
  • 0f9cb5590e Add preview window option for setting the initial scroll offset Junegunn Choi 2020-07-27 00:15:25 +09:00
  • c0a83b27eb Fix failure of w:fzf_pushd unlet depending on timing (#2119) yuki yano 2020-07-26 13:52:50 +09:00
  • f79b1f71b8 [vim] Preserve current directory in case someone changes it (#2096) Yanlin Sun 2020-07-15 16:20:56 +12:00
  • 8e027c445f Support ANSI colors in --prompt string Junegunn Choi 2020-07-05 16:16:46 +09:00
  • dda3e3c39a README: Correct Nix distro support (#2051) Atemu 2020-07-05 08:29:43 +02:00
  • fd5157998c Void Linux installation instructions (#2100) anntnzrb 2020-07-03 09:14:12 -05:00
  • e0217e8c79 Ignore cursor position report Junegunn Choi 2020-07-03 19:45:58 +09:00
  • 3ab1c42266 Use rune characters instaed of numbers in code Junegunn Choi 2020-07-03 19:41:19 +09:00
  • d1676776aa Update CHANGELOG Junegunn Choi 2020-06-30 21:17:19 +09:00
  • bdde69d011 [vim] Disable height calculation when 'preview' is found in the option string Junegunn Choi 2020-06-29 22:26:13 +09:00
  • 6dec42a33a Update version numbers in man pages Junegunn Choi 2020-06-29 22:07:48 +09:00
  • 199bc3f0ad Merge branch 'master' into devel Junegunn Choi 2020-06-21 22:43:03 +09:00
  • 17dd833925 Add preview action for --bind Junegunn Choi 2020-06-21 22:41:33 +09:00
  • 4ec144c969 Accented character normalization for Vietnamese characters (#2090) Khon Trieu 2020-06-21 15:19:38 +07:00
  • 3e36f2b0ac [nvim] Fix floating window requirements (#2089) Jan Edmund Lazo 2020-06-20 21:34:43 -04:00
  • 07a03b3e73 [vim] Make fzf#wrap support v:true and v:false as well Junegunn Choi 2020-06-20 22:12:50 +09:00
  • c33258832e Add refresh-preview action Junegunn Choi 2020-06-20 22:04:09 +09:00
  • a7aa08ce07 Add backward-eof event for --bind Junegunn Choi 2020-06-07 23:07:03 +09:00
  • 06d63a862e Fully qualify Expand-Archive (#2066) Ben 2020-06-07 03:57:23 +02:00
  • 43d1c4c4b5 README: Use --line-range instead of head in bat example (#2064) Janek 2020-06-04 04:57:01 +02:00
  • f81feb1e69 Revert file mode of key-bindings.zsh Junegunn Choi 2020-05-23 20:51:41 +09:00
  • 01cf01e084 [fzf-tmux] Fix zoomed pane handling in popup mode (#2054) karasu 2020-05-23 20:47:43 +09:00
  • 97a725fbd0 Do not disable mouse after execute(-silent) when --height option is used Junegunn Choi 2020-05-18 02:33:37 +09:00
  • ace92ba281 [vim] Don't set wfw, wfh, bh options when opening popup (#2042) lacygoill 2020-05-17 16:28:23 +02:00
  • d631c76e8d [vim] Don't start extra process when opening popup (#2000) ichizok 2020-05-15 15:25:33 +09:00
  • e6d33f77da [zsh] Make CTRL-R work with older Perls (#2003) Slaven Rezić 2020-04-24 15:56:55 +02:00
  • a6d3e3687b Improve error messages (#1962) Jack Bates 2020-04-20 18:12:00 -07:00
  • 08c2bcb952 Quote LDFLAGS (#1995) Raffaele 2020-04-21 03:07:39 +02:00
  • 98ca4bdede Add conda installation instruction Junegunn Choi 2020-04-18 13:00:38 +09:00
  • 3f8e741562 Add more details on apt installation in README.md (#1977) Janek 2020-04-18 05:59:32 +02:00
  • 6e464ebd9b Remove dead code Junegunn Choi 2020-04-18 02:51:02 +09:00
  • c329279339 [completion] Make kill completion more consistent with the others Junegunn Choi 2020-04-18 00:51:06 +09:00
  • cf04753ad7 Make flaky tests reliable (#1978) Jack Bates 2020-04-17 10:34:38 -07:00
  • 69e7eab11f [install] Clarify that .bashrc should be loaded from .bash_profile on macOS Junegunn Choi 2020-04-17 21:51:16 +09:00
  • dea206b023 [zsh-completion] Fix error with backslash-prefixed commands Junegunn Choi 2020-04-13 00:30:43 +09:00
  • 5deaf58928 Run rubocop --auto-correct --disable-uncorrectable (#1967) Jack Bates 2020-04-12 08:23:31 -07:00
  • 15e2952a2b [fzf-tmux] Allow positional flags Junegunn Choi 2020-04-07 09:55:48 +09:00
  • a9fba1c849 Fix typo Junegunn Choi 2020-04-05 18:36:31 +09:00
  • 71e573d082 [vim] Add 'tmux' layout option to use fzf-tmux Junegunn Choi 2020-04-05 18:14:05 +09:00
  • 334a4fa159 0.21.1 0.21.1 Junegunn Choi 2020-04-03 17:33:29 +09:00
  • 21f94ee800 [fzf-tmux] Split zsh variable expansion for old zsh Junegunn Choi 2020-04-02 02:13:44 +09:00
  • 540bfd7a72 [fzf-tmux] Fall back to plain fzf when split failed Junegunn Choi 2020-04-01 23:43:35 +09:00
  • 8fbed2b13a [fzf-tmux] Use $PWD instead of #{pane_current_path} Junegunn Choi 2020-03-31 23:01:43 +09:00
  • aa17510e0a [fzf-tmux] Set default horizontal margin Junegunn Choi 2020-03-31 22:48:23 +09:00
  • bf65e8cd12 [fzf-tmux] Add option to start fzf in tmux popup window Junegunn Choi 2020-03-31 22:18:09 +09:00
  • 0f5c6e8f04 [vim] Fix issue with multiple popups (#1927) lacygoill 2020-03-29 19:06:06 +02:00
  • b1b916ce15 [zsh] Ensure that fzf code always parses the same way (#1944) Roman Perepelitsa 2020-03-29 18:52:48 +02:00
  • a6a732e1fc Update AtomicBool to use atomic memory operation (#1939) Alexandr 2020-03-29 19:42:58 +03:00
  • a5c2f28539 Fix failing test case Junegunn Choi 2020-03-29 22:06:06 +09:00