summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
2017-02-15vis: use single function call to print version informationMarc André Tanner
2017-02-15vis: remove motion and text objects related to C functionsMarc André Tanner
2017-02-15text-motions: remove unused text_line_lastcharMarc André Tanner
2017-02-14vis: add compile time features to version outputMarc André Tanner
2017-02-10vis: make r handle special keys like <Tab>Marc André Tanner
2017-02-10vis: make t, T, f and F work for special keysMarc André Tanner
2017-02-08vis: make `ga` and `g8` more robustMarc André Tanner
2017-02-06Disable keymap for movement_key characterMichael Forney
2017-02-04view: do not let new cursors automatically become primaryMarc André Tanner
2017-02-02Slight code cleanups, use buffer API where appropriateMarc André Tanner
2017-02-01vis: fix repetition of O when given a countMarc André Tanner
2017-01-28vis: deindent blank autoindented lines when leaving insert modeMarc André Tanner
2017-01-27vis: do not set count when handling 0 motionMarc André Tanner
2017-01-19vis: make <C-n> in visual mode wrap aroundMarc André Tanner
2017-01-19vis: remove <C-o> mapping in insert modeMarc André Tanner
2017-01-18vis: support count for insertion and replacementMarc André Tanner
2016-12-26fix help text for next/prev matchErlend Fagerheim
2016-12-21vis: implement `gh` and `gl` to move by relative byte offsetsMarc André Tanner
2016-12-21vis: implement `go` to move to absolute byte positionMarc André Tanner
2016-12-21vis: implement g8Marc André Tanner
2016-12-20vis: improve literal insertion via <C-v> in insert modeMarc André Tanner
2016-12-20vis: improve gaMarc André Tanner
2016-12-19vis: introduce vis_register_from utility functionMarc André Tanner
2016-12-09Remove useless variable assignmentMarc André Tanner
2016-12-09vis-lua: expose input key event in insert and replace modesMarc André Tanner
2016-12-08vis: rename some internal C function pointersMarc André Tanner
2016-11-28vis: move mark description into core codeMarc André Tanner
2016-11-27vis: cleanup signal handling codeMarc André Tanner
2016-11-26vis: re-open /dev/tty read-writeableMarc André Tanner
2016-11-25vis: fix I/O redirection bugs, cleanup vis_pipeMarc André Tanner
2016-11-22vis-lua: introduce pre-save hookMarc André Tanner
2016-11-21vis-lua: rename file_save event to file_save_postMarc André Tanner
2016-11-16sam: use default shell command for <, >, | and ! when applicapleMarc André Tanner
2016-11-15vis: defer UI initialization and overhaul argument parsingMarc André Tanner
2016-11-09vis: handle cancelation of `r` commandMarc André Tanner
2016-11-09vis: improve `r` in normal and replace modeMarc André Tanner
2016-11-09vis: unify VIS_OP_{INSERT,REPLACE} implementationMarc André Tanner
2016-10-12Only complete up to cursor positionMarc André Tanner
2016-10-11File completion updatesRichard Burke
2016-10-03vis: improve cursor positioning after scrollingMarc André Tanner
2016-10-02vis: make <C-w> delete word instead of WORDMarc André Tanner
2016-09-25vis: disable language map for replacement character of `r` commandMarc André Tanner
2016-09-25vis: move file name and word completion logic to a shell scriptMarc André Tanner
2016-08-24vis: implement gJ like behaviorMarc André Tanner
2016-08-07vis: use vis-open for gf implementationMarc André Tanner
2016-05-22vis: refactor status line handlingMarc André Tanner
2016-05-22vis: move syntax highlighting to pure Lua codeMarc André Tanner
2016-05-22vis: always start vis-menu with -b flagMarc André Tanner
2016-05-19vis: tweak completion commandsMarc André Tanner
2016-05-19vis: fix behavior of complete-word on BSDMichel Martens