summaryrefslogtreecommitdiff
path: root/src/commands.cc
AgeCommit message (Expand)Author
2021-09-04Add missing strikethrough in set-face docstringMaxime Coste
2021-08-28Support info markup spanning multiple linesMaxime Coste
2021-08-22Fix readonly behaviourMaxime Coste
2021-08-17Move control character escaping responsibility to the terminal UIMaxime Coste
2021-07-20Merge remote-tracking branch 'occivink/nop-ignore-unknown-switches'Maxime Coste
2021-07-20Prevent overwriting existing file in :write <explicit filename>Maxime Coste
2021-07-19nop: ignore unknown switches instead of failingOlivier Perret
2021-05-28Support opening files bigger than 2 GiBMaxime Coste
2021-04-19elif over "else if"Ben Judd
2021-04-19Merge remote-tracking branch 'Icantjuddle/fix_deprexated_mallinfo_call'Maxime Coste
2021-04-18CommentsBen Judd
2021-04-17mallinfo is deprecated in favor of mallinfo2Ben Judd
2021-04-14Fix `edit -readonly` command not setting `readonly` optionTaupiqueur
2021-01-01Fix message typoJim Tittsler
2020-12-23commands: add "registers" subcommand to :debugCole Helbling
2020-10-27Replace `write -atomic` with `write -method <method>`Maxime Coste
2020-10-19Allow quiting last client with unsaved buffer in daemon modeMaxime Coste
2020-10-19Remove the rename-client's nc aliasMaxime Coste
2020-09-09Add support for removing from optionsMaxime Coste
2020-08-08Rename DefinedHighlighters to SharedHighlightersMaxime Coste
2020-07-21Do not trigger RegisterModified hooks on register about to be restoredMaxime Coste
2020-07-19Code style tweaksMaxime Coste
2020-07-04Add User hook supportMaxime Coste
2020-05-19Output debug memory stats in a nice tableMaxime Coste
2020-05-10Support piping data to client stdinMaxime Coste
2020-05-02Fix traling whitespacesMaxime Coste
2020-05-02Add support for alpha channel in colorsMaxime Coste
2020-04-13Fix internal command namingMaxime Coste
2020-03-30Add -override support to add-highlighterMaxime Coste
2020-03-15Merge remote-tracking branch 'occivink/arrange-buffers'Maxime Coste
2020-03-14Allow reading from fifo in readonly buffersMaxime Coste
2020-02-24Add a new 'arrange-buffers' to let users change the order of the buflistOlivier Perret
2020-02-22Merge remote-tracking branch 'lenormf/complete-register-names'Maxime Coste
2020-02-09src: Allow `:write-all` to use -atomic, fix usageFrank LENORMAND
2020-02-09src: Let `:set-register` complete register namesFrank LENORMAND
2019-12-28Redraw relevant clients after adding/removing highlightersMaxime Coste
2019-12-28Avoid unnecessary std::functionMaxime Coste
2019-12-07Add -scratch and -file switches to the rename-buffer commandMaxime Coste
2019-12-05Optimize regex in commandMaxime Coste
2019-12-02src: Document the base face syntax in `:set-face`Frank LENORMAND
2019-11-28Merge remote-tracking branch 'lenormf/patch-2'Maxime Coste
2019-11-24Complete rename-buffer with filenamesMaxime Coste
2019-11-24Replace tab characters with spaces in info/echoMaxime Coste
2019-11-22Add support for markup in info boxesMaxime Coste
2019-11-21Add a -atomic switch to write and change clang.kak to take advantageMaxime Coste
2019-11-18src: Give a reason why `:rename-buffer` failedFrank LENORMAND
2019-11-12Fix display column computationsJason Felice
2019-11-12Add support for selecting and exporting selections in display columnsMaxime Coste
2019-11-12Add support for a -codepoint switch to the select commandMaxime Coste
2019-11-12Fix use after free in enter_user_mode, use `user.<name>` for modenameMaxime Coste