summaryrefslogtreecommitdiffstats
path: root/misc.go
AgeCommit message (Expand)Author
2024-04-20Support icon color (#1674)Daniel Zhang
2024-04-07Move get file extension logic to util (#1670)David Pedersen
2023-09-03Add `rulerfmt` option for improved ruler customization (#1386)Joe Lim
2023-07-03Flexible filename truncation (#1029)raslop
2023-06-04Fix `runeSliceWidthRange` implementation (#1273)Joe Lim
2023-05-20Support modifiers in special key mappings (#1248)Joe Lim
2022-10-01Fix a few completion bugs and add a few small features (#934)Paul Ouellette
2022-02-14cleanupGokcehan
2022-02-13fix comments inside quotes in colors/icons filesGokcehan
2022-02-13add colors/icons file supportGokcehan
2020-11-06avoid memory allocations in natural sortingGokcehan
2020-11-06go fmtGokcehan
2020-10-14Completition menu cycling #72 (#482)2pac
2020-06-11cleanupGokcehan
2020-06-07fix tilde expansion and numbering (#373)gotroyb127
2019-10-25keep trailing backslash during reverse escapeGokcehan
2019-10-25escape special characters with backslashGokcehan
2019-03-03cleanupGokcehan
2018-05-20cleanupGokcehan
2018-05-14add 'cmd-transpose-word' to swap wordsGokcehan
2018-05-05implement 'cmd-word' and 'cmd-word-back' commandsGokcehan
2017-11-19cleanupGokcehan
2017-01-08add a 'B' suffix to files under a thousand bytesGokcehan
2016-12-22fill with spaces instead of null charsGokcehan
2016-12-18simplify number extraction using regexpGokcehan
2016-12-03fix number extraction ending with numberGokcehan
2016-12-03handle escapes in completionsGokcehan
2016-11-14replace /x/text package with mattn/go-runewidthGokcehan
2016-11-11move file sorting to navGokcehan
2016-11-10Refactor sorting types to only implement Len and Swap once (#43)Karol Woźniak
2016-11-06implement a send command for remove commandsGokcehan
2016-10-20handle unicode in the uiGokcehan
2016-09-07use filepath module instead of path for portabilityGokcehan
2016-08-14add misc testsGokcehan
2016-08-13initial commitGokcehan