summaryrefslogtreecommitdiffstats
path: root/complete.go
AgeCommit message (Expand)Author
2024-02-12Dynamically generate list of completions (#1595)Joe Lim
2024-01-13Add missing completions for `nohistory` and `history!` (#1570)Joe Lim
2024-01-01Allow customization for cut/copy/select colors (#1540)Joe Lim
2023-12-26Add hidecursorinactive option to indicate status when terminal loses focus (...Christian Zangl
2023-09-08Add `query` server command to expose internal state (#1384)Joe Lim
2023-09-03cleanupGokcehan
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-08-12sixel preview (#1211)Ching Pei Yang
2023-07-04Make duplicated file format configurable (#1315)David Pedersen
2023-07-03Remove test log statement during autocompletion (#1307)Joe Lim
2023-07-03Flexible filename truncation (#1029)raslop
2023-06-09Add `statfmt` option (#1288)Joe Lim
2023-06-04Add `clearmaps` command (#1286)Joe Lim
2023-06-04`cmds` command to list all custom commands (aka `cmd` mappings) (#1265)Ilya Grigoriev
2023-05-21preserve mtime when copying files (#1026)raslop
2023-05-21Expand tilde during autocompletion (#1246)Joe Lim
2023-05-20Support custom colors for `drawbox` characters (#1251)Joe Lim
2023-05-13Add `jumps` command for displaying the jump list (#1233)Joe Lim
2023-04-09add 'ruler' to completionGokcehan
2023-04-09Make `:maps` work on Windows and add `:cmaps`. (#1201)Ilya Grigoriev
2023-04-01Completion: always insert longest match (#1184)Paul Ouellette
2023-04-01Support custom line number colors (#1177)Joe Lim
2023-03-12try to fix #916 (#1146)Jackie Li
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
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
2022-11-13Fix toggling of directory previews (#993)maidlover
2022-10-15Ignore case in filename completion (#954)Paul Ouellette
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-10-01Fix a few completion bugs and add a few small features (#934)Paul Ouellette
2022-09-08Fix missing completion for a few commands (#929)Paul Ouellette
2022-05-08add missing 'tagfmt' evaluationGokcehan
2022-03-30rename scrollup/down to scroll-up/downGokcehan
2022-03-28Add tags (#791)Santos
2022-02-27add scrollup scrolldown builtin cmd (#764)sbinnee
2022-02-12rename 'get-dirsize' to 'calcdirsize'Gokcehan
2022-02-12Continue PR: configure time format in the info column (#751)Christian Zangl
2022-02-12add get-dirsize command (#750)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 completion for dircache optionGokcehan
2021-07-31implement dironly option (#669)Matthew Toohey
2021-05-19add 'autoquit' option to auto quit server on quitGokcehan
2021-04-06add 'waitmsg' option to configure the message after shell-wait commands (#604)gotroyb127