summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2024-03-31Merge remote-tracking branch 'topisani/session-client-rename-hooks'Maxime Coste
2024-03-31Revert "Send SIGTERM on <c-c>, to more reliably kill background jobs"Johannes Altmanninger
2024-03-27Add SessionRenamed hookTobias Pisani
2024-03-27Add ClientRenamed hookTobias Pisani
2024-03-27Slight code cleanup in the DynamicRegexHighlighterMaxime Coste
2024-03-27Merge remote-tracking branch 'topisani/indent-guides'Maxime Coste
2024-03-27Do not make cursor visible when not draggingMaxime Coste
2024-03-27Add -indent option to show-whitespace highlighterTobias Pisani
2024-03-23Add some missing ScopedEdition and fix redoMaxime Coste
2024-03-23Refactor last insert recording logicMaxime Coste
2024-03-22Fix invalid access when recording keysMaxime Coste
2024-03-22Do not generate more lines to display than window sizeMaxime Coste
2024-03-22Fix DisplayLines not tracking their buffer range correctlyMaxime Coste
2024-03-22Match Op declaration order in switchesMaxime Coste
2024-03-22Make CompiledRegex not a RefCountableMaxime Coste
2024-03-21Compute StartDesc with an offset to effective startMaxime Coste