| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-08-07 | vis: use vis-open for gf implementation | Marc André Tanner | 1 | -27/+8 |
| 2016-05-22 | vis: refactor status line handling | Marc André Tanner | 1 | -0/+1 |
| 2016-05-22 | vis: move syntax highlighting to pure Lua code | Marc André Tanner | 1 | -0/+2 |
| 2016-05-22 | vis: always start vis-menu with -b flag | Marc André Tanner | 1 | -4/+4 |
| 2016-05-19 | vis: tweak completion commands | Marc André Tanner | 1 | -4/+4 |
| 2016-05-19 | vis: fix behavior of complete-word on BSD | Michel Martens | 1 | -2/+2 |
| 2016-05-18 | vis: add completion for file names in current directory via <C-x><C-f> | Silvan Jegen | 1 | -0/+22 |
| 2016-05-18 | vis: add #define for VIS_MENU | Marc André Tanner | 1 | -1/+1 |
| 2016-05-18 | vis: add completion for current file contents via <C-n> in insert mode | Marc André Tanner | 1 | -0/+56 |
| 2016-05-13 | vis: clean up key mapping implementation | Marc André Tanner | 1 | -1/+1 |
| 2016-05-10 | Revert "vis: clean up interaction between vis and ui" | Marc André Tanner | 1 | -1/+0 |
| 2016-05-08 | Fix autoindent when using O | Richard Burke | 1 | -1/+5 |
| 2016-05-06 | Fix typo `cursor-sceenline-up` -> `cursor-screenline-up` | Josh Wainwright | 1 | -1/+1 |
| 2016-05-04 | vis: clean up interaction between vis and ui | Marc André Tanner | 1 | -0/+1 |
| 2016-05-01 | vis: further cleanup input handling, introduce vis_keys_feed API | Marc André Tanner | 1 | -4/+4 |
| 2016-05-01 | vis: cleanup input handling, improve macro replay | Marc André Tanner | 1 | -8/+4 |
| 2016-04-27 | vis: do not advance cursor to next line when appending with `a` | Marc André Tanner | 1 | -1/+1 |
| 2016-04-20 | vis-lua: trigger start event after ui has been initialized | Marc André Tanner | 1 | -0/+1 |
| 2016-04-19 | vis: add actions for prev/next character motions within the same line | Marc André Tanner | 1 | -0/+12 |
| 2016-04-12 | Add "[(" and "])" motions for jumping to a parenthese pair's start/end | Rob Pilling | 1 | -0/+12 |
| 2016-04-12 | Add "[{" and "]}" motions to jump to a block's start/end | Rob Pilling | 1 | -0/+12 |
| 2016-04-11 | main.c: correct name of function, cursor>window | Josh Wainwright | 1 | -1/+1 |
| 2016-04-05 | vis: fix coverity scan warnings | Marc André Tanner | 1 | -1/+1 |
| 2016-04-05 | vis: let <C-l> remove all but the count cursor column | Marc André Tanner | 1 | -0/+33 |
| 2016-04-04 | vis: let <C-c> remove the count cursor column | Marc André Tanner | 1 | -0/+28 |
| 2016-04-04 | vis: fix selection column rotation | Marc André Tanner | 1 | -5/+8 |
| 2016-04-04 | vis: in visual mode allow navigation among cursors using <C-j> and <C-k> | Marc André Tanner | 1 | -2/+6 |
| 2016-04-03 | sam: unify vi(m) and sam command line | Marc André Tanner | 1 | -7/+1 |
| 2016-04-03 | vis: in visual mode let \ trim selections | Marc André Tanner | 1 | -0/+31 |
| 2016-03-30 | vis: implement selection rotation | Marc André Tanner | 1 | -0/+79 |
| 2016-03-28 | vis: Ctrl-{j,k} do not create duplicate cursors, instead advance primary one | Marc André Tanner | 1 | -1/+8 |
| 2016-03-28 | vis: support right alignment of selections in visual mode with <S-Tab> | Marc André Tanner | 1 | -8/+25 |
| 2016-03-28 | vis: support count for {Meta-Ctrl,Ctrl}-{j,k} | Marc André Tanner | 1 | -23/+26 |
| 2016-03-28 | vis: fix changing of primary cursor via Ctrl-{u,d} | Marc André Tanner | 1 | -1/+1 |
| 2016-03-28 | vis: let Meta-Ctrl-{j,k} create new cursor | Marc André Tanner | 1 | -1/+28 |
| 2016-03-28 | vis: align selections with <Tab> in visual mode | Marc André Tanner | 1 | -2/+5 |
| 2016-03-28 | vis: support column based alignment | Marc André Tanner | 1 | -22/+27 |
| 2016-03-28 | view: change cursor creation API to take an initial position | Marc André Tanner | 1 | -11/+11 |
| 2016-03-15 | vis: add support for command register ": | Marc André Tanner | 1 | -0/+2 |
| 2016-03-12 | vis: overhaul search related code, support "/ register | Marc André Tanner | 1 | -0/+2 |
| 2016-03-11 | vis: respect count for <C-d> and <C-u> | Marc André Tanner | 1 | -10/+13 |
| 2016-03-10 | view: add query function for multiple cursors | Marc André Tanner | 1 | -5/+4 |
| 2016-03-10 | vis: let <C-u> and <C-d> in visual mode move to prev/next cursor | Marc André Tanner | 1 | -0/+36 |
| 2016-03-10 | view: clean up API functions related to primary cursor handling | Marc André Tanner | 1 | -5/+5 |
| 2016-02-25 | vis: use standard registers for macro recordings | Marc André Tanner | 1 | -32/+23 |
| 2016-02-23 | Make f, F, t, T motion work when replaying a macro | Marc André Tanner | 1 | -6/+9 |
| 2016-02-22 | remove unused function cmd() | Christian Hesse | 1 | -7/+0 |
| 2016-02-18 | vis: fix possible undefined zero allocation | Marc André Tanner | 1 | -1/+1 |
| 2016-02-18 | vis: add insfrastructure to support global key mappings | Marc André Tanner | 1 | -0/+3 |
| 2016-02-15 | Add text object to cover lines with same indentation level | Marc André Tanner | 1 | -0/+6 |