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
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
2016-04-27
vis: change behavior of $ to never move to the left
Marc André Tanner
1
-2
/
+1
2016-04-14
vis: allow mapping of <Space>
Marc André Tanner
1
-1
/
+2
2016-04-13
vis: make = operator an alias for gq, both currently use fmt(1)
Marc André Tanner
1
-1
/
+2
2016-04-12
Add "[(" and "])" motions for jumping to a parenthese pair's start/end
Rob Pilling
1
-0
/
+2
2016-04-12
Add "[{" and "]}" motions to jump to a block's start/end
Rob Pilling
1
-0
/
+2
2016-04-07
Sort keybinding alphabetically.
Joshua Haase
1
-189
/
+189
2016-04-05
vis: let <C-l> remove all but the count cursor column
Marc André Tanner
1
-1
/
+2
2016-04-04
vis: let <C-c> remove the count cursor column
Marc André Tanner
1
-2
/
+2
2016-04-04
vis: in visual mode allow navigation among cursors using <C-j> and <C-k>
Marc André Tanner
1
-0
/
+2
2016-04-03
sam: unify vi(m) and sam command line
Marc André Tanner
1
-1
/
+1
2016-04-03
vis: in visual mode let \ trim selections
Marc André Tanner
1
-0
/
+1
2016-03-30
vis: implement selection rotation
Marc André Tanner
1
-2
/
+4
2016-03-28
vis: support right alignment of selections in visual mode with <S-Tab>
Marc André Tanner
1
-2
/
+3
2016-03-28
vis: let Meta-Ctrl-{j,k} create new cursor
Marc André Tanner
1
-0
/
+2
2016-03-28
vis: align selections with <Tab> in visual mode
Marc André Tanner
1
-0
/
+1
2016-03-10
vis: let <C-u> and <C-d> in visual mode move to prev/next cursor
Marc André Tanner
1
-4
/
+4
2016-03-08
Add missing angle brackets around broken C-p key binding
Marc André Tanner
1
-1
/
+1
2016-03-08
Added page up and down keys for visual mode
Erlend Fagerheim
1
-0
/
+4
2016-02-22
Added + and - motions
Richard Burke
1
-0
/
+2
2016-02-20
vis: move cursor to next char after ~ in normal mode
Marc André Tanner
1
-1
/
+1
2016-02-20
recursive ib fix
Erlend Fagerheim
1
-1
/
+1
2016-02-18
vis: make put commands p, P, gp, gP available in visual modes
Marc André Tanner
1
-4
/
+4
2016-02-18
vis: enable number increment <C-a> and decrement <C-x> in normal mode
Marc André Tanner
1
-0
/
+2
2016-02-18
vis: use <Tab> to align multiple cursors in normal mode
Marc André Tanner
1
-1
/
+1
2016-02-18
vis: add insfrastructure to support global key mappings
Marc André Tanner
1
-0
/
+4
2016-02-15
Add text object to cover lines with same indentation level
Marc André Tanner
1
-0
/
+2
2016-02-15
vis: add <C-c> as an alias for <Escape> in normal mode
Marc André Tanner
1
-2
/
+2
2016-02-13
vis: in insert mode <S-Tab> aligns all cursors by inserting spaces
Marc André Tanner
1
-0
/
+1
[next]