summaryrefslogtreecommitdiff
path: root/vis-motions.c
AgeCommit message (Expand)Author
2016-11-19vis: make gg and G move to first non-blank character of lineMarc André Tanner
2016-11-19vis: reformat motion definition block to avoid overly long linesMarc André Tanner
2016-09-29vis: fix % for angle bracketsMarc André Tanner
2016-08-24vis: improve dot (repeat) command implmentationMarc André Tanner
2016-05-04vis: make j and k a linewise inclusive motionMarc André Tanner
2016-04-12Add "[(" and "])" motions for jumping to a parenthese pair's start/endRob Pilling
2016-04-12Add "[{" and "]}" motions to jump to a block's start/endRob Pilling
2016-04-09vis: make j an inclusive motionMarc André Tanner
2016-04-06text-motion: restore old text_{line_,}find_prev behaviorMarc André Tanner
2016-03-30array: allow arbitrarily sized array elementsMarc André Tanner
2016-03-12vis: overhaul search related code, support "/ registerMarc André Tanner
2016-03-10vis: let /^pattern match at the start of the lineMarc André Tanner
2016-02-18Add infrastructure to add custom motion functionsMarc André Tanner
2016-02-12Mark some tables as constMarc André Tanner
2016-02-11vis: try to make * and # motions work on more systemsMarc André Tanner
2016-01-28vis: implement nn%Marc André Tanner
2016-01-28vis: clean up count handlingMarc André Tanner
2016-01-27text-motion: change text_bracket_match APIMarc André Tanner
2016-01-27vis: let % move to next special char if not already thereMarc André Tanner
2016-01-20Fix to/till movementsMarkus Teich
2016-01-19vis: fix # and * motions to only match wordsMarc André Tanner
2016-01-18vis: tweak count handling of till motions 't' and 'T'Marc André Tanner
2016-01-15vis: sentence motions are not linewiseMarc André Tanner
2016-01-14vis: s/moves/vis_motions/gMarc André Tanner
2016-01-14vis: s/ops/vis_operators/gMarc André Tanner
2016-01-14vis: move motion releated functions to corresponding fileMarc André Tanner
2016-01-10Simplify code by using text_bytes_alloc0Marc André Tanner
2015-11-08vis: remove regex based syntax highlightingMarc André Tanner
2015-11-08vis: more comments and cleanupsMarc André Tanner
2015-11-07vis: prefix enum VisMotion values with VIS_Marc André Tanner
2015-11-07vis: move motions to separate fileMarc André Tanner