index
:
vis
FreeBSD-single
lua_changes
master
old
a neat vi-like editor
Mitchell Riedstra
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config.def.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-01
vis: remove z- shorter pairwise selection combinator
Marc André Tanner
1
-1
/
+0
2020-08-01
vis: remove z+ longer pairwise selection combinator
Marc André Tanner
1
-1
/
+0
2020-08-01
vis: remove z& pairwise selection intersection
Marc André Tanner
1
-1
/
+0
2020-08-01
vis: remove z| pairwise union
Marc André Tanner
1
-1
/
+0
2020-08-01
vis: remove commented entries from default config
Marc André Tanner
1
-2
/
+0
2020-08-01
vis: use ~ instead of ! for selection complement
Marc André Tanner
1
-1
/
+1
2020-08-01
vis: remove ~ as alias for g~
Marc André Tanner
1
-1
/
+0
2020-08-01
vis: remove window related aliases from default config
Marc André Tanner
1
-7
/
+0
2020-08-01
vis: remove special key aliases from default config
Marc André Tanner
1
-12
/
+0
2020-04-28
vis: make <Escape> reset count in visual modes
Marc André Tanner
1
-1
/
+1
2020-04-28
vis: make <Escape> reset count in normal mode
Marc André Tanner
1
-1
/
+1
2018-07-31
change case in visual mode with u and U ( vim comp )
Erlend Fagerheim
1
-0
/
+2
2018-05-16
vis: remove v and V in operator pending mode
Marc André Tanner
1
-7
/
+0
2018-05-16
vis: remove gP
Marc André Tanner
1
-1
/
+0
2018-05-16
vis: remove gp
Marc André Tanner
1
-1
/
+0
2018-05-16
vis: implement g~ using tr(1)
Marc André Tanner
1
-3
/
+2
2018-05-16
vis: implement gU using tr(1)
Marc André Tanner
1
-1
/
+1
2018-05-16
vis: implement gu using tr(1)
Marc André Tanner
1
-1
/
+1
2018-05-16
vis: remove gq alias for =
Marc André Tanner
1
-2
/
+1
2018-04-08
Fix "parenthese" in identifiers
TwoFinger
1
-2
/
+2
2018-03-05
Fix a typo in identifiers
TwoFinger
1
-2
/
+2
2018-02-27
vis: implement normal/outer paragraph text object
Marc André Tanner
1
-1
/
+1
2018-01-26
vis: insert literal new line upon <C-j> in insert mode
Marc André Tanner
1
-1
/
+1
2017-09-15
vis: restore old s mapping in visual mode
Marc André Tanner
1
-0
/
+1
2017-09-15
vis: remove ! operator
Marc André Tanner
1
-1
/
+1
2017-07-14
vis: restore s / S normal mode bindings
Marc André Tanner
1
-0
/
+2
2017-07-14
vis: remove useless mappings which interfere with jumplist
Marc André Tanner
1
-2
/
+0
2017-07-14
vis: always reduce selections when not in visual mode
Marc André Tanner
1
-1
/
+1
2017-07-10
vis: remove change list
Marc André Tanner
1
-2
/
+0
2017-07-10
vis: implement jump list in terms of marks
Marc André Tanner
1
-2
/
+3
2017-07-08
vis: perform more renames cursor -> selection
Marc André Tanner
1
-24
/
+24
2017-07-08
vis: cleanup marks implementation
Marc André Tanner
1
-6
/
+4
2017-07-04
vis: implement `gv` by means of new "^ register
Marc André Tanner
1
-1
/
+1
2017-06-15
vis: enable new selection manipulation primitives
Marc André Tanner
1
-8
/
+24
2017-04-04
vis: add motions to move by codepoints
Marc André Tanner
1
-2
/
+4
2017-03-31
vis: rename search related constants
Marc André Tanner
1
-2
/
+2
2017-03-05
vis: remove word and file name completion from editor core
Marc André Tanner
1
-2
/
+0
2017-02-23
vis: remove `gf` and `<C-w>gf` functionality
Marc André Tanner
1
-2
/
+0
2017-02-23
vis: remove number increment/decrement functionality
Marc André Tanner
1
-2
/
+0
2017-02-15
vis: remove motion and text objects related to C functions
Marc André Tanner
1
-6
/
+0
2017-02-08
vis: improve <C-d> and <C-t> implementation in insert mode
Marc André Tanner
1
-2
/
+2
2017-01-19
vis: remove <C-o> mapping in insert mode
Marc André Tanner
1
-1
/
+0
2017-01-16
vis: allow macro recording/replay in visual mode
Marc André Tanner
1
-0
/
+2
2016-12-21
vis: implement `gh` and `gl` to move by relative byte offsets
Marc André Tanner
1
-0
/
+2
2016-12-21
vis: implement `go` to move to absolute byte position
Marc André Tanner
1
-0
/
+1
2016-12-21
vis: implement g8
Marc André Tanner
1
-0
/
+1
2016-11-09
vis: improve `r` in normal and replace mode
Marc André Tanner
1
-1
/
+1
2016-08-24
vis: implement gJ like behavior
Marc André Tanner
1
-1
/
+3
2016-05-18
vis: add completion for file names in current directory via <C-x><C-f>
Silvan Jegen
1
-0
/
+1
2016-05-18
vis: add completion for current file contents via <C-n> in insert mode
Marc André Tanner
1
-0
/
+1
[next]