summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-07-24De-templatize regex selection codeMaxime Coste
2024-07-24Merge remote-tracking branch 'JustTaken/view-offset'Maxime Coste
2024-07-22Fix logic to get minimun custom offsetJustTaken
2024-07-22Allow escaping commas in the -buffer argument to eval/execTobias Pisani
2024-07-22Handle word completion when recording macrosMaxime Coste
2024-07-20Take in account scrolloff when moving viewportJustTaken
2024-07-21De-templatize select_objectMaxime Coste
2024-07-21Disable UnitTest fully in non KAK_DEBUG buildsMaxime Coste
2024-07-19Record macros in repeat last insertMaxime Coste
2024-07-18Bump history max size to 1000Maxime Coste
2024-07-17Clear info box and prompt on pasteMaxime Coste
2024-07-15Improve error message for alternations in lookarounds and add testsMaxime Coste
2024-07-01Merge remote-tracking branch 'PJungkamp/directory-changed'Maxime Coste
2024-06-26Fix order of evaluation issue when compiling regex alternationsMaxime Coste
2024-06-24Add EnterDirectory hookPhilipp Jungkamp
2024-06-24Remove some selection copies in pipe and throw early if read onlyMaxime Coste
2024-06-23Fix trailing whitespacesMaxime Coste
2024-06-23Allow individual show-whitespace options to be turned offTobias Pisani
2024-06-15Small code style tweakMaxime Coste
2024-06-15Store instruction pointers directly in ThreadedRegexVM::ThreadMaxime Coste
2024-06-12Add some static_asserts in SSO codeMaxime Coste
2024-06-11Switch to bitfield.Ben Judd
2024-06-07Fix build by moving include.Ben Judd
2024-06-07Increase SSO from 22 to 23 chars.Ben Judd
2024-06-07Also check shell parameters for kak_* referencesMaxime Coste
2024-06-05Add <quote> and <dquote> key name aliases.Tobias Pisani
2024-06-05Echo an information message about *scratch* buffer and leave it emptyMaxime Coste
2024-05-31Small regex code cleanupMaxime Coste
2024-05-31Add v< and v> to scroll cursor to the leftmost/rightmost columnMaxime Coste
2024-05-29Merge remote-tracking branch 'dontlaugh/debug_mapping_output'Maxime Coste
2024-05-22Add right hand side mapping to "debug mappings"Coleman McFarland
2024-05-18Kakoune 2024.05.18Maxime Coste
2024-05-18Revert "Make TerminalUI::get_next_key() helpers static"Johannes Altmanninger
2024-05-12Handle binary path detection errors on non-/proc platformsChris Webb
2024-05-12Fix error handling when reading binary path from /procChris Webb
2024-05-12Fix tests for OpenBSDMaxime Coste
2024-05-09Kakoune 2024.05.09Maxime Coste
2024-04-29Add local scope to user commandsMaxime Coste
2024-04-27Ensure re-used fifo buffers makes that buffer the latest openedMaxime Coste
2024-04-27Add buffer -matching switchMaxime Coste
2024-04-27Don't capture local-scoped faces in promptJohannes Altmanninger
2024-04-19Use a nested command completer for the evaluate-commands commandMaxime Coste
2024-04-19Complete complete-command completer typeMaxime Coste
2024-04-12Introduce "local" scope in evaluate-commandsMaxime Coste
2024-04-12Make removing an unknown highlighter an errorMaxime Coste
2024-04-12Rotate through strings when pasting instead of repeating the lastMaxime Coste
2024-04-01Add missing <bit> includeMaxime Coste
2024-04-01Fix std::optional used instead of OptionalMaxime Coste
2024-04-01Change mode_info to contain an optional NormalParamsMaxime Coste
2024-03-31Support exposing some env vars as part of the mode informationMaxime Coste