index
:
vis.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vis-motions.c
Age
Commit message (
Expand
)
Author
2016-11-19
vis: make gg and G move to first non-blank character of line
Marc André Tanner
2016-11-19
vis: reformat motion definition block to avoid overly long lines
Marc André Tanner
2016-09-29
vis: fix % for angle brackets
Marc André Tanner
2016-08-24
vis: improve dot (repeat) command implmentation
Marc André Tanner
2016-05-04
vis: make j and k a linewise inclusive motion
Marc André Tanner
2016-04-12
Add "[(" and "])" motions for jumping to a parenthese pair's start/end
Rob Pilling
2016-04-12
Add "[{" and "]}" motions to jump to a block's start/end
Rob Pilling
2016-04-09
vis: make j an inclusive motion
Marc André Tanner
2016-04-06
text-motion: restore old text_{line_,}find_prev behavior
Marc André Tanner
2016-03-30
array: allow arbitrarily sized array elements
Marc André Tanner
2016-03-12
vis: overhaul search related code, support "/ register
Marc André Tanner
2016-03-10
vis: let /^pattern match at the start of the line
Marc André Tanner
2016-02-18
Add infrastructure to add custom motion functions
Marc André Tanner
2016-02-12
Mark some tables as const
Marc André Tanner
2016-02-11
vis: try to make * and # motions work on more systems
Marc André Tanner
2016-01-28
vis: implement nn%
Marc André Tanner
2016-01-28
vis: clean up count handling
Marc André Tanner
2016-01-27
text-motion: change text_bracket_match API
Marc André Tanner
2016-01-27
vis: let % move to next special char if not already there
Marc André Tanner
2016-01-20
Fix to/till movements
Markus Teich
2016-01-19
vis: fix # and * motions to only match words
Marc André Tanner
2016-01-18
vis: tweak count handling of till motions 't' and 'T'
Marc André Tanner
2016-01-15
vis: sentence motions are not linewise
Marc André Tanner
2016-01-14
vis: s/moves/vis_motions/g
Marc André Tanner
2016-01-14
vis: s/ops/vis_operators/g
Marc André Tanner
2016-01-14
vis: move motion releated functions to corresponding file
Marc André Tanner
2016-01-10
Simplify code by using text_bytes_alloc0
Marc André Tanner
2015-11-08
vis: remove regex based syntax highlighting
Marc André Tanner
2015-11-08
vis: more comments and cleanups
Marc André Tanner
2015-11-07
vis: prefix enum VisMotion values with VIS_
Marc André Tanner
2015-11-07
vis: move motions to separate file
Marc André Tanner