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-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
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
[prev]
[next]