summaryrefslogtreecommitdiff
path: root/src/rc
AgeCommit message (Expand)Author
2015-12-08Move grench.rc in the correct directoryMaxime Coste
2015-11-26add rc/grench.kakAlex Leferry 2
2013-12-23Make kak more installableMaxime Coste
2013-12-13honor jumpclient for grepMaxime Coste
2013-12-13make.kak: errjump tries to recognize current make directoryMaxime Coste
2013-12-13Fix cpp strings highlightMaxime Coste
2013-12-12Region highlighter takes regexes for region start/endMaxime Coste
2013-12-07ctags.kak: Show message with Information colalias in gentagsMaxime Coste
2013-12-07use -try-client in kak files rather than ad-hoc shell logicMaxime Coste
2013-12-04fix strings in comment being highlighted as stringsMaxime Coste
2013-12-04use region highlighter for cppMaxime Coste
2013-12-03Change rc files to use shared highlightersMaxime Coste
2013-12-03fixup cpp.kakMaxime Coste
2013-12-03rework cpp indenter, try to make them more readableMaxime Coste
2013-11-28Improve ctags supportMaxime Coste
2013-11-18fix git blame support in git-tools.kakMaxime Coste
2013-11-14tweak style cpp.kakMaxime Coste
2013-11-14Do not use eval for grepcmd, as it will evaluate \ escapes as wellMaxime Coste
2013-11-13move cpp indentation to helper hidden commandsMaxime Coste
2013-11-12Centralize file mimetype detection in mime.kakMaxime Coste
2013-11-12Add support for hidden options, not showed by completionMaxime Coste
2013-11-08Use eval ${kak_opt_(make|grep}cmd} in (make|grep).kakMaxime Coste
2013-11-08update cpp indentation hooks, indent after visibilty specifierMaxime Coste
2013-11-07cleanup cpp hooksMaxime Coste
2013-11-07clang.kak: wrap clang-autocomplete hook in a try %{}Maxime Coste
2013-11-07cpp indent improvementMaxime Coste
2013-11-07fix kakrc string highlightingMaxime Coste
2013-11-05Add support for -itersel option in exec/evalMaxime Coste
2013-11-04update cpp indent hooks, add align to opening paren supportMaxime Coste
2013-11-04Use InsertChar hook for char insertion, and InsertKey for key pressMaxime Coste
2013-11-04Allow to ommit the catch part in the try commandMaxime Coste
2013-11-04simplify clang-enable-autocomplete, no need for shellMaxime Coste
2013-11-04remove filters, use hooks insteadMaxime Coste
2013-11-04cpp.kak: replace filters with hooksMaxime Coste
2013-11-04Run new clients in a new process sessionMaxime Coste
2013-10-30Remove setg/setb/setw and use set <scope>Maxime Coste
2013-10-11Fix ctags.kak function info supportMaxime Coste
2013-09-25Remove $kak_socket replaced with $kak_sessionMaxime Coste
2013-09-12Fix clang.kak, now that eval -draft does not use the client user interfaceMaxime Coste
2013-07-26git-tools: use : as list separator, escape it correctlyMaxime Coste
2013-07-24go back to : as set/list separator in optionsMaxime Coste
2013-07-12cpp.kak: wrap trailing whitespace cleanup hook in a try catchMaxime Coste
2013-06-21clang.kak: use socat in unidirectional modeMaxime Coste
2013-05-17cpp.kak: fix alt now that alt_dirs is a proper listMaxime Coste
2013-05-16cpp.kak: fix alt_dirs option default valueMaxime Coste
2013-04-26git-tools.kak: support add and diff commandMaxime Coste
2013-04-23git-tools.kak: use a single git command with subcommandsMaxime Coste
2013-04-18add man.kak which provides a man command for displaying man pages in kakouneMaxime Coste
2013-04-17ctags.kak: fix zc changed to vcMaxime Coste
2013-04-17toolsclient option support is back, add docsclient for git-diffMaxime Coste