summaryrefslogtreecommitdiffstats
path: root/opts.go
AgeCommit message (Expand)Author
2024-04-07Rounded Corners (#1653)J-Kappes
2024-04-07Added globfilter command (#1650)Catalin Ancutei
2024-01-18Implement sort options as separate variables (#1577)Joe Lim
2024-01-01Allow customization for cut/copy/select colors (#1540)Joe Lim
2023-12-26sortMethod simplification. (#1535)Michael Gallo
2023-12-26Add hidecursorinactive option to indicate status when terminal loses focus (...Christian Zangl
2023-09-23Add spaces to `rulerfmt` to separate from statinfo (#1437)Joe Lim
2023-09-03Add `cmd-delete-word-back` command (#1409)Jan-Peter Dhallé
2023-09-03Add `rulerfmt` option for improved ruler customization (#1386)Joe Lim
2023-09-02add 'setlocal' for directory specific options (#1381)Gökçehan Kara
2023-09-02Display `statfmt` file size with fixed width (#1405)Joe Lim
2023-08-12sixel preview (#1211)Ching Pei Yang
2023-07-17Support optional fields for `statfmt` option (#1337)Joe Lim
2023-07-04Make duplicated file format configurable (#1315)David Pedersen
2023-07-03Flexible filename truncation (#1029)raslop
2023-06-09Add `statfmt` option (#1288)Joe Lim
2023-05-21cleanupGokcehan
2023-05-21preserve mtime when copying files (#1026)raslop
2023-05-20Support custom colors for `drawbox` characters (#1251)Joe Lim
2023-05-13Fix count when parsing `bottom` command (#1240)r30Joe Lim
2023-05-13Separate filter from selections in the ui ruler (#1223)Joe Lim
2023-04-09Customizable statusline, df (#1168)rrveex
2023-04-08Add support for moving to a specific line (#1196)Joe Lim
2023-04-01Support custom line number colors (#1177)Joe Lim
2023-02-25Navigate cmd history with up/down (#1112)David Pedersen
2023-02-25Option to change look of cursors in parent dirs, rename an option. (#1106)Ilya Grigoriev
2023-02-11Allow separate styles for cursor in normal and preview panes, simplify `tagfm...Ilya Grigoriev
2023-02-11Bind Ctrl+MouseWheel to scroll up/down (#1051)Ilya Grigoriev
2022-10-19Add mouse support for selecting and opening files (#963)Paul Ouellette
2022-10-15add user defined options (#865)Christian Zangl
2022-10-15Add a selection mode that limits the selection to the current directory. (#849)Christian Zangl
2022-10-15Implement directory previews (#842)Salle Helevä
2022-07-10added history options (#866)segf00lt
2022-05-08rename move commands to high/middle/lowGokcehan
2022-05-08Add VIMs hi/mid/lo-screen commands (#824)Christian Zangl
2022-03-30rename scrollup/down to scroll-up/downGokcehan
2022-03-28use multiple selections for tag commandGokcehan
2022-03-28stay at same position with tag-toggleGokcehan
2022-03-28Add tags (#791)Santos
2022-02-27add scrollup scrolldown builtin cmd (#764)sbinnee
2022-02-13add "jump-next" and "jump-prev" (#755)Christian Zangl
2022-02-12cleanupGokcehan
2022-02-12Continue PR: configure time format in the info column (#751)Christian Zangl
2022-01-31Add Temporary Marks (#744)Christian Zangl
2022-01-22Revert "dirtyfiles: files that don't require cleaning before previewing them ...Gokcehan
2021-12-25dirtyfiles: files that don't require cleaning before previewing them (#729)Lucas Mior
2021-08-21Added filter command (#667)SPFab
2021-08-01add an option to disable directory cache (#673)Yegor Bychin
2021-07-31implement dironly option (#669)Matthew Toohey
2021-05-19add 'autoquit' option to auto quit server on quitGokcehan