aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
AgeCommit message (Expand)AuthorFilesLines
2018-02-27vis: implement normal/outer paragraph text objectMarc André Tanner1-1/+1
2018-01-26vis: insert literal new line upon <C-j> in insert modeMarc André Tanner1-1/+1
2017-09-15vis: restore old s mapping in visual modeMarc André Tanner1-0/+1
2017-09-15vis: remove ! operatorMarc André Tanner1-1/+1
2017-07-14vis: restore s / S normal mode bindingsMarc André Tanner1-0/+2
2017-07-14vis: remove useless mappings which interfere with jumplistMarc André Tanner1-2/+0
2017-07-14vis: always reduce selections when not in visual modeMarc André Tanner1-1/+1
2017-07-10vis: remove change listMarc André Tanner1-2/+0
2017-07-10vis: implement jump list in terms of marksMarc André Tanner1-2/+3
2017-07-08vis: perform more renames cursor -> selectionMarc André Tanner1-24/+24
2017-07-08vis: cleanup marks implementationMarc André Tanner1-6/+4
2017-07-04vis: implement `gv` by means of new "^ registerMarc André Tanner1-1/+1
2017-06-15vis: enable new selection manipulation primitivesMarc André Tanner1-8/+24
2017-04-04vis: add motions to move by codepointsMarc André Tanner1-2/+4
2017-03-31vis: rename search related constantsMarc André Tanner1-2/+2
2017-03-05vis: remove word and file name completion from editor coreMarc André Tanner1-2/+0
2017-02-23vis: remove `gf` and `<C-w>gf` functionalityMarc André Tanner1-2/+0
2017-02-23vis: remove number increment/decrement functionalityMarc André Tanner1-2/+0
2017-02-15vis: remove motion and text objects related to C functionsMarc André Tanner1-6/+0
2017-02-08vis: improve <C-d> and <C-t> implementation in insert modeMarc André Tanner1-2/+2
2017-01-19vis: remove <C-o> mapping in insert modeMarc André Tanner1-1/+0
2017-01-16vis: allow macro recording/replay in visual modeMarc André Tanner1-0/+2
2016-12-21vis: implement `gh` and `gl` to move by relative byte offsetsMarc André Tanner1-0/+2
2016-12-21vis: implement `go` to move to absolute byte positionMarc André Tanner1-0/+1
2016-12-21vis: implement g8Marc André Tanner1-0/+1
2016-11-09vis: improve `r` in normal and replace modeMarc André Tanner1-1/+1
2016-08-24vis: implement gJ like behaviorMarc André Tanner1-1/+3
2016-05-18vis: add completion for file names in current directory via <C-x><C-f>Silvan Jegen1-0/+1
2016-05-18vis: add completion for current file contents via <C-n> in insert modeMarc André Tanner1-0/+1
2016-04-27vis: change behavior of $ to never move to the leftMarc André Tanner1-2/+1
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