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-04-26
When committing an undo group, run an optimization pass on it
Maxime Coste
2013-04-26
Buffer::Modification::Position is a BufferCoord instead of a BufferIterator
Maxime Coste
2013-04-24
Buffer: rename character_count method to byte_count
Maxime Coste
2013-04-23
BufferCompleter: change behaviour to handle non prefix completions
Maxime Coste
2013-04-23
utils: add is_in_range function
Maxime Coste
2013-04-23
use alt-J for joining and selecting the spaces replacing line breaks
Maxime Coste
2013-04-23
Buffer: add is_valid(BufferCoord) method
Maxime Coste
2013-04-23
FlagLines: do not create a new local option in window if the option comes fro...
Maxime Coste
2013-04-23
git-tools.kak: use a single git command with subcommands
Maxime Coste
2013-04-22
use a DynamicSelectionList when searching as the buffer may be modified durin...
Maxime Coste
2013-04-22
selecting a surrounding object goes up one level if what we find is already s...
Maxime Coste
2013-04-22
support renaming buffers
Maxime Coste
2013-04-19
rename go function to goto_commands
Maxime Coste
2013-04-19
add KakBegin and KakEnd hooks
Maxime Coste
2013-04-18
Ncurses: display status line in terminal title as well
Maxime Coste
2013-04-18
add man.kak which provides a man command for displaying man pages in kakoune
Maxime Coste
2013-04-18
add window_{width,height} env var
Maxime Coste
2013-04-18
Tweak status line
Maxime Coste
2013-04-17
change swapped_case implementation
Maxime Coste
2013-04-17
ShellManager: env_var_regex is an implementation detail
Maxime Coste
2013-04-17
ctags.kak: fix zc changed to vc
Maxime Coste
2013-04-17
toolsclient option support is back, add docsclient for git-diff
Maxime Coste
2013-04-17
redeclaring an option with the same type is not an error
Maxime Coste
2013-04-17
context_wrap options are allowed only at start
Maxime Coste
2013-04-16
add alt-X for trimming non full lines
Maxime Coste
2013-04-16
normal.cc: remove useless do_ prefix on function names
Maxime Coste
2013-04-16
move view commands to v prefix instead of z
Maxime Coste
2013-04-15
handle client_removed exception out of ClientManager as well
Maxime Coste
2013-04-15
Handle SIGHUP gracefully
Maxime Coste
2013-04-15
move Client as a public class instead of a ClientManager implementation detail
Maxime Coste
2013-04-12
remove String::replace, use boost::regex_replace directly
Maxime Coste
2013-04-12
BufOpen hook is only called for file buffers
Maxime Coste
2013-04-12
move normal mode implementation to normal.{cc,hh}
Maxime Coste
2013-04-12
echo command can take a -col parameter to specify the colors to use
Maxime Coste
2013-04-12
Add zj and zk command for scrolling the window
Maxime Coste
2013-04-12
hide ncurses.h include in ncurses.cc
Maxime Coste
2013-04-11
git-tools.kak: initial git-show command
Maxime Coste
2013-04-11
delete buffer if needed when creating a scratch buffer
Maxime Coste
2013-04-11
git-tools: fix git-diff-show
Maxime Coste
2013-04-11
ctags.kak: <a-c> is now zc
Maxime Coste
2013-04-11
add z prefixed 'window commands'
Maxime Coste
2013-04-11
add Window::display_selection_at(LineCount)
Maxime Coste
2013-04-11
remove hooks when needed in rc files
Maxime Coste
2013-04-11
Hooks can have an (shareable) identifier, and thus be removed
Maxime Coste
2013-04-11
idvaluemap: add a remove_all method
Maxime Coste
2013-04-11
HookManager: write to debug when a hook fails
Maxime Coste
2013-04-11
exceptions: use const char* what() instead of String description()
Maxime Coste
2013-04-11
highlight strings after macros
Maxime Coste
2013-04-11
display character column instead of byte column in status line
Maxime Coste
2013-04-10
Add gt, gb and gc to goto the first/last/middle displayed line
Maxime Coste
[prev]
[next]