index
:
vis.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config.def.h
Age
Commit message (
Expand
)
Author
2018-07-31
change case in visual mode with u and U ( vim comp )
Erlend Fagerheim
2018-05-16
vis: remove v and V in operator pending mode
Marc André Tanner
2018-05-16
vis: remove gP
Marc André Tanner
2018-05-16
vis: remove gp
Marc André Tanner
2018-05-16
vis: implement g~ using tr(1)
Marc André Tanner
2018-05-16
vis: implement gU using tr(1)
Marc André Tanner
2018-05-16
vis: implement gu using tr(1)
Marc André Tanner
2018-05-16
vis: remove gq alias for =
Marc André Tanner
2018-04-08
Fix "parenthese" in identifiers
TwoFinger
2018-03-05
Fix a typo in identifiers
TwoFinger
2018-02-27
vis: implement normal/outer paragraph text object
Marc André Tanner
2018-01-26
vis: insert literal new line upon <C-j> in insert mode
Marc André Tanner
2017-09-15
vis: restore old s mapping in visual mode
Marc André Tanner
2017-09-15
vis: remove ! operator
Marc André Tanner
2017-07-14
vis: restore s / S normal mode bindings
Marc André Tanner
2017-07-14
vis: remove useless mappings which interfere with jumplist
Marc André Tanner
2017-07-14
vis: always reduce selections when not in visual mode
Marc André Tanner
2017-07-10
vis: remove change list
Marc André Tanner
2017-07-10
vis: implement jump list in terms of marks
Marc André Tanner
2017-07-08
vis: perform more renames cursor -> selection
Marc André Tanner
2017-07-08
vis: cleanup marks implementation
Marc André Tanner
2017-07-04
vis: implement `gv` by means of new "^ register
Marc André Tanner
2017-06-15
vis: enable new selection manipulation primitives
Marc André Tanner
2017-04-04
vis: add motions to move by codepoints
Marc André Tanner
2017-03-31
vis: rename search related constants
Marc André Tanner
2017-03-05
vis: remove word and file name completion from editor core
Marc André Tanner
2017-02-23
vis: remove `gf` and `<C-w>gf` functionality
Marc André Tanner
2017-02-23
vis: remove number increment/decrement functionality
Marc André Tanner
2017-02-15
vis: remove motion and text objects related to C functions
Marc André Tanner
2017-02-08
vis: improve <C-d> and <C-t> implementation in insert mode
Marc André Tanner
2017-01-19
vis: remove <C-o> mapping in insert mode
Marc André Tanner
2017-01-16
vis: allow macro recording/replay in visual mode
Marc André Tanner
2016-12-21
vis: implement `gh` and `gl` to move by relative byte offsets
Marc André Tanner
2016-12-21
vis: implement `go` to move to absolute byte position
Marc André Tanner
2016-12-21
vis: implement g8
Marc André Tanner
2016-11-09
vis: improve `r` in normal and replace mode
Marc André Tanner
2016-08-24
vis: implement gJ like behavior
Marc André Tanner
2016-05-18
vis: add completion for file names in current directory via <C-x><C-f>
Silvan Jegen
2016-05-18
vis: add completion for current file contents via <C-n> in insert mode
Marc André Tanner
2016-04-27
vis: change behavior of $ to never move to the left
Marc André Tanner
2016-04-14
vis: allow mapping of <Space>
Marc André Tanner
2016-04-13
vis: make = operator an alias for gq, both currently use fmt(1)
Marc André Tanner
2016-04-12
Add "[(" and "])" motions for jumping to a parenthese pair's start/end
Rob Pilling
2016-04-12
Add "[{" and "]}" motions to jump to a block's start/end
Rob Pilling
2016-04-07
Sort keybinding alphabetically.
Joshua Haase
2016-04-05
vis: let <C-l> remove all but the count cursor column
Marc André Tanner
2016-04-04
vis: let <C-c> remove the count cursor column
Marc André Tanner
2016-04-04
vis: in visual mode allow navigation among cursors using <C-j> and <C-k>
Marc André Tanner
2016-04-03
sam: unify vi(m) and sam command line
Marc André Tanner
2016-04-03
vis: in visual mode let \ trim selections
Marc André Tanner
[next]