aboutsummaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-21vis: implement `gh` and `gl` to move by relative byte offsetsMarc André Tanner1-0/+12
2016-12-21vis: implement `go` to move to absolute byte positionMarc André Tanner1-0/+6
2016-12-21vis: implement g8Marc André Tanner1-4/+15
2016-12-20vis: improve literal insertion via <C-v> in insert modeMarc André Tanner1-21/+6
2016-12-20vis: improve gaMarc André Tanner1-9/+20
2016-12-19vis: introduce vis_register_from utility functionMarc André Tanner1-37/+17
2016-12-09Remove useless variable assignmentMarc André Tanner1-1/+0
2016-12-09vis-lua: expose input key event in insert and replace modesMarc André Tanner1-0/+2
2016-12-08vis: rename some internal C function pointersMarc André Tanner1-3/+3
2016-11-28vis: move mark description into core codeMarc André Tanner1-19/+6
2016-11-27vis: cleanup signal handling codeMarc André Tanner1-4/+20
2016-11-26vis: re-open /dev/tty read-writeableMarc André Tanner1-1/+1
2016-11-25vis: fix I/O redirection bugs, cleanup vis_pipeMarc André Tanner1-1/+1
2016-11-22vis-lua: introduce pre-save hookMarc André Tanner1-0/+1
2016-11-21vis-lua: rename file_save event to file_save_postMarc André Tanner1-1/+1
2016-11-16sam: use default shell command for <, >, | and ! when applicapleMarc André Tanner1-0/+2
2016-11-15vis: defer UI initialization and overhaul argument parsingMarc André Tanner1-0/+64
2016-11-09vis: handle cancelation of `r` commandMarc André Tanner1-0/+3
2016-11-09vis: improve `r` in normal and replace modeMarc André Tanner1-3/+20
2016-11-09vis: unify VIS_OP_{INSERT,REPLACE} implementationMarc André Tanner1-3/+3
2016-10-12Only complete up to cursor positionMarc André Tanner1-2/+4
2016-10-11File completion updatesRichard Burke1-4/+4
2016-10-03vis: improve cursor positioning after scrollingMarc André Tanner1-15/+23
2016-10-02vis: make <C-w> delete word instead of WORDMarc André Tanner1-1/+1
2016-09-25vis: disable language map for replacement character of `r` commandMarc André Tanner1-1/+3
2016-09-25vis: move file name and word completion logic to a shell scriptMarc André Tanner1-4/+2
2016-08-24vis: implement gJ like behaviorMarc André Tanner1-12/+15
2016-08-07vis: use vis-open for gf implementationMarc André Tanner1-27/+8
2016-05-22vis: refactor status line handlingMarc André Tanner1-0/+1
2016-05-22vis: move syntax highlighting to pure Lua codeMarc André Tanner1-0/+2
2016-05-22vis: always start vis-menu with -b flagMarc André Tanner1-4/+4
2016-05-19vis: tweak completion commandsMarc André Tanner1-4/+4
2016-05-19vis: fix behavior of complete-word on BSDMichel Martens1-2/+2
2016-05-18vis: add completion for file names in current directory via <C-x><C-f>Silvan Jegen1-0/+22
2016-05-18vis: add #define for VIS_MENUMarc André Tanner1-1/+1
2016-05-18vis: add completion for current file contents via <C-n> in insert modeMarc André Tanner1-0/+56
2016-05-13vis: clean up key mapping implementationMarc André Tanner1-1/+1
2016-05-10Revert "vis: clean up interaction between vis and ui"Marc André Tanner1-1/+0
2016-05-08Fix autoindent when using ORichard Burke1-1/+5
2016-05-06Fix typo `cursor-sceenline-up` -> `cursor-screenline-up`Josh Wainwright1-1/+1
2016-05-04vis: clean up interaction between vis and uiMarc André Tanner1-0/+1
2016-05-01vis: further cleanup input handling, introduce vis_keys_feed APIMarc André Tanner1-4/+4
2016-05-01vis: cleanup input handling, improve macro replayMarc André Tanner1-8/+4
2016-04-27vis: do not advance cursor to next line when appending with `a`Marc André Tanner1-1/+1
2016-04-20vis-lua: trigger start event after ui has been initializedMarc André Tanner1-0/+1
2016-04-19vis: add actions for prev/next character motions within the same lineMarc André Tanner1-0/+12
2016-04-12Add "[(" and "])" motions for jumping to a parenthese pair's start/endRob Pilling1-0/+12
2016-04-12Add "[{" and "]}" motions to jump to a block's start/endRob Pilling1-0/+12
2016-04-11main.c: correct name of function, cursor>windowJosh Wainwright1-1/+1
2016-04-05vis: fix coverity scan warningsMarc André Tanner1-1/+1