summaryrefslogtreecommitdiff
path: root/vis.c
AgeCommit message (Expand)Author
2015-11-06vis: do something reasonable upon visual repeatMarc André Tanner
2015-11-06vis: fix operators to correctly handle multiple selectionsMarc André Tanner
2015-11-03vis: add vis_keys_inject to place keys into the input queueMarc André Tanner
2015-11-02vis: free input_queue at exitVirgile Andreani
2015-11-02vis: let keys entered via API affect macro recordingMarc André Tanner
2015-11-02vis: make append (a and A) commands repeatableMarc André Tanner
2015-11-02vis: improve count handling for dot commandMarc André Tanner
2015-11-02vis: improve dot commandMarc André Tanner
2015-10-27vis: make Vis an opaque type, hide implementaton detailsMarc André Tanner
2015-10-27vis: introduce vis_macro_recording APIMarc André Tanner
2015-10-27vis: introduce vis_prompt_enter APIMarc André Tanner
2015-10-27vis: clean up tab/newline insertion codeMarc André Tanner
2015-10-27vis: introduce pseudo operators for putMarc André Tanner
2015-10-26vis: introduce explicit operators for cursor creationMarc André Tanner
2015-10-26vis: introduce explicit operators for case changesMarc André Tanner
2015-10-26vis: move key handling functions to main.cMarc André Tanner
2015-10-26vis: merge editor.c into vis.cMarc André Tanner
2015-10-25vis: introduce vis_key_next APIMarc André Tanner
2015-10-25vis: introduce vis_register_{get,set} APIMarc André Tanner
2015-10-25vis: introduce vis_count_{get,set} APIMarc André Tanner
2015-10-25vis: introduce vis_motion_type APIMarc André Tanner
2015-10-25vis: clean up mark handlingMarc André Tanner
2015-10-25vis: convert jumplist navigation to proper motionsMarc André Tanner
2015-10-25vis: convert changelist navigation to proper motionsMarc André Tanner
2015-10-25vis: introduce vis_repeat APIMarc André Tanner
2015-10-25vis: introduce macro APIMarc André Tanner
2015-10-25vis: introduce vis_keys APIMarc André Tanner
2015-10-25vis: introduce vis_cmd APIMarc André Tanner
2015-10-25vis: introduce vis_textobject APIMarc André Tanner
2015-10-25vis: introduce vis_motion APIMarc André Tanner
2015-10-23vis: introduce vis_mode_switch APIMarc André Tanner
2015-10-23vis: introduce vis_operator APIMarc André Tanner
2015-10-23vis: begin librarization of core vis primitivesMarc André Tanner
2015-10-22vis: refactor startup codeMarc André Tanner
2015-10-22ui: introduce and use ui specific die(...) functionMarc André Tanner
2015-10-22vis: overhaul signal handlingMarc André Tanner
2015-10-22vis: remove config selection based on argv[0]Marc André Tanner
2015-10-22vis: remove global state from key input handlingMarc André Tanner
2015-10-22vis: remove yet more global stateMarc André Tanner
2015-10-22vis: remove yet more global state from motion functionsMarc André Tanner
2015-10-22vis: rename motion typeMarc André Tanner
2015-10-22vis: remove more global state from motion functionsMarc André Tanner
2015-10-22vis: pass editor instance to keyboard action functionsMarc André Tanner
2015-10-22vis: remove more global stateMarc André Tanner
2015-10-22vis: pass editor instance to command handling funcitonsMarc André Tanner
2015-10-22vis: pass editor instance to mode handling functionsMarc André Tanner
2015-10-22vis: refactor operator implementationMarc André Tanner
2015-10-22vis: include :-commands in :help outputMarc André Tanner
2015-10-22vis: improve :help text, add separate status mode namesMarc André Tanner
2015-10-15vis: preserve ui options when splitting windowsMarc André Tanner