summaryrefslogtreecommitdiff
path: root/vis-modes.c
AgeCommit message (Expand)Author
2017-05-27vis-lua: expose currently active key bindings through APIMarc André Tanner
2017-04-04vis: do not remove indentation of non-empty linesMarc André Tanner
2017-03-16vis: remove unnecessary status bar redrawMarc André Tanner
2017-02-24vis: make help texts optional to produce a smaller binaryMarc André Tanner
2017-02-17vis: cleanup error paths in key action handling codeMarc André Tanner
2017-01-28vis: deindent blank autoindented lines when leaving insert modeMarc André Tanner
2017-01-26vis: do not repeat insertion while showing promptMarc André Tanner
2017-01-20vis: slightly cleanup repeat code, always set dot registerMarc André Tanner
2017-01-19vis: simplify count handling for insertionMarc André Tanner
2017-01-18vis: fix count handling for appendMarc André Tanner
2017-01-18vis: support count for insertion and replacementMarc André Tanner
2017-01-18vis: unify insert/replace mode enter handlerMarc André Tanner
2017-01-18vis: unify insert/replace mode leave handlerMarc André Tanner
2017-01-18vis: do not take undo snaphots while replaying a macroMarc André Tanner
2017-01-16vis: change key input handling modelMarc André Tanner
2017-01-15vis: do not crash when given insufficient arguments to :mapMarc André Tanner
2017-01-14vis-lua: allow mode changes by setting vis.modeMarc André Tanner
2017-01-06vis: simplify mode lookup for :map and :unmapMarc André Tanner
2016-12-29vis: cleanup key action lifetime managementMarc André Tanner
2016-12-29vis: unmap all conflicting bindings of a forced map commandMarc André Tanner
2016-12-27vis: properly free dynamic key bindingsMarc André Tanner
2016-11-09vis: perform undo snapshotting more rarerlyMarc André Tanner
2016-11-09vis: unify VIS_OP_{INSERT,REPLACE} implementationMarc André Tanner
2016-08-24vis: add vis_mode_get functionMarc André Tanner
2016-08-24vis: improve dot (repeat) command implmentationMarc André Tanner
2016-05-22vis: refactor status line handlingMarc André Tanner
2016-05-13vis: clean up key mapping implementationMarc André Tanner
2016-04-28vis: reject key mappings for which a prefix is already mappedMarc André Tanner
2016-04-06vis: fix vi filter operators ! and =Marc André Tanner
2016-02-20vis: reject obviously recursive key bindingsMarc André Tanner
2016-02-12vis: respect window local mappings for child modesMarc André Tanner
2016-02-10vis: simplify modes implementationMarc André Tanner
2016-01-27vis: remove unused struct Mode member 'is_user'Marc André Tanner
2016-01-18vis: do not move cursor when entering visual line modeMarc André Tanner
2016-01-14vis: more cleanupsMarc André Tanner
2016-01-14vis: s/ops/vis_operators/gMarc André Tanner
2016-01-13Implement command/search prompt history as a regular fileMarc André Tanner
2016-01-13vis: add infrastructure to support per window key bindingsMarc André Tanner
2016-01-13vis: cleanup key binding definitionsMarc André Tanner
2015-11-28vis: add namespace prefix for MARK_SELECTION_{START,END}Marc André Tanner
2015-11-28vis: improve switching to prompt modeMarc André Tanner
2015-11-27vis: implement filter operator !Marc André Tanner
2015-11-08vis: reindent config.def.h (no functional changes)Marc André Tanner
2015-11-07vis: shadow default register while in prompt modeMarc André Tanner
2015-11-07vis: prefix enum VisMotion values with VIS_Marc André Tanner
2015-11-07vis: prefix enum VisOperator values with VIS_Marc André Tanner
2015-11-07vis: API documentation and cleanupMarc André Tanner
2015-11-07vis: introduce vis_cancel APIMarc André Tanner
2015-11-07vis: move modes into separate fileMarc André Tanner