aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
AgeCommit message (Expand)AuthorFilesLines
2016-02-10vis: simplify modes implementationMarc André Tanner1-8/+0
2016-02-10vis: implement gf and <C-w>gf to open filename under cursorMarc André Tanner1-0/+2
2016-01-28vis: implement nn%Marc André Tanner1-1/+1
2016-01-20vis: make <End> in insert/replace mode move to the end of lineMarc André Tanner1-1/+2
2016-01-19vis: keep selection in visual mode after shift operatorsMarc André Tanner1-0/+2
2016-01-17vis: make Y only yank from the current position to the end of lineMarc André Tanner1-1/+1
2016-01-17vis: let ~ have an immediate effect in normal modeMarc André Tanner1-0/+1
2016-01-13Implement command/search prompt history as a regular fileMarc André Tanner1-15/+0
2016-01-13vis: cleanup key binding definitionsMarc André Tanner1-54/+73
2016-01-13Add -pedantic to debug CFLAGS and fix resulting warningsMarc André Tanner1-12/+12
2016-01-06vis: make <C-v> also available at :-command promptMarc André Tanner1-1/+1
2015-12-20Make normal mode 'S' behave like in VimSilvan Jegen1-1/+1
2015-12-02vis: make <C-w>w an alias for <C-w>jMarc André Tanner1-0/+1
2015-11-28vis: implement = operator in terms of fmt(1)Marc André Tanner1-0/+1
2015-11-27vis: implement filter operator !Marc André Tanner1-0/+1
2015-11-23vis: implement gaMarc André Tanner1-0/+1
2015-11-08vis: map <F1> to :helpMarc André Tanner1-0/+1
2015-11-08vis: reindent config.def.h (no functional changes)Marc André Tanner1-247/+284
2015-11-08vis: remove regex based syntax highlightingMarc André Tanner1-622/+0
2015-11-04vis: fix definition of space motionMarc André Tanner1-1/+1
2015-11-03vis: add some default bindings for <Delete>Marc André Tanner1-0/+3
2015-11-03vis: let libtermkey map <DEL> to <Backspace>Marc André Tanner1-5/+0
2015-11-02vis: map <DEL> to <Backspace>Marc André Tanner1-1/+5
2015-11-02vis: make I command repeatableMarc André Tanner1-1/+1
2015-11-02vis: make append (a and A) commands repeatableMarc André Tanner1-2/+2
2015-10-27vis: map C-c to leave insert modeMarc André Tanner1-1/+1
2015-10-26vis: move key handling functions to main.cMarc André Tanner1-1194/+5
2015-10-26vis: merge editor.c into vis.cMarc André Tanner1-7/+7
2015-10-25vis: clean up mark handlingMarc André Tanner1-2/+2
2015-10-25vis: convert jumplist navigation to proper motionsMarc André Tanner1-2/+2
2015-10-25vis: convert changelist navigation to proper motionsMarc André Tanner1-2/+2
2015-10-25vis: introduce vis_motion APIMarc André Tanner1-2/+2
2015-10-23vis: introduce vis_mode_switch APIMarc André Tanner1-1/+1
2015-10-23vis: begin librarization of core vis primitivesMarc André Tanner1-26/+0
2015-10-22vis: refactor startup codeMarc André Tanner1-5/+0
2015-10-22vis: remove config selection based on argv[0]Marc André Tanner1-13/+0
2015-10-22vis: remove global state from key input handlingMarc André Tanner1-10/+0
2015-10-22vis: remove yet more global stateMarc André Tanner1-4/+4
2015-10-22vis: pass editor instance to keyboard action functionsMarc André Tanner1-1/+1
2015-10-22vis: pass editor instance to mode handling functionsMarc André Tanner1-15/+15
2015-10-22vis: improve :help text, add separate status mode namesMarc André Tanner1-4/+15
2015-10-22vis: correct typos in help textDavid B. Lamkins1-18/+18
2015-10-15vis: alias <C-h> to <Backspace>Marc André Tanner1-0/+4
2015-10-14vis: fix name clash of keyboard actionsMarc André Tanner1-2/+2
2015-10-14ui: refactor syntax style definitionsMarc André Tanner1-142/+158
2015-10-11vis: properly ignore tab at command promptMarc André Tanner1-1/+7
2015-10-05vis: add rudimentary :help commandMarc André Tanner1-0/+1
2015-10-05vis: introduce keyboard actionsMarc André Tanner1-262/+1172
2015-10-05vis: remove now unused common_prefix mode attributeMarc André Tanner1-1/+0
2015-10-05vis: consolidate all text objects into one modeMarc André Tanner1-13/+2