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

Commit Graph

  • 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
  • 75b8cca3b3 [bash-completion] Unexport _fzf_orig_completion_* variables Tomas Janousek 2020-11-11 14:59:21 +00:00
  • ef2c29d5d4 [bash-completion] Optimize __fzf_orig_completion_filter Tomas Janousek 2020-11-11 14:44:47 +00:00
  • 218b3c8274 [bash-completion] Move -F/_fzf filter to __fzf_orig_completion_filter Tomas Janousek 2020-11-11 11:13:41 +00:00
  • db9cb2ddda [bash-completion] Avoid empty _a, _v completions Tomas Janousek 2020-11-11 11:00:44 +00:00
  • 722d66e85a 0.24.3 0.24.3 Junegunn Choi 2020-11-09 20:41:59 +09:00
  • f6269f0193 Add --padding option Junegunn Choi 2020-11-09 20:34:08 +09:00
  • 520eae817a Remove print statement for debugging Junegunn Choi 2020-11-09 19:17:33 +09:00
  • d099941360 [vim] Fix double path separator issue on Windows Junegunn Choi 2020-11-05 18:14:45 +09:00
  • e3e76fa8c5 0.24.2 0.24.2 Junegunn Choi 2020-11-03 23:32:24 +09:00
  • 2553806e79 Allow preview window height shorter than 3 Junegunn Choi 2020-11-03 21:49:21 +09:00
  • 1bcbc5a353 Fix regression where lines are skipped in the preview window Junegunn Choi 2020-11-03 21:31:19 +09:00
  • 15d351b0f0 Use default bg color when fg is set to -1 with reverse attribute Junegunn Choi 2020-11-03 20:51:44 +09:00
  • c144c95cda [vim] Set maxwidth and maxheight when creating a popup Junegunn Choi 2020-10-31 22:27:58 +09:00
  • f08f4fd87d [vim] Remove dead code Junegunn Choi 2020-10-31 22:21:06 +09:00
  • f8aaeef218 Revert "Prefer LightRenderer on Windows if it's available" Junegunn Choi 2020-10-31 02:53:10 +09:00
  • 7915e365b3 Prefer LightRenderer on Windows if it's available Junegunn Choi 2020-10-31 01:41:57 +09:00
  • 1c68f81c37 [vim] See the last line of "fzf --version" output Junegunn Choi 2020-10-30 21:55:30 +09:00
  • d4c9db0a27 0.24.1 0.24.1 Junegunn Choi 2020-10-29 01:40:46 +09:00
  • b5e0e29ec6 Assign default number version (without patch version) Junegunn Choi 2020-10-29 01:36:55 +09:00
  • 569be4c6c9 [vim] Allow 'border': 'no' to be consistent with --color=no Junegunn Choi 2020-10-29 01:32:41 +09:00
  • e7ca237b07 Fix nil error on --color=bw Junegunn Choi 2020-10-29 01:27:08 +09:00
  • a7d3b72117 Make build flags consistent Junegunn Choi 2020-10-28 18:39:39 +09:00
  • 3ba7b5cf2d Make Makefile fail when git information is not available Junegunn Choi 2020-10-28 18:33:22 +09:00
  • 254e9765fe [install] Pass version number to go get command Junegunn Choi 2020-10-28 15:56:05 +09:00
  • 3304f284a5 Panic when fzf was built without version information 0.24.0-1 Junegunn Choi 2020-10-28 10:51:32 +09:00
  • 0d5f862daf 0.24.0 0.24.0 Junegunn Choi 2020-10-27 13:53:24 +09:00
  • 51dfacd542 Merge branch 'devel' into master Junegunn Choi 2020-10-27 23:57:03 +09:00
  • c691d52fa7 Fix: barbled multibyte text(exe. Japanese). (#2224) Junegunn Choi 2020-10-27 23:55:10 +09:00
  • de3d09fe79 fixup Junegunn Choi 2020-10-27 23:53:25 +09:00
  • eaa413c566 Fix error when preview command failed to start Junegunn Choi 2020-10-27 18:10:25 +09:00
  • 407205e52b Fix: barbled multibyte text(exe. Japanese). nekowasabi 2020-10-27 17:16:47 +09:00
  • 552414978e 0.24.0-rc1 0.24.0-rc1 Junegunn Choi 2020-10-27 01:46:43 +09:00
  • 607081bbaa [vim] Download latest binary to meet version requirement Junegunn Choi 2020-10-27 01:01:58 +09:00
  • e73383fbbb [vim] Add 'none' option for popup border Junegunn Choi 2020-10-26 23:40:58 +09:00