summaryrefslogtreecommitdiff
path: root/src/rc
AgeCommit message (Expand)Author
2013-04-11git-tools.kak: initial git-show commandMaxime Coste
2013-04-11git-tools: fix git-diff-showMaxime Coste
2013-04-11ctags.kak: <a-c> is now zcMaxime Coste
2013-04-11remove hooks when needed in rc filesMaxime Coste
2013-04-11highlight strings after macrosMaxime Coste
2013-04-02add date information to git-blameMaxime Coste
2013-04-02Change list separators to ; and tuple separators to |Maxime Coste
2013-04-01add git-blame command to git-tools.kakMaxime Coste
2013-03-31add git-tools.kak, with experimental git diff display as line flagsMaxime Coste
2013-03-29cpp.kak: fix alt_dirs handling with more than 2 directoriesMaxime Coste
2013-03-22{grep,make}.kak: use edit! instead of trying to delete bufferMaxime Coste
2013-03-22cpp.kak: alt supports an alt_dirs options for directories to searchMaxime Coste
2013-03-22eval,exec: -restore-selections become -draft, and restore the buffer as wellMaxime Coste
2013-03-19clang-complete: do the compilation in the buffer directoryMaxime Coste
2013-03-14clang: fix auto completion when cursor is on end of lineMaxime Coste
2013-03-14add clang.kak, providing clang based insert completionMaxime Coste
2013-03-12ctags: use - instead of _ in command nameMaxime Coste
2013-03-05Strongly typed options supportMaxime Coste
2013-02-27grep: highlight columns when presentMaxime Coste
2013-02-21grep,make: bind normal mode return to jumpMaxime Coste
2013-02-21grep,make: support specifying client with toolsclient optionMaxime Coste
2013-02-21Add mail.kak for mail file highlightingMaxime Coste
2013-02-13grep: remove enventual \rMaxime Coste
2013-01-31ctags.kak: do not automatically enable info tooltipsMaxime Coste
2013-01-30ctags.kak: tweak auto infoMaxime Coste
2013-01-30ctags: initial auto fonction documentation supportMaxime Coste
2013-01-17Move Insertion Hooks handing to the input handlerMaxime Coste
2013-01-08add sh.kak for shell script highlightingMaxime Coste
2013-01-06make: use a makecmd optionMaxime Coste
2013-01-04add client.kak providing 'new' command for opening a new clientMaxime Coste
2013-01-03tweak kakrc highlightingMaxime Coste
2013-01-03Add a nop command to avoid accidental shell output evaluationMaxime Coste
2013-01-03tweak errjump commandMaxime Coste
2012-12-13ctags.kak: avoid brackets in search patternMaxime Coste
2012-12-13tweak cpp highlightingMaxime Coste
2012-12-13tweak git commit message highlightingMaxime Coste
2012-12-07grep.kak: configurable grep command, search selection when no paramsMaxime Coste
2012-12-07cleanup {make,grep}.kakMaxime Coste
2012-11-27fix cpp indent filterMaxime Coste
2012-11-21cpp.kak: use regex filter to handle indentationMaxime Coste
2012-11-21fix trailing '"' in make.kakMaxime Coste
2012-11-20tweak kakrc highlightingMaxime Coste
2012-11-19ctags.kak: center selection in window when jumping on a tagMaxime Coste
2012-11-12update c++ highlighterMaxime Coste
2012-11-12make ctags.kak tag implementation more robustMaxime Coste
2012-11-12update asciidoc highlightingMaxime Coste
2012-11-09Add a rc/ctags.kak for a :tag implementation using exuberant ctagsMaxime Coste
2012-10-29tweak cpp highlightingMaxime Coste
2012-10-02grep,make: tweak mktemp call to work on OSXMaxime Coste
2012-10-01cpp.kak: fix string highlighterMaxime Coste