2024-11-20 | Handle strings longer than 99 characters | 1 | +8 | -0 |
2024-05-08 | README: Update text wrapping width | 1 | +32 | -37 |
2023-09-03 | Fix moving columns when cursor is on a row divider | 1 | +22 | -9 |
2023-09-03 | Remove unnecessary check in movecolumn function | 1 | +1 | -3 |
2023-09-03 | Replace smatch function with isrow/isdiv | 1 | +24 | -20 |
2023-09-03 | Remove unnecessary tablemode function | 1 | +29 | -35 |
2023-08-29 | Fix typo in key bindings in the README | 1 | +1 | -1 |
2023-08-29 | Fix moving cells across consecutive dividers | 1 | +9 | -2 |
2023-08-28 | Add <Tab> keybindings to the README | 1 | +10 | -8 |
2023-08-28 | Make minor visual tweaks | 1 | +4 | -5 |
2023-08-28 | Fallback to default actions if not in table-mode | 1 | +18 | -2 |
2023-08-28 | Add README | 1 | +123 | -0 |
2023-08-28 | Add support for floating point numbers | 1 | +5 | -2 |
2023-08-28 | Add functions for cell/column manipulation | 1 | +76 | -9 |
2023-08-28 | Remove evaltable function (needs rethinking) | 1 | +0 | -44 |
2023-08-28 | Reorganize code and break long lines | 1 | +18 | -23 |
2023-08-28 | Refactor {next,prev}cell functions | 1 | +33 | -30 |
2023-08-27 | Simplify and remove unnecessary functions | 1 | +18 | -22 |
2023-08-27 | Clean obsolete function arguments | 1 | +3 | -3 |
2023-08-27 | Align numbers to the right and strings to the left | 1 | +27 | -25 |
2023-08-27 | Fix cell jumps across consecutive dividers | 1 | +43 | -23 |
2023-08-27 | Fix creation of first column when empty | 1 | +18 | -10 |
2023-08-27 | Refactor main function again | 1 | +132 | -129 |
2023-08-27 | Add license | 1 | +21 | -0 |
2023-08-27 | Add mappings for normal mode | 1 | +4 | -0 |
2023-08-27 | Add support for evaluating commands (formulas) | 1 | +54 | -1 |
2023-08-24 | Register custom 'set option' as tablemode | 1 | +12 | -4 |
2023-08-24 | Change default intersection character | 1 | +1 | -1 |
2023-08-24 | Refactor main function | 1 | +106 | -102 |
2023-08-24 | Make table appearance configurable by the user | 1 | +43 | -28 |
2023-08-24 | Initial commit | 1 | +182 | -0 |