Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-06 | Manage columns in a sane way.HEADmasterdev | Petter Rodhelind | 5 | -50/+182 | |
2021-03-05 | Do not close first column. | Petter Rodhelind | 1 | -1/+3 | |
2021-03-05 | Only open 2-split if no file was given on startup. | Petter Rodhelind | 1 | -5/+7 | |
2021-03-05 | Start with two columns as default with dirs to right. | Petter Rodhelind | 1 | -5/+7 | |
2021-03-05 | Fix column out of bounds bug. | Petter Rodhelind | 1 | -0/+3 | |
2021-03-05 | Better colors. | Petter Rodhelind | 1 | -8/+8 | |
2021-03-04 | Do not add trailing dir separator if in nix root. | Petter Rodhelind | 1 | -2/+3 | |
2021-03-04 | Add trailing separator to dirs tag without changing the actual name. | Petter Rodhelind | 1 | -1/+6 | |
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-04 | Add Get command to reload buffer from disk. | Petter Rodhelind | 2 | -1/+15 | |
2021-03-03 | Use acme colors as default. | Petter Rodhelind | 1 | -0/+4 | |
2021-03-03 | Fix middle click selection. | Petter Rodhelind | 1 | -12/+14 | |
2021-03-03 | Manage initial loading of buffers in UI. | Petter Rodhelind | 2 | -3/+18 | |
2021-03-03 | Refactor mouse ButtonSecondary and ButtonMiddle. | Petter Rodhelind | 1 | -117/+64 | |
2021-03-03 | Upgrade dep: tcell to v2. | Petter Rodhelind | 3 | -6/+6 | |
2021-03-03 | Separate acme color scheme and use terminal default as default. | Petter Rodhelind | 1 | -8/+12 | |
2019-05-11 | ui: Use acme colors again, show full filename and show "Del" in tagline. | Petter Rodhelind | 2 | -13/+13 | |
2019-05-10 | ui: Present filename in tag with current pwd trimmed. | Petter Rodhelind | 1 | -2/+7 | |
2018-03-16 | Redesign. | Petter Rodhelind | 7 | -128/+155 | |
2018-02-26 | Total redesign. Separating editor parts from UI. | Petter Rodhelind | 7 | -0/+1378 | |