summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-10-150.27.30.27.3Junegunn Choi
2021-10-15Add more tests of placeholder flags and simplify its logic (#2624)Vlastimil Ovčáčík
2021-10-15Render spinner on info line during "reload"Junegunn Choi
2021-10-10Add riscv64 build target (#2626)Xeonacid
2021-10-10[vim] Empty out $FZF_DEFAULT_COMMAND before unletting itJunegunn Choi
2021-10-04Enable manually trigger on GitHub Workflows (#2620)Vlastimil Ovčáčík
2021-10-04Bump github.com/mattn/go-isatty from 0.0.12 to 0.0.14 (#2612)dependabot[bot]
2021-10-04Bump github.com/mattn/go-shellwords from 1.0.11 to 1.0.12 (#2592)dependabot[bot]
2021-10-04Bump github.com/mattn/go-runewidth from 0.0.12 to 0.0.13 (#2591)dependabot[bot]
2021-10-03Minor refactoring tcell library from tui.go to tcell.goVlastimil Ovčáčík
2021-10-03Add mouse support to the FullscreenRendererVlastimil Ovčáčík
2021-10-03Fix Backspace key to emit BSpace and AltBS events instead of CtrlHVlastimil Ovčáčík
2021-10-03Add CtrlCaret keyboard event to FullscreenRendererVlastimil Ovčáčík
2021-10-03Fix Ctrl+Space key combination to emit CtrlSpace instead of Rune ' 'Vlastimil Ovčáčík
2021-10-03Add ability to type AltGr characters in FullscreenRenderer on Windows.Vlastimil Ovčáčík
2021-10-03[tests] Add testing of keyboard events in FullscreenRenderer.GetChar()Vlastimil Ovčáčík
2021-09-29Do not check for --height support on --versionJunegunn Choi
2021-09-28fix: replace broken links with archived onesHiroki Konishi
2021-09-28fix: spelling `Refence` -> `Reference`Hiroki Konishi
2021-09-24Minor changesVlastimil Ovčáčík
2021-09-24[tests] Change tests to output to stdout only with verbose flagVlastimil Ovčáčík
2021-09-24Change the tests to run on Windows (#2615)Vlastimil Ovčáčík
2021-09-14Reset {n} after reloadJunegunn Choi
2021-08-17Fix spelling error (Extention -> Extension) (#2589)Keating950
2021-08-17Add dependabot config for dependency updates (#2573)Daniel Bast
2021-08-15fix spellinga1346054
2021-08-15improve test logic and be explicit about the testa1346054
2021-08-15use proper bash-style notationa1346054
2021-08-15always use [[ ... ]] and not [ ... ] in bash completionsa1346054
2021-08-15use consistent style for bash [[ ... ]]a1346054
2021-08-15Restore VT hack for Windows (#2580)Michael Kelley
2021-08-15Minor readme change (#2578)Leon Tepe
2021-06-08Do not show preview window by default if `--preview` is emptyJunegunn Choi
2021-06-04[vim] Add 'sinklist' as a synonym to 'sink*'Junegunn Choi
2021-06-010.27.20.27.2Junegunn Choi
2021-06-01Fix bug where `--read0` not properly displaying long linesJunegunn Choi
2021-05-26Allow specifying 16 base ANSI colors by their namesJunegunn Choi
2021-05-23Mention NetBSD package and how to install it (#2499)Thomas Klausner
2021-05-220.27.10.27.1Junegunn Choi
2021-05-22Add 'unbind' actionJunegunn Choi
2021-05-22[man] Clarification on --select-1 and --exit-0Junegunn Choi
2021-05-21[vim] Workaround for Neovim bug of unconditionally evaluating `unlet $ENV_VAR`Junegunn Choi
2021-05-19[vim] Update README-VIMJunegunn Choi
2021-05-19[vim] Use terminal buffer on 'down' layout on regular Vim on terminalJunegunn Choi
2021-05-19[vim] Use FZF_DEFAULT_COMMAND instead of STDIN pipeJunegunn Choi
2021-05-14Replace RuneWidth to StringWidth to handle grapheme clustersJunegunn Choi
2021-04-29ADVANCED.md: tmux 3.2 is officially releasedJunegunn Choi
2021-04-28[vim] Fix screen offset of relatively positioned popup windowJunegunn Choi
2021-04-17[vim] Support relative-to-window positioning of popup (#2443)Tom Picton
2021-04-10Fix goreleaser.ymlJunegunn Choi