Commit Graph

  • 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
  • 18261fe31c [shell] Update CTRL-R to remove duplicate commands Junegunn Choi 2020-03-29 21:26:52 +09:00
  • 079046863c [zsh-completion] Fix a bug where _fzf_complete did not iterate through args (#1936) Chitoku 2020-03-24 08:58:22 +09:00
  • 07b965bba1 Fix ANSI color offsets when --keep-right is used Junegunn Choi 2020-03-23 19:05:06 +09:00
  • c39113ee41 [windows] Do not include directories in the list Junegunn Choi 2020-03-14 21:43:35 +09:00
  • 14f90502a4 [bash] Restore --nth option in CTRL-R 0.21.0-1 Junegunn Choi 2020-03-13 09:13:38 +09:00
  • b0673c3563 0.21.0 0.21.0 Junegunn Choi 2020-03-12 13:15:45 +09:00
  • 373c6d8d55 Add --keep-right option to keep the right end of the line visible Junegunn Choi 2020-03-11 22:35:24 +09:00
  • b8fc828955 Fix completion test Junegunn Choi 2020-03-11 19:42:17 +09:00
  • b43b040512 Fuzzy completions: removed leftover debug echo (#1921) Jakub Łuczyński 2020-03-11 11:29:35 +01:00
  • 50b7608f9d Change custom fuzzy completion API Junegunn Choi 2020-03-11 18:29:39 +09:00
  • 7085e5b629 Add explanation for the g:fzf_colors setting (#1878) Kahlil (Kal) Hodgson 2020-03-11 11:58:59 +11:00
  • 7d5985baf9 Make height option work under Windows (#1341) Michael Kelley 2019-02-04 22:51:39 -08:00
  • 7c40a424c0 Add retries to CTRL-R tests to avoid intermittent errors on Travis CI Junegunn Choi 2020-03-07 19:56:06 +09:00
  • baf882ace7 [completion] Use file redirection instead of pipe Junegunn Choi 2020-03-07 16:26:53 +09:00
  • ba82f0bef9 Do not read more than 10K characters from /dev/tty Junegunn Choi 2020-03-07 11:20:44 +09:00
  • d9c6a0305b Draft CHANGELOG for the upcoming release Junegunn Choi 2020-03-05 23:12:27 +09:00
  • d9b1211191 Add more --border options; default changed to "rounded" Junegunn Choi 2020-03-05 20:15:15 +09:00
  • 99f1e02766 Fix flaky test case Junegunn Choi 2020-03-04 08:37:45 +09:00
  • 242c0db26b [vim] Fix height calculation Junegunn Choi 2020-03-03 23:48:12 +09:00
  • dd49e41c42 Ignore xterm OSC control sequences Junegunn Choi 2020-03-03 20:55:29 +09:00
  • 6db15e8693 [vim] Throw error when popup support is unavailable Junegunn Choi 2020-03-01 20:57:35 +09:00
  • 4c9cab3f8a Fix prefix/suffix/equal matcher to trim whitespaces Junegunn Choi 2020-03-01 12:36:02 +09:00
  • b2c0413a98 [bash] Fix --query argument of CTRL-R Junegunn Choi 2020-02-29 11:54:05 +09:00
  • e34c7c00b1 Test multi-line C-r (#1892) Jack Bates 2020-02-28 04:06:38 -07:00
  • 7c447bbdc7 [bash] Start C-r search with current command line (#1886) Jack Bates 2020-02-28 02:47:13 -07:00
  • 7bf1f2cc84 Clean up test shell initialization Junegunn Choi 2020-02-28 15:38:39 +09:00
  • afa2c4e0af [fish] Ignore empty environment variables Junegunn Choi 2020-02-28 17:50:36 +09:00
  • 2ff7db1b36 Use a more robust way to check if the shell is ready Junegunn Choi 2020-02-28 14:46:08 +09:00
  • 9f0626da64 Add backward-delete-char/eof action (#1891) James Wright 2020-02-27 10:38:32 -07:00
  • d8cb5c1cf5 Update README.md: MacPorts upgrade instruction (#1893) Chris 2020-02-26 03:58:54 -05:00
  • dca56da0ef Add 'insert' key for --bind Junegunn Choi 2020-02-24 01:43:19 +09:00
  • ec75d16ea8 Fix panic on unexpected escape sequences Junegunn Choi 2020-02-24 01:37:08 +09:00
  • 5cae8ea733 [bash] Multiline C-r without histexpand (#1837) Jack Bates 2020-02-23 08:17:38 -07:00
  • 1ccd8f6a64 [bash] Restore insertion point pre Bash 4 (#1881) Jack Bates 2020-02-23 07:24:50 -07:00
  • 9c293bb82b [bash] Put C-t items at point in vi mode (#1876) Jack Bates 2020-02-20 17:51:34 -07:00
  • 9897ee9591 [bash] Strip trailing whitespace on kill completion Junegunn Choi 2020-02-20 16:36:59 +09:00
  • 5215415315 [completion] Allow users to customize fzf options via _fzf_comprun Junegunn Choi 2020-02-20 00:28:16 +09:00
  • 54891d11e0 [bash-completion] Minor optimization Junegunn Choi 2020-02-19 11:59:18 +09:00
  • 567c8303bf Update ANSI processor to handle "rmso" and "rmul" Junegunn Choi 2020-02-18 00:45:24 +09:00
  • 2a60edcd52 Make pointer and multi-select marker customizable (#1844) Hiroki Konishi 2020-02-17 10:19:03 +09:00
  • d61ac32d7b Fix bug of validation of jump-labels (#1875) Hiroki Konishi 2020-02-16 15:45:59 +09:00
  • b57e6cff7e [vim] Pick up fzf-tmux on $PATH when bin/fzf-tmux is not found Junegunn Choi 2020-02-16 12:32:20 +09:00