Commit Graph

  • d46bfd005a Keep a minimum wait for a sequence in flight master Junegunn Choi 2026-08-24 09:22:28 +09:00
  • d0377ed4dc Wait for rest of escape sequence before parsing (#4901) Junegunn Choi 2026-08-24 00:40:06 +09:00
  • 5cb7bab702 Run fzf asynchronously in the Vim plugin (#4897) Junegunn Choi 2026-08-23 23:23:51 +09:00
  • 3900dd17e4 Address copilot comments vim-async Junegunn Choi 2026-08-23 21:49:52 +09:00
  • 5e73c2ddd3 Turn g:loaded_fzf into a version marker Junegunn Choi 2026-08-21 00:14:24 +09:00
  • 18e5009e0f Run fzf asynchronously in the Vim plugin Junegunn Choi 2026-08-20 20:20:21 +09:00
  • 956562daaa Fix CI: Pin nushell version to 0.114 (#4898) Junegunn Choi 2026-08-21 13:28:14 +09:00
  • 31059ca248 Fix CI: Pin nushell version to 0.114 fix-ci-nushell Junegunn Choi 2026-08-21 13:11:48 +09:00
  • 15f64c492a 0.74.3 v0.74.3 Junegunn Choi 2026-08-16 20:37:18 +09:00
  • bd4efa277b Use the platform quote placeholder for {fzf:prompt} Cyrus 2026-08-12 20:09:32 +08:00
  • 63f6cfec5b Split the doubled and plain backslash cases in the quoting test Cyrus 2026-08-12 20:08:36 +08:00
  • d4b6ba781c Match the current temp file name in the powershell {f} test Cyrus 2026-08-12 20:06:41 +08:00
  • 85a2a33612 Close the temp ttyout file in the SGR deduplication test Cyrus 2026-08-12 19:40:24 +08:00
  • ca4c1b80e3 Erase 'p' on Terminal.app Junegunn Choi 2026-08-11 23:42:09 +09:00
  • dab626bd9e Restore bracketed paste mode instead of forcing it off Junegunn Choi 2026-08-10 17:52:18 +09:00
  • 2885df8395 Clean up comments and tests Junegunn Choi 2026-08-10 18:10:00 +09:00
  • 715d26fa39 Parenthesize an assert_equal argument in the zsh chpwd test Junegunn Choi 2026-08-08 19:10:52 +09:00
  • ab1ee05e51 Update CHANGELOG Junegunn Choi 2026-08-08 19:10:52 +09:00
  • 7b16e44f53 Copy the item text in replace-query Junegunn Choi 2026-08-08 19:10:51 +09:00
  • 9dfdba41f5 Prefilter rune-mode input for non-ASCII patterns Junegunn Choi 2026-08-08 19:10:45 +09:00
  • 465837f3ad Skip the normalization map for runes that cannot normalize Junegunn Choi 2026-08-08 19:10:37 +09:00
  • a650900eda Prefilter rune-mode input Junegunn Choi 2026-08-08 19:10:28 +09:00
  • 793e58b558 Skip rune decoding for ASCII bytes in ToChars Junegunn Choi 2026-08-08 11:08:01 +09:00
  • 759b7c3283 Avoid over-allocation in ToChars Junegunn Choi 2026-08-08 11:07:59 +09:00
  • 0579bb0e0d Break preview lines on IND to support chafa in preview window on tmux Junegunn Choi 2026-08-07 22:02:55 +09:00
  • 066308b33b Bump github/codeql-action from 4 to 4.37.4 dependabot/github_actions/github/codeql-action-4.37.4 dependabot[bot] 2026-08-03 13:43:49 +00:00
  • 3337be9d45 0.74.2 v0.74.2 Junegunn Choi 2026-08-01 09:07:07 +09:00
  • e36576429d fix(zsh): avoid double call for 'chpwd' in alt-c LangLangBart 2026-07-30 17:18:30 +02:00
  • ca51a57aed test(zsh): verify chpwd fires once in alt-c widget LangLangBart 2026-07-30 17:15:49 +02:00
  • b66153825f Update CHANGELOG Junegunn Choi 2026-07-30 00:53:50 +09:00
  • 8cf40cb372 Do not split preview header through an image Junegunn Choi 2026-07-29 16:51:33 +09:00
  • 57631684d8 Escape trailing semicolon in tmux command argument Junegunn Choi 2026-07-28 22:54:14 +09:00
  • 50e6c026ec Separate floating pane border label from pane title Junegunn Choi 2026-07-28 21:20:53 +09:00
  • b5f2ba4fd4 Wrap bare Kitty graphics sequences in tmux passthrough Junegunn Choi 2026-07-28 10:45:34 +09:00
  • d39595ae66 Bump ruby/setup-ruby from 1.314.0 to 1.321.0 (#4874) dependabot[bot] 2026-07-27 23:21:20 +09:00
  • 548dfcb068 Bump json from 2.9.1 to 2.19.9 (#4873) dependabot[bot] 2026-07-27 23:20:57 +09:00
  • 4215d89e11 Bump actions/setup-go from 6 to 7 (#4867) dependabot[bot] 2026-07-27 23:20:25 +09:00
  • 62f96109a3 Bump actions/labeler from 6 to 7 (#4876) dependabot[bot] 2026-07-27 23:19:27 +09:00
  • ad41cb21ed Bump github.com/mattn/go-isatty from 0.0.22 to 0.0.24 (#4875) dependabot[bot] 2026-07-27 23:18:58 +09:00
  • 13a83e3475 Strengthen fast-path equivalence tests Junegunn Choi 2026-07-27 21:33:01 +09:00
  • f779e6a4df Add fast path for two-character patterns in FuzzyMatchV2 Junegunn Choi 2026-07-27 21:19:37 +09:00
  • 232722145e fix(zsh): fzf-history-widget exit status for perl LangLangBart 2026-07-27 05:31:41 +02:00
  • 7129f9ef5e test(zsh): check capture for fzf exit status in widget LangLangBart 2026-07-27 05:27:04 +02:00
  • e1e21a76d4 fix(zsh): fzf-history-widget exit status for perl propagated LangLangBart 2026-07-27 05:31:41 +02:00
  • f8fd267f29 test(zsh): check capture for fzf exit status in widget LangLangBart 2026-07-27 05:27:04 +02:00
  • 0efef298d2 Skip all-zero passes in radix sort of results Junegunn Choi 2026-07-24 16:29:47 +09:00
  • 2209a94e13 Update CHANGELOG Junegunn Choi 2026-07-23 21:27:30 +09:00
  • 9c401f9c9a Add fast path for single-character patterns in FuzzyMatchV2 Junegunn Choi 2026-07-23 20:48:20 +09:00
  • 224310d7a6 Fix nondeterministic highlight positions in FuzzyMatchV2 backtrace Junegunn Choi 2026-07-23 20:47:31 +09:00
  • 235a726fae Unregister interrupt signal handler when Loop exits Junegunn Choi 2026-07-20 13:12:12 +09:00
  • dc384afb70 Terminate resize notification when Loop exits Junegunn Choi 2026-07-20 13:09:06 +09:00
  • 6e65d867dc Detect terminal resize on Windows (fix #4790) Cyrus 2026-07-19 23:53:02 +08:00
  • b163463079 fish: Don't use exported variable for history command (#4863) bitraid 2026-07-19 10:38:31 +03:00
  • eae8d9d27e 0.74.1 v0.74.1 Junegunn Choi 2026-07-18 21:50:12 +09:00
  • e58c5e6bd8 Hide separator next to preview window at 'next' position when decidable Junegunn Choi 2026-07-18 13:21:28 +09:00
  • 7fe4831be6 Apply facing-line rule to input border as well Junegunn Choi 2026-07-18 13:21:28 +09:00
  • 6030226835 Hide default separator when a border separates input from list Junegunn Choi 2026-07-18 10:51:49 +09:00
  • 14755d683a Hide separator next to preview window at 'next' position when decidable hide-redundant-separator Junegunn Choi 2026-07-18 13:21:28 +09:00
  • 9e2006306a Apply facing-line rule to input border as well Junegunn Choi 2026-07-18 13:21:28 +09:00
  • c60bcf67a5 Hide default separator when a border separates input from list Junegunn Choi 2026-07-18 10:51:49 +09:00
  • e877b6f846 Update CHANGELOG Junegunn Choi 2026-07-17 12:00:31 +09:00
  • b9cbe3a6b8 Publish .deb package for each release Junegunn Choi 2026-07-17 10:57:38 +09:00
  • 7e134f0a78 Update CHANGELOG Junegunn Choi 2026-07-17 10:47:56 +09:00
  • 3c0de84dab Skip redundant SGR sequences in light renderer Junegunn Choi 2026-07-16 23:40:54 +09:00
  • 374b01242d Wrap frames in synchronized update mode (2026) Junegunn Choi 2026-07-16 23:19:15 +09:00
  • c0860259fa Use DECSC/DECRC instead of CSI s/u Junegunn Choi 2026-07-16 22:59:46 +09:00
  • 1462f1358d Comment cleanup Junegunn Choi 2026-07-15 18:30:17 +09:00
  • 8e340dabbc Use CHA for absolute horizontal cursor movement Junegunn Choi 2026-07-15 18:23:08 +09:00
  • 4dcedc01df Comment why floating pane requires TMUX_PANE Junegunn Choi 2026-07-12 10:54:40 +09:00
  • 24832e97ef nushell: fix 0.114.0 nushell str downcase deprecated error Simon Désaulniers 2026-07-09 15:24:41 -04:00
  • 6765f464a6 0.74.0 v0.74.0 Junegunn Choi 2026-07-06 22:11:35 +09:00
  • c110aec3c4 Update CHANGELOG Junegunn Choi 2026-07-06 21:06:27 +09:00
  • e54f11c64e Default to native border for Zellij floating pane (#4854) Junegunn Choi 2026-07-06 21:04:35 +09:00
  • f7392a8b63 Pre-create become file with O_EXCL Junegunn Choi 2026-07-05 20:15:05 +09:00
  • eee92b1b2a Clear border text of the floating pane when no label is given Junegunn Choi 2026-07-05 19:56:30 +09:00
  • 77e6394f50 Set --border-label as the title of the tmux floating pane (#4853) Junegunn Choi 2026-07-05 19:35:34 +09:00
  • 1e31e5dfbe Use floating pane instead of popup on tmux 3.7 or above (#4850) (#4852) Junegunn Choi 2026-07-05 14:15:11 +09:00
  • a1fb01462d Copy input snapshot on bracketed paste begin Junegunn Choi 2026-07-05 11:08:58 +09:00
  • 978ded5cd0 Pass bracketed paste actions through wait/track block Junegunn Choi 2026-07-05 11:08:46 +09:00
  • 743930a38d Run bg-transform callbacks while wait/track-blocked Junegunn Choi 2026-07-05 11:07:44 +09:00
  • 8ec443ba40 Add 'wait' action to block until search completion (#4825) Junegunn Choi 2026-07-05 11:05:57 +09:00
  • 9e2856559d Add mouse wheel tests Jason Han 2026-06-28 08:05:16 -04:00
  • 9e4f8e7b7a Fix horizontal mouse wheel being treated as vertical scroll Jason Han 2026-06-28 08:05:05 -04:00
  • f2e451596c Skip FZF_CURRENT_ITEM export for items larger than 64 KB Junegunn Choi 2026-06-23 20:49:50 +09:00
  • 109057877b Bump actions/checkout from 5 to 7 (#4844) dependabot[bot] 2026-06-23 13:36:49 +09:00
  • 0fd47770fc Bump ruby/setup-ruby from 1.308.0 to 1.314.0 (#4843) dependabot[bot] 2026-06-23 13:36:36 +09:00
  • 3c9965a61a fish: Make CTRL-R work on empty/invalid $fish_color{normal,comment} (#4831) bitraid 2026-06-14 14:52:45 +00:00
  • 3951df8537 Bind alt-left/alt-right to backward-word/forward-word by default Junegunn Choi 2026-06-14 21:55:48 +09:00
  • 5dd698b869 Add result-final event Junegunn Choi 2026-06-14 19:37:22 +09:00
  • f5fbfd848e Let bw theme inherit overridden colors Junegunn Choi 2026-06-07 18:06:07 +09:00
  • dea72834ed Keep base fg/bg when resolving colors in bw theme Junegunn Choi 2026-06-07 18:05:59 +09:00
  • abee152255 test: ALT-C regression tests LangLangBart 2026-06-05 05:12:49 +02:00
  • bf114bcc21 test: install nushell in Dockerfile LangLangBart 2026-06-05 05:11:44 +02:00
  • 838ac7554b make lint Junegunn Choi 2026-06-02 20:23:23 +09:00
  • ae78a5c56d Allow bare put action in transform output Junegunn Choi 2026-06-02 20:20:51 +09:00
  • 7d647c70c2 [shell][zsh] Don't resolve symlinks in ALT-c (#4816) Yi-Yo Chiang 2026-05-30 00:40:40 +08:00
  • 6bd17f8f9a Revert "[shell][zsh] Don't resolve symlinks in ALT-c (#4816) (#4817)" Junegunn Choi 2026-05-31 12:37:05 +09:00
  • 249a6df4a4 [shell][zsh] Don't resolve symlinks in ALT-c (#4816) (#4817) Junegunn Choi 2026-05-31 12:34:58 +09:00
  • a50619388d [install] Fix empty-shell detection in install script Junegunn Choi 2026-05-28 23:02:34 +09:00
  • 5ef8dea36e Prevent nushell source contamination in install shell loop (#4812) Copilot 2026-05-28 10:26:43 +09:00