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
/
kakrc
Age
Commit message (
Expand
)
Author
2013-12-23
Make kak more installable
Maxime Coste
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 ${XDG_CONFIG_HOME}/kak/a...
Maxime Coste
2012-09-10
Remove runtime command, use shell expansion to source files in rc dir.
Maxime Coste
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
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
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
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