summaryrefslogtreecommitdiff
path: root/src/rc
AgeCommit message (Collapse)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
* 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-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
* cleanup tag command * add a tag-complete command * add a gentags command for launching ctags in the background
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
This way, 'file --mime-type $buffer' is called only once per file rather than once per filetype detection hook.
2013-11-12Add support for hidden options, not showed by completionMaxime Coste
the decl command can take a -hidden parameter to hide an option
2013-11-08Use eval ${kak_opt_(make|grep}cmd} in (make|grep).kakMaxime Coste
Quotes in the variable are preserved that way.
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
* auto inserts a ; after } if it closes a class or struct * auto copy the // comment of the previous line
2013-11-07fix kakrc string highlightingMaxime Coste
2013-11-05Add support for -itersel option in exec/evalMaxime Coste
-itersel makes a -draft eval/exec run once for each selections separately rather than with all selections at a time.
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
When running a terminal emulator containing a kakoune client, it used to still have the server tty as controlling termnal, and so received SIGINT's from the user in it. Termnal emulators then responded by exiting. This is no longer the case.
2013-10-30Remove setg/setb/setw and use set <scope>Maxime Coste
(with scope a prefix of global,buffer or window)
2013-10-11Fix ctags.kak function info supportMaxime Coste
2013-09-25Remove $kak_socket replaced with $kak_sessionMaxime Coste
use /tmp/kak-$kak_session to get the socket path
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