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
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
2016-02-11
vis: implement gn and gN text objects
Marc André Tanner
1
-0
/
+4
2016-02-10
vis: simplify modes implementation
Marc André Tanner
1
-8
/
+0
2016-02-10
vis: implement gf and <C-w>gf to open filename under cursor
Marc André Tanner
1
-0
/
+2
2016-01-28
vis: implement nn%
Marc André Tanner
1
-1
/
+1
2016-01-20
vis: make <End> in insert/replace mode move to the end of line
Marc André Tanner
1
-1
/
+2
2016-01-19
vis: keep selection in visual mode after shift operators
Marc André Tanner
1
-0
/
+2
2016-01-17
vis: make Y only yank from the current position to the end of line
Marc André Tanner
1
-1
/
+1
2016-01-17
vis: let ~ have an immediate effect in normal mode
Marc André Tanner
1
-0
/
+1
2016-01-13
Implement command/search prompt history as a regular file
Marc André Tanner
1
-15
/
+0
2016-01-13
vis: cleanup key binding definitions
Marc André Tanner
1
-54
/
+73
2016-01-13
Add -pedantic to debug CFLAGS and fix resulting warnings
Marc André Tanner
1
-12
/
+12
2016-01-06
vis: make <C-v> also available at :-command prompt
Marc André Tanner
1
-1
/
+1
2015-12-20
Make normal mode 'S' behave like in Vim
Silvan Jegen
1
-1
/
+1
2015-12-02
vis: make <C-w>w an alias for <C-w>j
Marc André Tanner
1
-0
/
+1
2015-11-28
vis: implement = operator in terms of fmt(1)
Marc André Tanner
1
-0
/
+1
2015-11-27
vis: implement filter operator !
Marc André Tanner
1
-0
/
+1
2015-11-23
vis: implement ga
Marc André Tanner
1
-0
/
+1
2015-11-08
vis: map <F1> to :help
Marc André Tanner
1
-0
/
+1
2015-11-08
vis: reindent config.def.h (no functional changes)
Marc André Tanner
1
-247
/
+284
2015-11-08
vis: remove regex based syntax highlighting
Marc André Tanner
1
-622
/
+0
2015-11-04
vis: fix definition of space motion
Marc André Tanner
1
-1
/
+1
2015-11-03
vis: add some default bindings for <Delete>
Marc André Tanner
1
-0
/
+3
2015-11-03
vis: let libtermkey map <DEL> to <Backspace>
Marc André Tanner
1
-5
/
+0
2015-11-02
vis: map <DEL> to <Backspace>
Marc André Tanner
1
-1
/
+5
2015-11-02
vis: make I command repeatable
Marc André Tanner
1
-1
/
+1
2015-11-02
vis: make append (a and A) commands repeatable
Marc André Tanner
1
-2
/
+2
2015-10-27
vis: map C-c to leave insert mode
Marc André Tanner
1
-1
/
+1
2015-10-26
vis: move key handling functions to main.c
Marc André Tanner
1
-1194
/
+5
2015-10-26
vis: merge editor.c into vis.c
Marc André Tanner
1
-7
/
+7
2015-10-25
vis: clean up mark handling
Marc André Tanner
1
-2
/
+2
2015-10-25
vis: convert jumplist navigation to proper motions
Marc André Tanner
1
-2
/
+2
[next]