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
2013-04-03
fix compilation with clang++
Maxime Coste
2013-04-02
add alt-* for not smart set search pattern to selection
Maxime Coste
2013-03-29
add swap case support with the ~ key
Maxime Coste
2013-03-29
use a scoped edition in Repeated so that repeated actions have a single undo ...
Maxime Coste
2013-03-26
kak_bufname env var use display_name
Maxime Coste
2013-03-26
% register uses the buffer display name
Maxime Coste
2013-03-22
show informations on uncaught std::exceptions
Maxime Coste
2013-03-21
add a kak_selections env var, which contains all selections separated by a comma
Maxime Coste
2013-03-18
add 'r' object alias for [] (range)
Maxime Coste
2013-03-18
Editor: keep selections sorted and use an index for the main one
Maxime Coste
2013-03-15
Editor: replace selections().back() with main_selection()
Maxime Coste
2013-03-15
replay_macro: parse keys only once
Maxime Coste
2013-03-14
move remoting code to remote.cc
Maxime Coste
2013-03-13
goto file uses the 'path' string-list option instead of hard coded paths
Maxime Coste
2013-03-12
Modify network protocol to allow commands through the socket
Maxime Coste
2013-03-11
add kak_timestamp env var to access current buffer timestamp
Maxime Coste
2013-03-05
Add support for boolean options
Maxime Coste
2013-03-05
Strongly typed options support
Maxime Coste
2013-02-27
reorganize keymap
Maxime Coste
2013-02-27
use 'Q' for replay macro
Maxime Coste
2013-02-27
Add 'gf' (goto file) functionality
Maxime Coste
2013-02-27
Add " and ' support to object selection
Maxime Coste
2013-02-27
Use current locale
Maxime Coste
2013-02-26
handle SIGFPE, SIGQUIT and SIGTERM as well as SIGSEGV
Maxime Coste
2013-02-26
Add an expand_unprintable highlighter which replaces unprintable char with U+...
Maxime Coste
2013-02-22
main: catch all exceptions
Maxime Coste
2013-02-22
Paste: use count for repetition
Maxime Coste
2013-02-22
Use S for regex splitting, and alt-s for line splitting
Maxime Coste
2013-02-21
Avoid recursive macro calls
Maxime Coste
2013-02-20
select and split operations use the search pattern register
Maxime Coste
2013-02-19
search: fix empty search string, use previous pattern
Maxime Coste
2013-02-19
Add '*' binding, which (smart) copy current selection to search pattern
Maxime Coste
2013-02-18
Add macro recording/replay support
Maxime Coste
2013-02-18
make keymap definition more readable using a select helper function
Maxime Coste
2013-01-30
style fix
Maxime Coste
2013-01-29
Do not pass a context to InputHandler methods
Maxime Coste
2013-01-23
add a SIGSEGV handler
Maxime Coste
2013-01-21
Add kak_cursor_{line,column} env var
Maxime Coste
2013-01-17
replace char: fix unicode handling
Maxime Coste
2013-01-14
move input watching responsibility into UserInterface implementations
Maxime Coste
2013-01-11
RemoteClient owns the FDWatcher of it's socket
Maxime Coste
2013-01-10
Refactor EventManager
Maxime Coste
2013-01-08
Add backward search support (bound to alt-/)
Maxime Coste
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-05
alt-r rotates selections
Maxime Coste
2013-01-04
various code style fixes
Maxime Coste
2013-01-03
alt-n replace last selection with next match
Maxime Coste
2012-12-31
add incsearch option to choose if incremental search is enabled
Maxime Coste
2012-12-31
minor cleanup
Maxime Coste
[prev]
[next]