summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-05-13Fix count when parsing `bottom` command (#1240)r30Joe Lim
2023-05-13Add `jumps` command for displaying the jump list (#1233)Joe Lim
2023-05-13Minor cleanup of reflect code (#1229)Joe Lim
2023-05-13Bump golang.org/x/term from 0.7.0 to 0.8.0 (#1225)dependabot[bot]
2023-05-13Bump golang.org/x/sys from 0.7.0 to 0.8.0 (#1224)dependabot[bot]
2023-05-13Separate filter from selections in the ui ruler (#1223)Joe Lim
2023-05-13Prevent scrolling to bottom when selecting files (#1222)Joe Lim
2023-04-30build diskfree on all platformsGokcehan
2023-04-30update docr29Gokcehan
2023-04-15Validate `selmode` setting (#1206)Joe Lim
2023-04-15Fix statusbar spacing (#1205)Joe Lim
2023-04-09add 'ruler' to completionGokcehan
2023-04-09update docGokcehan
2023-04-09Customizable statusline, df (#1168)rrveex
2023-04-09Fix crash when sorting files in a directory (#1204)Joe Lim
2023-04-09Simplify edge calculation when scrolling down (#1194)Joe Lim
2023-04-09Use $VISUAL for the `e` command instead of $EDITOR (#1197)RuMaks
2023-04-09Make `:maps` work on Windows and add `:cmaps`. (#1201)Ilya Grigoriev
2023-04-08Bump golang.org/x/term from 0.6.0 to 0.7.0 (#1198)dependabot[bot]
2023-04-08Add support for moving to a specific line (#1196)Joe Lim
2023-04-08lfrc.example: Add mkdir, add "show execution result" (#1188)Ilya Grigoriev
2023-04-02add file operations to non-features in readmeGokcehan
2023-04-01Make the `:doc` command work even if `lf` is not in the PATH, add `lf` enviro...Ilya Grigoriev
2023-04-01Export count as a variable when running commands (#1187)Joe Lim
2023-04-01Completion: always insert longest match (#1184)Paul Ouellette
2023-04-01Fix infinite loop in listMatches (#1183)Paul Ouellette
2023-04-01Support custom line number colors (#1177)Joe Lim
2023-03-25Display zero when relativenumber is enabled (#1171)Joe Lim
2023-03-25cleanupGokcehan
2023-03-21Use tcell constants for drawbox (#1170)Joe Lim
2023-03-21Improve preview loading message flickering (#1154)Joe Lim
2023-03-20Bump actions/setup-go from 3 to 4 (#1160)dependabot[bot]
2023-03-20Enhance rename prompt (#1162)rrveex
2023-03-20Avoid refreshing previews for async shell commands (#1164)Joe Lim
2023-03-16update docGokcehan
2023-03-16add errors for unexpected boolean option valuesGokcehan
2023-03-16cleanupGokcehan
2023-03-16add 'true/false' syntax for boolean optionsGokcehan
2023-03-12Fix width used for line numbers (#1151)Joe Lim
2023-03-12Refactor code for printing directories (#1150)Joe Lim
2023-03-12Update file info after reload command (#1149)Joe Lim
2023-03-12try to fix #916 (#1146)Jackie Li
2023-03-12Remove commented code (#1141)Joe Lim
2023-03-12Delete stale dircache entry during rename (#1138)Joe Lim
2023-03-12Bump golang.org/x/term from 0.5.0 to 0.6.0 (#1137)dependabot[bot]
2023-03-12Bump golang.org/x/sys from 0.5.0 to 0.6.0 (#1136)dependabot[bot]
2023-03-12Replace the obsolete Vue icon in the example file (#1123)István Donkó
2023-02-26Bump github.com/gdamore/tcell/v2 (#1128)dependabot[bot]
2023-02-26Update the Go version in `go.mod` to 1.18 (#1132)Ilya Grigoriev
2023-02-26`invert-below` command to substitute for visual mode (#1101)Ilya Grigoriev