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
Age
Commit message (
Expand
)
Author
2014-09-10
Add normal mode command 'J'
Marc André Tanner
2014-09-10
Add normal mode commands 'O' and 'o'
Marc André Tanner
2014-09-10
Make movements to next / previous line available
Marc André Tanner
2014-09-10
text-motions: add text_line_prev function
Marc André Tanner
2014-09-10
text-motions: fix no match case of text_find_char_{next,prev}
Marc André Tanner
2014-09-10
Add normal command 'Y' as a synonym for 'yy'
Marc André Tanner
2014-09-10
Add normal command 'S' as asynonym for 'cc'
Marc André Tanner
2014-09-10
Add movements 'B' and 'E'
Marc André Tanner
2014-09-10
Add normal mode commands 'A', 'C', 'D' and 'I'
Marc André Tanner
2014-09-10
Add normal mode key binding for 'r'
Marc André Tanner
2014-09-10
Add a few comments about the subtleties of mode switching
Marc André Tanner
2014-09-10
Redraw editor content after command execution
Marc André Tanner
2014-09-10
If text has been created from an empty file, store filename upon first save
Marc André Tanner
2014-09-10
Keep window focused indication while prompt is shown
Marc André Tanner
2014-09-10
Fix :q command
Marc André Tanner
2014-09-10
Add license header
Marc André Tanner
2014-09-10
Simplify drawing of the window statusbar
Marc André Tanner
2014-09-10
Simplify cursor color management
Marc André Tanner
2014-09-10
Add comments where appropriate
Marc André Tanner
2014-09-09
Cleanup header files
Marc André Tanner
2014-09-09
Remove trailing whitespaces (sed 's/[ \t]*$//')
Marc André Tanner
2014-09-09
Rename vis.[ch] to editor.[ch] and main.c to vis.c
Marc André Tanner
2014-09-09
Unclutter config.def.h by moving stuff to main.c
Marc André Tanner
2014-09-09
Add window borders in vertical layout
Marc André Tanner
2014-09-09
Open all files given on command line
Marc André Tanner
2014-09-09
Add infrastructure for commands
Marc André Tanner
2014-09-09
Separate different types of text objects
Marc André Tanner
2014-09-09
Add all 26 marks
Marc André Tanner
2014-09-09
Add all 26 registers
Marc André Tanner
2014-09-09
Detect whether a file is already opened when splitting a window
Marc André Tanner
2014-09-09
Fix a few memory leaks
Marc André Tanner
2014-09-09
Change mode input prototype
Marc André Tanner
2014-09-08
Improve undo/redo
Marc André Tanner
2014-09-08
Hook up search as a movement
Marc André Tanner
2014-09-08
Fix repeat command
Marc André Tanner
2014-09-08
Zero can be both a movement and part of a multiplier
Marc André Tanner
2014-09-08
Unify variable naming
Marc André Tanner
2014-09-08
Use named struct initializers where appropriate
Marc André Tanner
2014-09-08
Make Home/End keys work in command prompt
Marc André Tanner
2014-09-08
Fix insertion of newlines
Marc André Tanner
2014-09-08
Add user prompt infrastructure
Marc André Tanner
2014-09-06
Add visual mode key bindings
Marc André Tanner
2014-09-06
Add insert mode key bindings
Marc André Tanner
2014-09-05
Implement movement to column in line
Marc André Tanner
2014-09-05
Make status window optional
Marc André Tanner
2014-09-05
Cleanup vis.h
Marc André Tanner
2014-09-05
Fix missuse of cursor instead of call in config.def.h
Marc André Tanner
2014-09-05
Update nano keybindings to infrastructure changes
Marc André Tanner
2014-09-05
In visual mode operators should operate on the selected text
Marc André Tanner
2014-09-05
Remember whether the register content is linewise
Marc André Tanner
[next]