summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-18vis-lua: promote vis to a real objectMarc André Tanner
2016-02-18vis: add possibility to bind keys to lua functionsMarc André Tanner
2016-02-18map: set errno to EEXIST when trying to map_put a duplicate valueMarc André Tanner
2016-02-18map: set errno to ENOENT if prefix for map_closest does not existMarc André Tanner
2016-02-18vis: fix possible undefined zero allocationMarc André Tanner
2016-02-18vis: enable number increment <C-a> and decrement <C-x> in normal modeMarc André Tanner
2016-02-18vis: use <Tab> to align multiple cursors in normal modeMarc André Tanner
2016-02-18vis: add insfrastructure to support global key mappingsMarc André Tanner
2016-02-17Display NUL bytes correctlyRichard Burke
2016-02-16Update make standalone to use musl-1.1.13Marc André Tanner
2016-02-16Display ASCII-127 (DEL) character as ^?Richard Burke
2016-02-15Add text object to cover lines with same indentation levelMarc André Tanner
2016-02-15vis: add <C-c> as an alias for <Escape> in normal modeMarc André Tanner
2016-02-13vis: in insert mode <S-Tab> aligns all cursors by inserting spacesMarc André Tanner
2016-02-13Convert call sites of text_line_char_{get,set} to text_line_width_{get,set}Marc André Tanner
2016-02-13text-motion: add functions to get/set position based on display widthMarc André Tanner
2016-02-12vis: respect window local mappings for child modesMarc André Tanner
2016-02-12vis: remove trailing new line before executing prompt commandMarc André Tanner
2016-02-12text-object: simplify text_object_range implementationMarc André Tanner
2016-02-12vis: fix printf format string used in number_increment_decrementMarc André Tanner
2016-02-12Update README to reflect recent developmentMarc André Tanner
2016-02-12Mark some tables as constMarc André Tanner
2016-02-12Improve large file supportMarc André Tanner
2016-02-11vis: try to make * and # motions work on more systemsMarc André Tanner
2016-02-11vis: implement gn and gN text objectsMarc André Tanner
2016-02-11vis: add support for different kind of text objectsMarc André Tanner
2016-02-10vis: tweak <F1> help text list all available key actionsMarc André Tanner
2016-02-10vis: simplify modes implementationMarc André Tanner
2016-02-10vis: implement yank register "0Marc André Tanner
2016-02-10vis: implement gf and <C-w>gf to open filename under cursorMarc André Tanner
2016-02-07vis: export vis_window_closableMarc André Tanner
2016-02-07vis: mark output of pipe command as savedMarc André Tanner
2016-02-07text-object: introduce text_object_filenameMarc André Tanner
2016-02-07vis: implement number increment <C-a> and decrement <C-x> functionalityMarc André Tanner
2016-02-07text-object: introduce text_object_numberMarc André Tanner
2016-02-03text-object: add utility function for abitrarily delimited text objectsMarc André Tanner
2016-02-03text-object: hide ugly casts for isboundary behind a #defineMarc André Tanner
2016-02-03text-object: hide ugly casts for isspace behind a #defineMarc André Tanner
2016-02-03text-motion: hide ugly casts for isboundary behind a #defineMarc André Tanner
2016-02-03text-motion: hide ugly casts for isspace behind a #defineMarc André Tanner
2016-02-03text-object: merge word/WORD implementationsMarc André Tanner
2016-02-03text-motion: export custom word motion functionsMarc André Tanner
2016-02-03text-object: fix bugs in outer word `aw` implementationMarc André Tanner
2016-02-03fix {, }, (, ) movementsMarkus Teich
2016-02-01Change vis-{copy,paste} to use X clipboard xsel -bMarc André Tanner
2016-02-01Improve cursor position after :substitute commandMarc André Tanner
2016-01-31Rename stderr field to errMarkus Teich
2016-01-30Implement "A - "Z registersMarc André Tanner
2016-01-30Implement system clipboard registers "* and "+Marc André Tanner
2016-01-30Implement blackhole register "_Marc André Tanner