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-10-26
Add a WinClose hook
Maxime Coste
2013-10-26
Keep does nothing if an empty regex is entered (rather than crashing)
Maxime Coste
2013-10-26
Specify key modifiers using constexpr functions for brevity
Maxime Coste
2013-10-26
InputMode::Prompt: use an enum for mode rather than bool m_insert_reg
Maxime Coste
2013-10-26
remove unneeded code in client
Maxime Coste
2013-10-25
Add key mapping support
Maxime Coste
2013-10-25
use prefix matching for hook scope
Maxime Coste
2013-10-24
Add std::hash specialization for std::pair
Maxime Coste
2013-10-21
Add an autoreload YesNoAsk option, for configuring buffer reloading behaviour.
Maxime Coste
2013-10-21
Add YesNoAsk type for options
Maxime Coste
2013-10-21
Add Buffer::reload for reloading buffers without loosing options and hooks
Maxime Coste
2013-10-17
Code style cleanups in ncurses.{cc,hh}
Maxime Coste
2013-10-17
More robust Buffer filesystem timestamp handling
Maxime Coste
2013-10-17
Improve NCurses UI menu scroll bar, use a variable height
Maxime Coste
2013-10-15
Detect file external modification and ask the user whether to reload or not
Maxime Coste
2013-10-15
Reset normal mode when changing the current editor
Maxime Coste
2013-10-14
Fix indent code, support indentwidth=0 for using tabs
Maxime Coste
2013-10-11
Fix ctags.kak function info support
Maxime Coste
2013-10-11
Fix Editor::remove_selection when the main selection is the first one and is ...
Maxime Coste
2013-10-11
Display session name in the status line
Maxime Coste
2013-10-11
Use { and } for extending selection to object start/end
Maxime Coste
2013-10-11
Save last pipe command to the '|' register, and use it for empty cmd
Maxime Coste
2013-10-11
Pass title to UserInterface::info_show
Maxime Coste
2013-10-11
Display target register name in status line when recording a macro
Maxime Coste
2013-10-11
Only allow recording macro to register a-z
Maxime Coste
2013-10-11
Let InputModes describe themselves for status line display
Maxime Coste
2013-10-10
Remove Context::numeric_param, pass it directly to normal mode functions
Maxime Coste
2013-10-08
Fix tabs that appeared in the codebase
Maxime Coste
2013-10-08
Improve object selection support
Maxime Coste
2013-10-07
Use WordType enum instead of a bool punctuation_is_word for word selector
Maxime Coste
2013-10-02
add <a-R> for rotating selections content
Maxime Coste
2013-10-02
Add <c-s> for saving current selection in the jump list
Maxime Coste
2013-10-02
Add <c-u> in insert mode for forcing commiting the current undo group
Maxime Coste
2013-10-01
Cleanup dynamic registers init, and add # register for selection count
Maxime Coste
2013-10-01
clean up env var registration
Maxime Coste
2013-09-27
Do not push jump on search next
Maxime Coste
2013-09-27
minor cleanup
Maxime Coste
2013-09-27
Support highlighters that add new lines in scroll_to_keep_cursor_visible
Maxime Coste
2013-09-25
Remove $kak_socket replaced with $kak_session
Maxime Coste
2013-09-25
Do not take directories into account when completing buffer name
Maxime Coste
2013-09-24
complete_filename fallback on subsequence completion if prefix does not work
Maxime Coste
2013-09-24
use subsequence instead of regex matching for buffer completion
Maxime Coste
2013-09-23
add subsequence_match(str, subseq) utility function
Maxime Coste
2013-09-23
Add prefix_match function and use it instead of adhoc code
Maxime Coste
2013-09-23
small optimization in event manager
Maxime Coste
2013-09-23
extract client main to a run_client function
Maxime Coste
2013-09-21
Add missing newlines to printed messages
Maxime Coste
2013-09-19
Add a -d command line option for running Kakoune as a headless server
Maxime Coste
2013-09-19
Add a -s command line option for specifying session name
Maxime Coste
2013-09-19
extract main kakoune code to a kakoune function
Maxime Coste
[next]