summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
2025-01-11buffer: delete pointless buffer_init functionRandy Palamar
2024-05-30remove the vis->initialized memberRandy Palamar
2024-05-21remove some ui pointer chasingRandy Palamar
2024-05-21replace UiTerm with Ui & delete function pointersRandy Palamar
2024-05-21make Selection unopaqueRandy Palamar
2024-05-21make View unopaqueRandy Palamar
2024-05-21cleanup some single line get/set functionsRandy Palamar
2024-05-21cleanup vis event interfaceRandy Palamar
2024-04-29Emit an event (ui_draw) immediately before drawing the screenRudy Dellomas III
2024-02-05use correct apostrophe in error messageErlend Lind Madsen
2020-12-28vis: implement multiline to/till motionsMarc André Tanner
2020-12-28vis: rename to/till motion internalsMarc André Tanner
2020-12-10vis: make O implementation independent of <Up> mappingMarc André Tanner
2020-10-10vis: add vis-selection-new-match-allEvan Gates
2020-10-10vis: refactor selections_match_nextEvan Gates
2020-09-17Pass up terminal CSI as events to Lua.Ez Diy
2020-08-29vis: improve C-n behavior in visual modeMarc André Tanner
2020-08-29vis: implement C-n in normal mode with a mapping to viwMarc André Tanner
2020-08-01vis: remove ae outer entire text objectMarc André Tanner
2020-08-01vis: remove ie inner entire text objectMarc André Tanner
2020-08-01vis: remove z> rightmost pairwise selection combinatorMarc André Tanner
2020-08-01vis: remove z< leftmost pairwise selection combinatorMarc André Tanner
2020-08-01vis: remove z- shorter pairwise selection combinatorMarc André Tanner
2020-08-01vis: remove z+ longer pairwise selection combinatorMarc André Tanner
2020-08-01vis: remove z& pairwise selection intersectionMarc André Tanner
2020-08-01vis: remove z| pairwise unionMarc André Tanner
2020-04-28vis: make <Escape> reset count in visual modesMarc André Tanner
2020-04-28vis: make <Escape> reset count in normal modeMarc André Tanner
2020-02-03vis: improve <C-n> in visual modeMarc André Tanner
2020-02-03vis: simplify selections_match_nextMarc André Tanner
2020-01-30main: fix a few mistakes in commentsTwoFinger
2020-01-30vis: Fix a few :help stringsTwoFinger
2020-01-27vis: make r<Enter> insert a new lineMarc André Tanner
2018-05-16vis: remove v and V in operator pending modeMarc André Tanner
2018-05-16vis: remove gPMarc André Tanner
2018-05-16vis: remove gpMarc André Tanner
2018-05-16vis: implement g~ using tr(1)Marc André Tanner
2018-05-16vis: implement gU using tr(1)Marc André Tanner
2018-05-16vis: implement gu using tr(1)Marc André Tanner
2018-04-08Fix "parenthese" in identifiersTwoFinger
2018-03-27main: fix a few typos in commentsDelapouite
2018-03-05Fix a typo in identifiersTwoFinger
2018-02-27vis: implement normal/outer paragraph text objectMarc André Tanner
2018-02-27vis: reset count after window scroll/slide actionsMarc André Tanner
2017-12-08vis: let <C-c> behave as <Escape> if only one selection existsMarc André Tanner
2017-09-15vis: remove ! operatorMarc André Tanner
2017-07-27vis: ignore SIGQUITMarc André Tanner
2017-07-17vis: specify window in mark related APIMarc André Tanner
2017-07-17vis: fix coverity issue 157025Marc André Tanner
2017-07-14vis: always reduce selections when not in visual modeMarc André Tanner