index
:
kakoune.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
path:
root
/
src
/
main.cc
Age
Commit message (
Expand
)
Author
2011-09-21
Selectors: add a basic select_matching selector for <([{]])> pairs
Maxime Coste
2011-09-21
Move selectors function to their own file
Maxime Coste
2011-09-19
Insert: refactoring using IncrementalInserter
Maxime Coste
2011-09-17
Shift-{H,J,K,L} keys move cursor while selecting.
Maxime Coste
2011-09-16
select_to_next_word{,_end}: words are [a-zA-Z0-9]
Maxime Coste
2011-09-16
Configure filename completer for edit and write commands
Maxime Coste
2011-09-14
prompt: rework tu support arrows and completion cycling
Maxime Coste
2011-09-13
CommandManager: basic command name completion support
Maxime Coste
2011-09-09
assert: custom implementation
Maxime Coste
2011-09-09
exception: refactoring
Maxime Coste
2011-09-08
Add a buffer command to switch between existing buffers
Maxime Coste
2011-09-08
Buffer is now responsible for window creation
Maxime Coste
2011-09-08
Window lifetime is now handled by it's buffer.
Maxime Coste
2011-09-07
Refactor commands handling and parsing in a CommandManager class
Maxime Coste
2011-09-06
binding of undo to 'u' and redo to 'U'
Maxime Coste
2011-09-05
LineAndColumn: segregate into WindowCoord and BufferCoord
Maxime Coste
2011-09-05
window: support scrolling
Maxime Coste
2011-09-02
insert: print '-- INSERT --' in status line
Maxime Coste
2011-09-02
better exception handling in edit and write_buffer
Maxime Coste
2011-09-02
prompt: correctly handle backspace when empty
Maxime Coste
2011-09-02
main: catch all exceptions, close ncurses and rethrow
Maxime Coste
2011-09-02
Initial commit
Maxime Coste
[prev]