summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
8 daysfix some unicode issues in line_editWormHeamer
9 daysdon't show max in scratch mem usage meter, just used & percentageWormHeamer
9 daysdon't strip shared prefix from buffer paths anymoreWormHeamer
9 daysshorten homedir in some paths to ~WormHeamer
9 daystake an arena parameter in normalize_path()WormHeamer
9 daysjust use realpath() for normalize_path()WormHeamer
9 daystry to preallocate file option listsWormHeamer
9 daysshow current path as prompt, don't normalize "/" to ""WormHeamer
9 daysmake select_file() start in directory of current buffer if possibleWormHeamer
9 daysremove unused signal.hWormHeamer
9 daysadd git status commandWormHeamer
9 daysadd ! commandWormHeamer
9 daysget rid of needless LEDIT_UP and LEDIT_DOWN resultsWormHeamer
9 dayssplit long lineWormHeamer
9 daysdont match brackets for function navigationWormHeamer
9 daysimprove argument parsing etc.WormHeamer
9 daysconvert some stuff to recursive uses of mode_key_normal()WormHeamer
9 daysfix invalid null yank at end of fileWormHeamer
9 daysclean up some rendering codeWormHeamer
9 daysdon't highlight trailing whitespace in front of the cursorWormHeamer
9 daysseparate *_IMPL into their own compilation unitWormHeamer
9 daysbelay that; show readonly buffers as cyanWormHeamer
9 daysshow non-file buffers as italicWormHeamer
9 daysmake x,y unsignedWormHeamer
9 daysmake binary file buffers not writeableWormHeamer
9 daysconvert non-utf-8 files to a readonly hex dumpWormHeamer
9 daysshow messages for search wrapped or not foundWormHeamer
9 daysset and unset dirty flag as appropriate on undo/redoWormHeamer
9 daysallow jumping to functions with opening bracket on separate lineWormHeamer
9 daysshow message on undo/redo at endWormHeamer
9 daysremove debug history view in draw_buf()WormHeamer
9 dayssplit edit_key() into multiple funcs, add yankingWormHeamer
10 daystodoWormHeamer
10 daysfix match_bracket() getting stuck on backslashesWormHeamer
10 daysadd verbose git logWormHeamer
10 daysdon't memchr() in fz_score (obvs not case insensitive, oops)WormHeamer
10 daysfix gcc errorsWormHeamer
10 daysmake regex line ends more consistent across chunksWormHeamer
10 daysbetter fuzzy matching + replace a bunch of space indentation junkWormHeamer
10 daysrefine & bugfix function navigation stuffsWormHeamer
10 daysadd Space-j jump to function commandWormHeamer
10 daysdon't sort options if empty pattern, don't list .o filesWormHeamer
10 daysfix bug of passing capacity instead of length in select_buf()WormHeamer
10 daysstrip off the largest shared prefix between paths in select_buf()WormHeamer
10 daysnormalize buffer paths, add buffer select, show basename in tabsWormHeamer
10 daysfix taking regex offset from the wrong chunkWormHeamer
10 dayshopefully fix invalid TxtLoc after some searchesWormHeamer
10 daysfuzzy file select, try to deduplicate open buffersWormHeamer
10 daysuse expand_cmd() in run_shell()WormHeamer
10 daysalways pipe git diff into lessWormHeamer