summaryrefslogtreecommitdiff
path: root/src/main.cc
AgeCommit message (Expand)Author
2023-08-05Kakoune 2023.08.05Maxime Coste
2023-07-29Kakoune 2023.07.29Maxime Coste
2023-07-03Merge remote-tracking branch 'omasanori/fixup-undo-doc'Maxime Coste
2023-06-21Fixup documentation on history navigation commandsMasanori Ogino
2023-06-20Small structured binding conversionMaxime Coste
2023-06-17Revert "Switch undo storage from a tree to a plain list"Maxime Coste
2023-06-17Add a few missing entries to the changelogMaxime Coste
2023-06-14Add a -previous switch to show-matching highlighterMaxime Coste
2023-05-21Add <c-g> to cancel current operationMaxime Coste
2023-05-09Update changelog for selection undoJohannes Altmanninger
2023-05-04Add support for recursive expansions with %exp{...}Maxime Coste
2023-03-11Implement bracketed pasteJohannes Altmanninger
2023-03-01Merge remote-tracking branch 'inahga/aghani-info-width'Maxime Coste
2023-02-17Complete arguments to "echo -to-file"Johannes Altmanninger
2023-02-15Add option to set maximum info box widthAmeer Ghani
2023-01-21Replace std::strong_ordering with auto return type to not require <compare>Maxime Coste
2022-12-06Load buffer in command line orderMaxime Coste
2022-11-04Add a %val{selection_count} expansionOlivier Perret
2022-10-31Kakoune 2022.10.31Maxime Coste
2022-07-21Update startup info with p/P breaking changeJohannes Altmanninger
2022-07-10Refactor highlighting logicMaxime Coste
2022-07-05Remove <esc> as end macro recording, Q should be enoughMaxime Coste
2022-07-05Move user mappings to <space> and keep/remove selection to ,Maxime Coste
2022-07-05Make `x` just select the full linesMaxime Coste
2022-03-06Document ! and <a-!> breaking changeMaxime Coste
2022-03-06Add a complete-command command to configure command completionMaxime Coste
2022-01-24Do not insert any end-of-line when piping data outMaxime Coste
2021-11-15Fixes #4432: JSON UI only shows stdin when connecting to an existing sessionSidharth Kshatriya
2021-11-07Kakoune 2021.11.08Maxime Coste
2021-10-28Kakoune 2021.10.28Maxime Coste
2021-10-25src/main.cc: Fix inline assembly syntax error on ARMRobert Clausecker
2021-09-26Restore diff based terminal output optimization when synchronizedMaxime Coste
2021-09-02Remove terminal_wheel_up/down_button UI optionMaxime Coste
2021-08-28Kakoune 2021.08.28Maxime Coste
2021-08-22Fix readonly behaviourMaxime Coste
2021-07-26Do not run unit tests in release buildsMaxime Coste
2021-07-20Document the new write behaviourMaxime Coste
2021-07-12Rename NCursesUI to TerminalUIMaxime Coste
2021-07-12Replace ncurses with a naive custom terminal backendMaxime Coste
2021-07-12Quit server on SIGINT when it was not signaled by Kakoune itselfMaxime Coste
2021-07-07Document command-fifo in changelogMaxime Coste
2021-05-28Support opening files bigger than 2 GiBMaxime Coste
2021-04-27Improve UX: better error message about debug buffer on startup errorsMarkus F.X.J. Oberhumer
2021-03-11Always redraw after getting some user inputMaxime Coste
2020-12-22src: Catch “kill exceptions”’cleanlyFrank LENORMAND
2020-10-27Replace `write -atomic` with `write -method <method>`Maxime Coste
2020-10-20Notify prompt completion changes in startup messageMaxime Coste
2020-10-19Allow quiting last client with unsaved buffer in daemon modeMaxime Coste
2020-09-09Add support for removing from optionsMaxime Coste
2020-09-01Kakoune 2020.09.01Maxime Coste