| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-12-23 | Make kak more installable | Maxime Coste | |
| * Kak relies on the kakrc file to be in ../share/kak/kakrc relative to kak binary rather than in the same directory * Added an install target to the Makefile | |||
| 2013-03-29 | kakrc: define colorscheme before sourcing user config | Maxime Coste | |
| 2013-03-22 | kakrc: avoid bash features | Maxime Coste | |
| 2012-12-07 | source user kakrc after autoloads, so that user can override options | Maxime Coste | |
| 2012-11-30 | Selection: refactoring, move CaptureList to Selection | Maxime Coste | |
| 2012-09-17 | kakrc: use color aliases for cpp and kakrc highlighting | Maxime Coste | |
| 2012-09-10 | Load config file in ${XDG_CONFIG_HOME}/kak/kakrc and ↵ | Maxime Coste | |
| ${XDG_CONFIG_HOME}/kak/autload/* Do not autoload files in $kak_runtime/rc, let the user choose restore the runtime command implemented in shell this time. | |||
| 2012-09-10 | Remove runtime command, use shell expansion to source files in rc dir. | Maxime Coste | |
| With the help of a new kak_runtime env var. | |||
| 2012-08-08 | add rc/asciidoc.kak for asciidoc highlighting | Maxime Coste | |
| 2012-08-07 | add rc/grep.kak which provides a grep and gjump command | Maxime Coste | |
| 2012-08-07 | add rc/make.kak which provides make and errjump commands | Maxime Coste | |
| 2012-08-07 | new regex highlighter parameters syntax, support per capture highlight | Maxime Coste | |
| 2012-07-31 | CommandManager: rework command parser | Maxime Coste | |
| a new type of strings is supported inspired by the ruby strings. %<delimiter>content<delimiter>, if opening delimiter is one of ([{<, then closing delimiter is the matching )]}> and balanced delimiters in the string needs not to be escaped, else the closing delimiter is the same as the opening one. shell expansion is available through %sh<delimiter>command<delimiter> syntax. Command flags have been removed, as these strings provide proper nesting support, so now, you can for example do: def command %{ echo %sh{ ls } } | |||
| 2012-06-27 | add rc/diff.kak and load in kakrc | Maxime Coste | |
| 2012-05-29 | enable global and line numbering in kakrc | Maxime Coste | |
| 2012-03-08 | add some highlighting for git | Maxime Coste | |
| 2012-01-23 | adapt rc files to the new hook command | Maxime Coste | |
| 2012-01-15 | split kakrc with filetype specific files in rc/ | Maxime Coste | |
| cpp highlighting is now specified by rc/cpp.kak. | |||
| 2012-01-15 | kakrc: use a hlkakrc highlighter group for kakrc highlighting regex | Maxime Coste | |
| 2012-01-15 | kakrc: refactor using lists of commands for hooks | Maxime Coste | |
| 2012-01-14 | kakrc: add support for kakrc file highlighting | Maxime Coste | |
| 2011-12-21 | kakrc: cleanup trailing whitespaces when quiting insert mode | Maxime Coste | |
| 2011-12-20 | Filters: add cleanup_whitespace filter | Maxime Coste | |
| this filter remove trailing whitespaces on the previous line when inserting an end-of-line. | |||
| 2011-12-07 | Filters: move from buffer to window | Maxime Coste | |
| 2011-12-06 | kakrc: do not highlight the end-of-line in trailing whitespaces | Maxime Coste | |
| 2011-12-02 | kakrc: add preserve_indent filter on c++ files and highlight trailing spaces | Maxime Coste | |
| 2011-11-29 | Rename Filter to Highlighter to be more explicit | Maxime Coste | |
| 2011-11-27 | Add a kakrc file which automatically enables hlcpp on c/c++ files | Maxime Coste | |
