aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
AgeCommit message (Expand)AuthorFilesLines
2016-04-14vis: allow mapping of <Space>Marc André Tanner1-1/+2
2016-04-13vis: make = operator an alias for gq, both currently use fmt(1)Marc André Tanner1-1/+2
2016-04-12Add "[(" and "])" motions for jumping to a parenthese pair's start/endRob Pilling1-0/+2
2016-04-12Add "[{" and "]}" motions to jump to a block's start/endRob Pilling1-0/+2
2016-04-07Sort keybinding alphabetically.Joshua Haase1-189/+189
2016-04-05vis: let <C-l> remove all but the count cursor columnMarc André Tanner1-1/+2
2016-04-04vis: let <C-c> remove the count cursor columnMarc André Tanner1-2/+2
2016-04-04vis: in visual mode allow navigation among cursors using <C-j> and <C-k>Marc André Tanner1-0/+2
2016-04-03sam: unify vi(m) and sam command lineMarc André Tanner1-1/+1
2016-04-03vis: in visual mode let \ trim selectionsMarc André Tanner1-0/+1
2016-03-30vis: implement selection rotationMarc André Tanner1-2/+4
2016-03-28vis: support right alignment of selections in visual mode with <S-Tab>Marc André Tanner1-2/+3
2016-03-28vis: let Meta-Ctrl-{j,k} create new cursorMarc André Tanner1-0/+2
2016-03-28vis: align selections with <Tab> in visual modeMarc André Tanner1-0/+1
2016-03-10vis: let <C-u> and <C-d> in visual mode move to prev/next cursorMarc André Tanner1-4/+4
2016-03-08Add missing angle brackets around broken C-p key bindingMarc André Tanner1-1/+1
2016-03-08Added page up and down keys for visual modeErlend Fagerheim1-0/+4
2016-02-22Added + and - motionsRichard Burke1-0/+2
2016-02-20vis: move cursor to next char after ~ in normal modeMarc André Tanner1-1/+1
2016-02-20recursive ib fixErlend Fagerheim1-1/+1
2016-02-18vis: make put commands p, P, gp, gP available in visual modesMarc André Tanner1-4/+4
2016-02-18vis: enable number increment <C-a> and decrement <C-x> in normal modeMarc André Tanner1-0/+2
2016-02-18vis: use <Tab> to align multiple cursors in normal modeMarc André Tanner1-1/+1
2016-02-18vis: add insfrastructure to support global key mappingsMarc André Tanner1-0/+4
2016-02-15Add text object to cover lines with same indentation levelMarc André Tanner1-0/+2
2016-02-15vis: add <C-c> as an alias for <Escape> in normal modeMarc André Tanner1-2/+2
2016-02-13vis: in insert mode <S-Tab> aligns all cursors by inserting spacesMarc André Tanner1-0/+1
2016-02-11vis: implement gn and gN text objectsMarc André Tanner1-0/+4
2016-02-10vis: simplify modes implementationMarc André Tanner1-8/+0
2016-02-10vis: implement gf and <C-w>gf to open filename under cursorMarc André Tanner1-0/+2
2016-01-28vis: implement nn%Marc André Tanner1-1/+1
2016-01-20vis: make <End> in insert/replace mode move to the end of lineMarc André Tanner1-1/+2
2016-01-19vis: keep selection in visual mode after shift operatorsMarc André Tanner1-0/+2
2016-01-17vis: make Y only yank from the current position to the end of lineMarc André Tanner1-1/+1
2016-01-17vis: let ~ have an immediate effect in normal modeMarc André Tanner1-0/+1
2016-01-13Implement command/search prompt history as a regular fileMarc André Tanner1-15/+0
2016-01-13vis: cleanup key binding definitionsMarc André Tanner1-54/+73
2016-01-13Add -pedantic to debug CFLAGS and fix resulting warningsMarc André Tanner1-12/+12
2016-01-06vis: make <C-v> also available at :-command promptMarc André Tanner1-1/+1
2015-12-20Make normal mode 'S' behave like in VimSilvan Jegen1-1/+1
2015-12-02vis: make <C-w>w an alias for <C-w>jMarc André Tanner1-0/+1
2015-11-28vis: implement = operator in terms of fmt(1)Marc André Tanner1-0/+1
2015-11-27vis: implement filter operator !Marc André Tanner1-0/+1
2015-11-23vis: implement gaMarc André Tanner1-0/+1
2015-11-08vis: map <F1> to :helpMarc André Tanner1-0/+1
2015-11-08vis: reindent config.def.h (no functional changes)Marc André Tanner1-247/+284
2015-11-08vis: remove regex based syntax highlightingMarc André Tanner1-622/+0
2015-11-04vis: fix definition of space motionMarc André Tanner1-1/+1
2015-11-03vis: add some default bindings for <Delete>Marc André Tanner1-0/+3
2015-11-03vis: let libtermkey map <DEL> to <Backspace>Marc André Tanner1-5/+0