aboutsummaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-05vis: let <C-l> remove all but the count cursor columnMarc André Tanner1-0/+33
2016-04-04vis: let <C-c> remove the count cursor columnMarc André Tanner1-0/+28
2016-04-04vis: fix selection column rotationMarc André Tanner1-5/+8
2016-04-04vis: in visual mode allow navigation among cursors using <C-j> and <C-k>Marc André Tanner1-2/+6
2016-04-03sam: unify vi(m) and sam command lineMarc André Tanner1-7/+1
2016-04-03vis: in visual mode let \ trim selectionsMarc André Tanner1-0/+31
2016-03-30vis: implement selection rotationMarc André Tanner1-0/+79
2016-03-28vis: Ctrl-{j,k} do not create duplicate cursors, instead advance primary oneMarc André Tanner1-1/+8
2016-03-28vis: support right alignment of selections in visual mode with <S-Tab>Marc André Tanner1-8/+25
2016-03-28vis: support count for {Meta-Ctrl,Ctrl}-{j,k}Marc André Tanner1-23/+26
2016-03-28vis: fix changing of primary cursor via Ctrl-{u,d}Marc André Tanner1-1/+1
2016-03-28vis: let Meta-Ctrl-{j,k} create new cursorMarc André Tanner1-1/+28
2016-03-28vis: align selections with <Tab> in visual modeMarc André Tanner1-2/+5
2016-03-28vis: support column based alignmentMarc André Tanner1-22/+27
2016-03-28view: change cursor creation API to take an initial positionMarc André Tanner1-11/+11
2016-03-15vis: add support for command register ":Marc André Tanner1-0/+2
2016-03-12vis: overhaul search related code, support "/ registerMarc André Tanner1-0/+2
2016-03-11vis: respect count for <C-d> and <C-u>Marc André Tanner1-10/+13
2016-03-10view: add query function for multiple cursorsMarc André Tanner1-5/+4
2016-03-10vis: let <C-u> and <C-d> in visual mode move to prev/next cursorMarc André Tanner1-0/+36
2016-03-10view: clean up API functions related to primary cursor handlingMarc André Tanner1-5/+5
2016-02-25vis: use standard registers for macro recordingsMarc André Tanner1-32/+23
2016-02-23Make f, F, t, T motion work when replaying a macroMarc André Tanner1-6/+9
2016-02-22remove unused function cmd()Christian Hesse1-7/+0