aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-03-05Do not close first column.Petter Rodhelind1-1/+3
2021-03-05Only open 2-split if no file was given on startup.Petter Rodhelind1-5/+7
2021-03-05Start with two columns as default with dirs to right.Petter Rodhelind1-5/+7
2021-03-05Fix column out of bounds bug.Petter Rodhelind1-0/+3
2021-03-05Better colors.Petter Rodhelind1-8/+8
2021-03-04Do not add trailing dir separator if in nix root.Petter Rodhelind1-2/+3
2021-03-04Add trailing separator to dirs tag without changing the actual name.Petter Rodhelind2-4/+11
The previous commit which added the trailing slash introduced a bug, where the "do not open the same buffer again if it already exists" stopped working because the actual file name did not match what was requested.
2021-03-04Add Get command to reload buffer from disk.Petter Rodhelind5-2/+25
2021-03-03Use acme colors as default.Petter Rodhelind1-0/+4
2021-03-03Hide cli mode, since it is useless as of now.Petter Rodhelind1-4/+4
2021-03-03Update doc.Petter Rodhelind1-4/+8
2021-03-03Fix middle click selection.Petter Rodhelind1-12/+14
2021-03-03Manage initial loading of buffers in UI.Petter Rodhelind3-7/+18
2021-03-03Add trailing slash in tagline for directories.Petter Rodhelind1-0/+3
2021-03-03Refactor mouse ButtonSecondary and ButtonMiddle.Petter Rodhelind1-117/+64
2021-03-03Upgrade dep: tcell to v2.Petter Rodhelind5-6/+13
2021-03-03Add CLI mode and show version as command line args.Petter Rodhelind1-6/+20
2021-03-03Separate acme color scheme and use terminal default as default.Petter Rodhelind1-8/+12
2021-03-03Update deps.Petter Rodhelind2-4/+17
2020-01-07Use go modules.Petter Rodhelind2-0/+29
2019-05-11ui: Use acme colors again, show full filename and show "Del" in tagline.Petter Rodhelind2-13/+13
2019-05-10ui: Present filename in tag with current pwd trimmed.Petter Rodhelind1-2/+7
2019-05-10doc: Done with undo/redo.Petter Rodhelind1-2/+0
2018-03-16Redesign.Petter Rodhelind12-429/+429
2018-02-26Total redesign. Separating editor parts from UI.Petter Rodhelind17-802/+1030
2018-02-26Bulk commit before redesign in another branch.Petter Rodhelind5-10/+20
2018-02-25Add alternative mouse clicks for one-btn-only laptops, fix scroll and add ↵Petter Rodhelind5-26/+101
"save buffer with a new name".
2018-02-24Bulk. Move fast and break things. Whatever.Petter Rodhelind6-60/+182
Fixed scrolling and mouse selection in regards to soft wrap and tabstop. Fixed empty buffer windir setting which will make new buffers start in correct working dir. Fixed automatic dot expansion on Open and Run. Made commands not need a prepended ! to be considered an external command.
2018-02-24Add undo/redo to readme.Petter Rodhelind1-0/+2
2018-02-24Use the mouse.Petter Rodhelind1-1/+1
2018-02-24Add some usage info.Petter Rodhelind1-0/+24
2018-02-24Add install and bugs to readme.Petter Rodhelind1-0/+12
2018-02-24Add acme link.Petter Rodhelind1-1/+1
2018-02-24Update with screen shot.Petter Rodhelind3-5/+7
2018-02-23Add error handling to NextWord.Petter Rodhelind1-2/+11
2018-02-23Add Next/Prev Space offset search.Petter Rodhelind1-0/+45
2018-02-23Implement ^W using PrevWord().Petter Rodhelind1-23/+7
2018-02-23Make arrow right move q1, end of selection.Petter Rodhelind1-9/+2
2018-02-23Cleanup.Petter Rodhelind1-2/+0
2018-02-23Refactor word offset scan and update Select().Petter Rodhelind1-19/+44
2018-02-23Add documentation.Petter Rodhelind1-1/+8
2018-02-23Fix tabstop draw to align with each views initial x and not the global x.Petter Rodhelind1-1/+1
2018-02-23Remove and ignore testfiles from repo.Petter Rodhelind14-1248/+1
2018-02-22Add readme.Petter Rodhelind1-0/+5
2018-02-22first commitPetter Rodhelind24-0/+3489