summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-01-170.36.00.36.0Junegunn Choi
2023-01-17[vim] Automatically set RUNEWIDTH_EASTASIAN=1 when &ambiwidth == doubleJunegunn Choi
2023-01-16[vim] Use system-default border styleJunegunn Choi
2023-01-16Fix rendering of double-column borders on light rendererJunegunn Choi
2023-01-16Fix rendering of double-column bordersJunegunn Choi
2023-01-16Fix typo on man pageJunegunn Choi
2023-01-16Better support for Windows terminalsJunegunn Choi
2023-01-13Update README examplesJunegunn Choi
2023-01-12Update Rubocop dependenciesJunegunn Choi
2023-01-12Remove unused block argumentJunegunn Choi
2023-01-12Fix test failureJunegunn Choi
2023-01-12Resume preview following if the user scrolls the window to the bottomJunegunn Choi
2023-01-10Correct package manager commands for apt (#3117)Farooq Karimi Zadeh
2023-01-09Allow re-enabling preview follow on change-preview-windowJunegunn Choi
2023-01-09Disable preview follow after dragging the scrollbarJunegunn Choi
2023-01-07Run preview command when preview window appears after resize (#3113)Junegunn Choi
2023-01-07Prevent fzf crashing on malformed remote actionJunegunn Choi
2023-01-07Allow toggling of alternative preview window layout that is hiddenJunegunn Choi
2023-01-06Add scrollbar to the preview windowJunegunn Choi
2023-01-05Reduce flickering of the scroll info panel on the preview windowJunegunn Choi
2023-01-04Fix cyclic scrolling with non-zero preview header linesJunegunn Choi
2023-01-04Fix preview border on tcell rendererJunegunn Choi
2023-01-03Bump github.com/gdamore/tcell/v2 from 2.5.3 to 2.5.4dependabot[bot]
2023-01-03Bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17dependabot[bot]
2023-01-03Allow dragging of the preview windowJunegunn Choi
2023-01-03Fix double-click on light rendererJunegunn Choi
2023-01-03Make sure two consecutive double clicks require four clicksJunegunn Choi
2023-01-03Clicks with different x coordinates shouldn't be seen as a double-clickJunegunn Choi
2023-01-02Avoid superfluous update of scrollbarJunegunn Choi
2023-01-01Fix scrollbar rendering (#3096)Junegunn Choi
2023-01-01Restore mouse drag mode (#3096)Junegunn Choi
2023-01-01Allow dragging of scrollbarJunegunn Choi
2023-01-01Colors for 'separator' and 'scrollbar' will default to that for 'border'Junegunn Choi
2023-01-01Add scrollbarJunegunn Choi
2022-12-31Only allow local requestsJunegunn Choi
2022-12-31Fix cache being immediately cleared on reload-syncJunegunn Choi
2022-12-31Add transform-prompt(...) actionJunegunn Choi
2022-12-30Update transform-query examples for zshJunegunn Choi
2022-12-30Always execute preview command if {q} is in the templateJunegunn Choi
2022-12-29Add reload-sync actionJunegunn Choi
2022-12-29Add 'load' event that is triggered when the input stream is completeJunegunn Choi
2022-12-28Make server channel bufferedJunegunn Choi
2022-12-28Add transform-query(...) actionJunegunn Choi
2022-12-27Remove $FZF_LISTEN_PORTJunegunn Choi
2022-12-27Allow put action with an argument i.e. put(...)Junegunn Choi
2022-12-27Add pos(...) action to move the cursor to the numeric positionJunegunn Choi
2022-12-26Update README-VIM: Different homebrew prefix on Apple SiliconJunegunn Choi
2022-12-25Revert "Add GET endpoints for getting the state of the finder"Junegunn Choi
2022-12-25Add GET endpoints for getting the state of the finderJunegunn Choi
2022-12-23Add ppc64le binaries (#3067)Philipp Wagner