vis-tables - Vis plugin for writing tables
ssh://anon@thyssentishman.com/vis-tables
Log | Files | Refs | Feed | README | LICENSE

DateCommit messageFiles+-
2024-05-08README: Update text wrapping width1+32-37
2023-09-03Fix moving columns when cursor is on a row divider1+22-9
2023-09-03Remove unnecessary check in movecolumn function1+1-3
2023-09-03Replace smatch function with isrow/isdiv1+24-20
2023-09-03Remove unnecessary tablemode function1+29-35
2023-08-29Fix typo in key bindings in the README1+1-1
2023-08-29Fix moving cells across consecutive dividers1+9-2
2023-08-28Add <Tab> keybindings to the README1+10-8
2023-08-28Make minor visual tweaks1+4-5
2023-08-28Fallback to default actions if not in table-mode1+18-2
2023-08-28Add README1+123-0
2023-08-28Add support for floating point numbers1+5-2
2023-08-28Add functions for cell/column manipulation1+76-9
2023-08-28Remove evaltable function (needs rethinking)1+0-44
2023-08-28Reorganize code and break long lines1+18-23
2023-08-28Refactor {next,prev}cell functions1+33-30
2023-08-27Simplify and remove unnecessary functions1+18-22
2023-08-27Clean obsolete function arguments1+3-3
2023-08-27Align numbers to the right and strings to the left1+27-25
2023-08-27Fix cell jumps across consecutive dividers1+43-23
2023-08-27Fix creation of first column when empty1+18-10
2023-08-27Refactor main function again1+132-129
2023-08-27Add license1+21-0
2023-08-27Add mappings for normal mode1+4-0
2023-08-27Add support for evaluating commands (formulas)1+54-1
2023-08-24Register custom 'set option' as tablemode1+12-4
2023-08-24Change default intersection character1+1-1
2023-08-24Refactor main function1+106-102
2023-08-24Make table appearance configurable by the user1+43-28
2023-08-24Initial commit1+182-0