index
:
vis
FreeBSD-single
lua_changes
master
old
a neat vi-like editor
Mitchell Riedstra
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vis-modes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-13
Implement command/search prompt history as a regular file
Marc André Tanner
1
-53
/
+8
2016-01-13
vis: add infrastructure to support per window key bindings
Marc André Tanner
1
-6
/
+27
2016-01-13
vis: cleanup key binding definitions
Marc André Tanner
1
-62
/
+6
2015-11-28
vis: add namespace prefix for MARK_SELECTION_{START,END}
Marc André Tanner
1
-4
/
+4
2015-11-28
vis: improve switching to prompt mode
Marc André Tanner
1
-6
/
+20
2015-11-27
vis: implement filter operator !
Marc André Tanner
1
-0
/
+2
2015-11-08
vis: reindent config.def.h (no functional changes)
Marc André Tanner
1
-36
/
+1
2015-11-07
vis: shadow default register while in prompt mode
Marc André Tanner
1
-2
/
+11
2015-11-07
vis: prefix enum VisMotion values with VIS_
Marc André Tanner
1
-1
/
+1
2015-11-07
vis: prefix enum VisOperator values with VIS_
Marc André Tanner
1
-2
/
+2
2015-11-07
vis: API documentation and cleanup
Marc André Tanner
1
-6
/
+6
2015-11-07
vis: introduce vis_cancel API
Marc André Tanner
1
-3
/
+3
2015-11-07
vis: move modes into separate file
Marc André Tanner
1
-0
/
+281