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
Age
Commit message (
Expand
)
Author
2013-01-07
Support for selecting to surrounding object begin/end with [ and ]
Maxime Coste
2013-01-07
Autoname client on creation, and access client name from shell with $kak_client
Maxime Coste
2013-01-06
minor code cleanup
Maxime Coste
2013-01-06
make: use a makecmd option
Maxime Coste
2013-01-05
alt-r rotates selections
Maxime Coste
2013-01-04
various code style fixes
Maxime Coste
2013-01-04
add client.kak providing 'new' command for opening a new client
Maxime Coste
2013-01-03
tweak kakrc highlighting
Maxime Coste
2013-01-03
Add a nop command to avoid accidental shell output evaluation
Maxime Coste
2013-01-03
tweak errjump command
Maxime Coste
2013-01-03
Fix captures preservation in Editor
Maxime Coste
2013-01-03
refactoring selectors
Maxime Coste
2013-01-03
Highlight last selection differently
Maxime Coste
2013-01-03
alt-n replace last selection with next match
Maxime Coste
2013-01-03
Editor: add a ReplaceLast select mode
Maxime Coste
2013-01-03
Editor: keep last selection as last when sorting
Maxime Coste
2013-01-02
Editor: preserve captures accross movements
Maxime Coste
2012-12-31
Editor: cleanup check_invariants calls
Maxime Coste
2012-12-31
add a current search highlighter
Maxime Coste
2012-12-31
add incsearch option to choose if incremental search is enabled
Maxime Coste
2012-12-31
Add Editor::select(const Selection&, SelectMode)
Maxime Coste
2012-12-31
minor cleanup
Maxime Coste
2012-12-31
Editor: merge_overlapping -> sort_and_merge_overlapping
Maxime Coste
2012-12-31
Fix join on last line (it appended a trailing space)
Maxime Coste
2012-12-31
support count in search next, and only push jump in replace mode
Maxime Coste
2012-12-28
add a force mode to delete buffer (db!)
Maxime Coste
2012-12-28
IncrementalInserter: fix append mode when on line end
Maxime Coste
2012-12-28
tweak window status line format
Maxime Coste
2012-12-28
Buffer loses the 'New' flag when written
Maxime Coste
2012-12-28
new clients always takes last used buffer, support multiple file on command line
Maxime Coste
2012-12-28
BufferManager: registering buffers are front inserted
Maxime Coste
2012-12-27
IncrementalInserter: preserve captures
Maxime Coste
2012-12-27
fix splitting with inverted selection
Maxime Coste
2012-12-27
Editor: when replacing, select inserted text
Maxime Coste
2012-12-27
select_matching: fix when matching is the first character
Maxime Coste
2012-12-19
add a -n option prevent kakrc from being sourced
Maxime Coste
2012-12-19
Client: catch errors when executing init commands
Maxime Coste
2012-12-19
Buffer: close undo group when saved
Maxime Coste
2012-12-18
support -e switch for initial command to execute
Maxime Coste
2012-12-18
Support initial command passing when a client is connecting
Maxime Coste
2012-12-18
do_go: support append mode on go to top/bottom, ignore case
Maxime Coste
2012-12-18
editor: support select mode on select(BufferIterator)
Maxime Coste
2012-12-18
join: preserve multiple selections
Maxime Coste
2012-12-15
menu commands has a -select-cmds option
Maxime Coste
2012-12-15
NCurses: info window tries to avoid the menu one
Maxime Coste
2012-12-15
NCurses: some code refactoring
Maxime Coste
2012-12-15
Command line parsing: support empty strings
Maxime Coste
2012-12-14
InputHandler: call callback on abort and on selected element change as well
Maxime Coste
2012-12-14
info: support a -inline option
Maxime Coste
2012-12-14
UserInterface: add info box support
Maxime Coste
[next]