aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
AgeCommit message (Expand)AuthorFilesLines
2025-06-13use <vis-prompt-show> instead of ':'Alvaro Sanchez1-11/+11
2024-02-06Replace use of tr(1) with awk(1).Matěj Cepl1-2/+2
2021-03-28vis: Add readline Ctrl+A/E bindingsstriker.sh1-0/+2
2020-12-28vis: rename to/till motion internalsMarc André Tanner1-4/+4
2020-10-10vis: add vis-selection-new-match-allEvan Gates1-0/+1
2020-08-29vis: implement C-n in normal mode with a mapping to viwMarc André Tanner1-1/+1
2020-08-01vis: remove ae outer entire text objectMarc André Tanner1-1/+0
2020-08-01vis: remove ie inner entire text objectMarc André Tanner1-1/+0
2020-08-01vis: remove z> rightmost pairwise selection combinatorMarc André Tanner1-1/+0
2020-08-01vis: remove z< leftmost pairwise selection combinatorMarc André Tanner1-1/+0
2020-08-01vis: remove z- shorter pairwise selection combinatorMarc André Tanner1-1/+0
2020-08-01vis: remove z+ longer pairwise selection combinatorMarc André Tanner1-1/+0
2020-08-01vis: remove z& pairwise selection intersectionMarc André Tanner1-1/+0
2020-08-01vis: remove z| pairwise unionMarc André Tanner1-1/+0
2020-08-01vis: remove commented entries from default configMarc André Tanner1-2/+0
2020-08-01vis: use ~ instead of ! for selection complementMarc André Tanner1-1/+1
2020-08-01vis: remove ~ as alias for g~Marc André Tanner1-1/+0
2020-08-01vis: remove window related aliases from default configMarc André Tanner1-7/+0
2020-08-01vis: remove special key aliases from default configMarc André Tanner1-12/+0
2020-04-28vis: make <Escape> reset count in visual modesMarc André Tanner1-1/+1
2020-04-28vis: make <Escape> reset count in normal modeMarc André Tanner1-1/+1
2018-07-31change case in visual mode with u and U ( vim comp )Erlend Fagerheim1-0/+2
2018-05-16vis: remove v and V in operator pending modeMarc André Tanner1-7/+0
2018-05-16vis: remove gPMarc André Tanner1-1/+0
2018-05-16vis: remove gpMarc André Tanner1-1/+0
2018-05-16vis: implement g~ using tr(1)Marc André Tanner1-3/+2
2018-05-16vis: implement gU using tr(1)Marc André Tanner1-1/+1
2018-05-16vis: implement gu using tr(1)Marc André Tanner1-1/+1
2018-05-16vis: remove gq alias for =Marc André Tanner1-2/+1
2018-04-08Fix "parenthese" in identifiersTwoFinger1-2/+2
2018-03-05Fix a typo in identifiersTwoFinger1-2/+2
2018-02-27vis: implement normal/outer paragraph text objectMarc André Tanner1-1/+1
2018-01-26vis: insert literal new line upon <C-j> in insert modeMarc André Tanner1-1/+1
2017-09-15vis: restore old s mapping in visual modeMarc André Tanner1-0/+1
2017-09-15vis: remove ! operatorMarc André Tanner1-1/+1
2017-07-14vis: restore s / S normal mode bindingsMarc André Tanner1-0/+2
2017-07-14vis: remove useless mappings which interfere with jumplistMarc André Tanner1-2/+0
2017-07-14vis: always reduce selections when not in visual modeMarc André Tanner1-1/+1
2017-07-10vis: remove change listMarc André Tanner1-2/+0
2017-07-10vis: implement jump list in terms of marksMarc André Tanner1-2/+3
2017-07-08vis: perform more renames cursor -> selectionMarc André Tanner1-24/+24
2017-07-08vis: cleanup marks implementationMarc André Tanner1-6/+4
2017-07-04vis: implement `gv` by means of new "^ registerMarc André Tanner1-1/+1
2017-06-15vis: enable new selection manipulation primitivesMarc André Tanner1-8/+24
2017-04-04vis: add motions to move by codepointsMarc André Tanner1-2/+4
2017-03-31vis: rename search related constantsMarc André Tanner1-2/+2
2017-03-05vis: remove word and file name completion from editor coreMarc André Tanner1-2/+0
2017-02-23vis: remove `gf` and `<C-w>gf` functionalityMarc André Tanner1-2/+0
2017-02-23vis: remove number increment/decrement functionalityMarc André Tanner1-2/+0
2017-02-15vis: remove motion and text objects related to C functionsMarc André Tanner1-6/+0