Commit Graph

  • 8edfd14a37 Test against Golang 1.14 and 1.16 (#2396) Mitsuo Heijo 2021-03-20 12:32:44 +09:00
  • 1a191ec6f7 Update FUNDING.yml Junegunn Choi 2021-03-14 12:03:11 +09:00
  • e7171e94b4 Update FUNDING.yml Junegunn Choi 2021-03-14 12:01:57 +09:00
  • 398d937419 Create FUNDING.yml Junegunn Choi 2021-03-14 11:59:56 +09:00
  • 34fe5ab143 0.26.0 0.26.0 Junegunn Choi 2021-03-13 15:13:31 +09:00
  • 1b08f43f82 Advanced preview scroll offset expression to better support fixed header Junegunn Choi 2021-03-13 02:24:37 +09:00
  • b24a2e2fdc Fix regression in preview window rendering Junegunn Choi 2021-03-12 21:23:16 +09:00
  • 4c4c6e626e Add support for preview window header Junegunn Choi 2021-03-12 19:51:28 +09:00
  • 7310370a31 Fix truncation of colored line when --preview-window wrap is set Junegunn Choi 2021-03-12 19:56:24 +09:00
  • 8ae94f0059 Fix premature truncation of colored line when --preview-window wrap is set Junegunn Choi 2021-03-12 11:05:51 +09:00
  • 8fccf20892 Fix incorrect tab character handling Junegunn Choi 2021-03-12 10:06:44 +09:00
  • 5a874ae241 Speed up ANSI code processing (#2368) Charlie Vieth 2021-03-11 05:34:50 -05:00
  • f4e1ed25f2 [fish] Make widgets work with --option= prefix (#2383) Jannik Vieten 2021-03-08 14:59:56 +01:00
  • cbfbb49ab4 [vim] Vim 8.0 compatibility Junegunn Choi 2021-03-08 12:56:06 +09:00
  • 489b16efce [fzf-tmux] Adapt to tmux latest changes (#2379) solarizedalias 2021-03-08 12:44:36 +09:00
  • b82c1693c0 Fix deadlocks Junegunn Choi 2021-03-08 00:08:10 +09:00
  • 019bfc4e35 Fix yet another deadlock Junegunn Choi 2021-03-07 23:35:19 +09:00
  • dfda5c054a [actions] Install fish using apt-get Junegunn Choi 2021-03-07 22:41:27 +09:00
  • f657169616 Fix deadlock on exit Junegunn Choi 2021-03-07 21:43:24 +09:00
  • 4c06da8b70 Fix GitHub Action build Junegunn Choi 2021-03-07 18:05:39 +09:00
  • 9fe2393a00 Add test cases for killing input command on terminate (#2381 #2382) yoshida.shinya 2021-03-06 14:48:48 +09:00
  • e2e8d94b14 Kill input command on terminate Junegunn Choi 2021-03-07 11:30:26 +09:00
  • 4f9a7f8c87 Don't exit fzf by SIGINT while executing command (#2375) bitterfox 2021-02-28 21:01:03 +09:00
  • bb0502ff44 Check gofmt in make test Junegunn Choi 2021-02-28 18:28:21 +09:00
  • c256442245 Fix typo Junegunn Choi 2021-02-28 18:27:21 +09:00
  • 1137404190 [vim] Add keepjump to switch_back() function (#2363) Jonathan Müller 2021-02-25 13:58:13 +01:00
  • d57c6d0284 Update build script to build macOS arm64 binary Junegunn Choi 2021-02-25 21:31:15 +09:00
  • 76bbf57b3d Add select and deselect actions Junegunn Choi 2021-02-25 21:14:15 +09:00
  • 806a47a7cc [vim] Remove unnecessary border management in nvim floating window (#2370) Hiroki Konishi 2021-02-25 14:41:23 +09:00
  • 29851c18aa [vim] Force redraw by exiting and re-entering terminal mode Junegunn Choi 2021-02-22 21:46:28 +09:00
  • dea950c2c8 [vim] Call feedkeys only when the destination buffer is a terminal Junegunn Choi 2021-02-21 23:57:33 +09:00
  • a367dfb22e README.md: Better example Junegunn Choi 2021-02-17 16:44:54 +09:00
  • 9fe1a7b373 Remove redundant assignment (#2356) odeson24 2021-02-17 09:28:43 +08:00
  • 8e2d21c548 Update README.md (#2353) Hussein Esmail 2021-02-16 20:24:35 -05:00
  • bedf1cd357 [vim] Use tnoremap only when it's available Junegunn Choi 2021-02-17 10:04:38 +09:00
  • 13f180a70c [vim] Stay in terminal mode if fzf#run is called from sink Junegunn Choi 2021-02-15 13:58:49 +09:00
  • 6654239c94 0.25.1 0.25.1 Junegunn Choi 2021-02-03 22:32:52 +09:00
  • 1b61e5e9e9 Clarification on FZF_DEFAULT_COMMAND Junegunn Choi 2021-02-03 19:40:05 +09:00
  • 43b3b907f8 [zsh] Don't run precmd hooks in cd widget (#2340) Marlon Richert 2021-02-03 12:26:17 +02:00
  • fcd896508b [vim] fzf#run should ignore empty 'dir' argument Junegunn Choi 2021-02-03 13:51:56 +09:00
  • f55c990e86 Add close action Junegunn Choi 2021-02-02 00:08:54 +09:00
  • d110372f99 Create codeql-analysis.yml (#2338) Naveen 2021-02-01 09:54:45 -05:00
  • c862af09f2 Fix toggle-preview-wrap action Junegunn Choi 2021-02-01 23:14:21 +09:00
  • 1cfeec0ca3 Fix segmentation fault on \x1b[0K Junegunn Choi 2021-02-01 22:59:11 +09:00
  • a0649edc1e [man] Clarify that $SHELL is used to run commands (#2334) step 2021-02-01 12:07:42 +01:00
  • 0e0bcb3e10 Update README.md (#2337) Kovarththanan Rajaratnam 2021-02-01 12:02:20 +01:00
  • 686528d627 BUILD.md: Update Go version requirement (#2332) Nanda Lopes 2021-01-27 23:43:15 -03:00
  • 3afa920151 [install.ps1] Change permission of the downloaded binary (#2308) jiangjianshan 2021-01-28 10:41:23 +08:00
  • 32c493e994 [Makefile] Restore 32-bit targets Junegunn Choi 2021-01-20 18:37:52 +09:00
  • 1a76bdf891 [vim] Exit terminal mode before closing FZF window (#2326) Olivier Roques 2021-01-17 14:39:40 +01:00
  • af48b3df29 Replace Travis CI badge Junegunn Choi 2021-01-15 10:21:08 +09:00
  • 58ac1fb2fa Fix typos in source code (#2322) freddii 2021-01-15 02:10:09 +01:00
  • e922704f72 Migrate to GitHub Actions Junegunn Choi 2021-01-13 10:52:15 +09:00
  • c6115735c7 Update README.md (#2321) Vlad Doster 2021-01-12 13:26:10 -06:00
  • 9ddf5c72be [zsh] Properly reset prompt after completion (#2318) Ruslan Sayfutdinov 2021-01-12 19:09:34 +00:00
  • cc5640326b [man] Fix typo Junegunn Choi 2021-01-10 04:46:00 +09:00
  • bf447d7703 Update default number version (#2307) calvin ardi 2021-01-07 20:35:46 -08:00
  • cbb008c938 Update README to upgrade using brew upgrade (#2309) nicolasbarra 2021-01-07 02:50:08 -05:00
  • eaa0c52b45 Fix selection changed on terminal resize (#2306) E.L.K 2021-01-03 22:20:31 +03:00
  • 82791f7efc Use more explicit int-to-string conversion. Elliott Sales de Andrade 2021-01-02 23:25:43 -05:00
  • 8c533e34ea 0.25.0 0.25.0 Junegunn Choi 2021-01-03 00:54:28 +09:00
  • 37708ad9cd Revert "[zsh] Use shell redirection (#2281)" Junegunn Choi 2021-01-03 00:46:34 +09:00
  • 090dee857f Do not disable mouse on SIGCONT before SIGSTOP Junegunn Choi 2021-01-03 00:43:56 +09:00
  • d779ff7e6d Make search toggleable Junegunn Choi 2021-01-03 00:00:40 +09:00
  • fd8858f8c9 [fzf-tmux] Disable CTRL-Z Junegunn Choi 2021-01-01 22:43:36 +09:00
  • b234647a63 [shell] Disable CTRL-Z Junegunn Choi 2021-01-01 22:36:37 +09:00
  • 6e93eefc82 Update vimdoc Junegunn Choi 2020-12-31 19:08:21 +09:00
  • 38fca30125 Add tag links for "doc/fzf.txt" yhu266 2020-12-29 16:08:16 -08:00
  • 012ee9ca85 [Makefile] Make sure to use bash Junegunn Choi 2020-12-31 12:56:07 +09:00
  • 151252e33a Add preview-top and preview-bottom actions Junegunn Choi 2020-12-31 12:54:58 +09:00
  • 7136cfc68b Fix alt-, for --expect Junegunn Choi 2020-12-31 03:37:25 +09:00
  • 408c04f25f Update test case for 'first' and 'last' Junegunn Choi 2020-12-30 18:41:53 +09:00
  • 7f8e0dbc40 Extend support for alt key chords Junegunn Choi 2020-12-30 01:59:18 +09:00
  • 0de7ab18f6 Add "last" action to move the cursor to the last match Junegunn Choi 2020-12-30 01:51:25 +09:00
  • e9bc7331bd [zsh] Use shell redirection (#2281) 林千里 2020-12-23 16:38:37 +11:00
  • 797dd7c449 [Makefile] Support building on machines with uname -m == "arm64" (#2291) Loic Nageleisen 2020-12-23 06:27:46 +01:00
  • f37ccaa64f Prevent index out of range error Junegunn Choi 2020-12-23 10:27:57 +09:00
  • ab3937ee5a [vim] Allow closing Vim running fzf without confirmation Junegunn Choi 2020-12-16 21:44:28 +09:00
  • 00f4551a7b Revert "[zsh] Reload shared history before searching (#2251)" Junegunn Choi 2020-12-09 00:02:35 +09:00
  • 257ddd028d Update CHANGELOG Junegunn Choi 2020-12-07 19:35:48 +09:00
  • e0a22e76f8 Make --color attributes mergeable Junegunn Choi 2020-12-07 19:07:17 +09:00
  • 00a3610331 0.24.4 0.24.4 Junegunn Choi 2020-12-05 23:24:55 +09:00
  • f502725120 Fix slice bound error on extremely narrow screen Junegunn Choi 2020-12-05 21:59:42 +09:00
  • b62a74b315 [zsh] Reload shared history before searching (#2251) Martin Polden 2020-12-05 13:48:54 +01:00
  • 2ec382ae0e Add --preview-window follow option Junegunn Choi 2020-12-05 21:16:35 +09:00
  • cbfee31593 Fix typo in test case Junegunn Choi 2020-12-04 20:39:44 +09:00
  • 6d647e13ff Add change-prompt action Junegunn Choi 2020-12-04 20:34:41 +09:00
  • d2af3ff98d Change how hl:-1 or hl+:-1 is applied to text with background color Junegunn Choi 2020-12-04 19:27:43 +09:00
  • 052d17e66a Fix Travis OSX build Junegunn Choi 2020-12-03 10:33:45 +09:00
  • a9bc954e17 Do not update Homebrew on Travis OSX build Junegunn Choi 2020-12-03 10:24:06 +09:00
  • 2983426771 Fix unit tests Junegunn Choi 2020-11-25 13:08:14 +09:00
  • c61eb94b3f [zsh] Declare variable as local before assignment (#2266) ratijas 2020-11-25 05:21:30 +03:00
  • 3829eab1cf Support ANSI code for clearing the rest of the line (ESC[0K) Junegunn Choi 2020-11-25 01:40:30 +09:00
  • 3fe8eeedc5 Fix handling of arrow keys with alt and/or shift modifier Junegunn Choi 2020-11-24 19:36:58 +09:00
  • 1efef88b6e Improve trim function to handle longer strings Junegunn Choi 2020-11-24 19:03:59 +09:00
  • 7acdaf0b43 [vim] &termwinkey may not be available Junegunn Choi 2020-11-19 09:55:57 +09:00
  • 1ed25d76ba [vim] Clean up temp files on interrupt (#2252) Michal Domonkos 2020-11-17 06:37:14 +01:00
  • 474c1f5e32 [vim] Map CTRL-Z to <nop> Junegunn Choi 2020-11-15 21:28:07 +09:00
  • 8b71fea5dc [vim] Set termwinkey to allow CTRL-W Junegunn Choi 2020-11-15 21:26:09 +09:00
  • 7bd99a22ee [bash-completion] Fix endless loop when completion.bash sourced twice Tomas Janousek 2020-11-13 15:59:29 +00:00