summaryrefslogtreecommitdiff
path: root/usr.bin/mg/funmap.c
AgeCommit message (Expand)Author
2023-04-21mg: allow to change the tab widthOmar Polo
2023-04-17resurrect mg' no-tab-modeOmar Polo
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-10-20add zap-to-char and zap-up-to-char; bind zap-to-char to M-z.Omar Polo
2021-04-22Add a non-interactive version of query-replace-regexp function calledMark Lumsden
2021-04-20Indicate if an mg function is unsuitable for a startup file (requiresMark Lumsden
2021-04-20Add 'dired-jump' from Philip K. <philip@warpmail.net> sent to tech@Mark Lumsden
2021-03-23Correct how many arguments some functions take for interpreter.c.Mark Lumsden
2019-07-11Allow functions that have 1 or more parameters receive and processMark Lumsden
2019-07-03selfinsert() can't be called directly from a startup file or byMark Lumsden
2019-07-02I totally forgot about the instance where blink-and-insert can beMark Lumsden
2019-06-26This diff makes blink-and-insert do as the man page says it should do.Mark Lumsden
2018-12-13Allow all non-ephemeral buffers to be toggled writable or read-onlyMark Lumsden
2018-08-29Add set-case-replaced to toggle case-preserving replace on or off.Reyk Floeter
2016-04-14Add 'sentence-end-double-space'.Mark Lumsden
2015-12-29Add transpose-words, ok jasper@.Mark Lumsden
2015-09-26Add transpose-paragraphs. ok jasper@Mark Lumsden
2015-09-24Add mark-paragraph. ok jasper@Mark Lumsden
2015-03-19Clean up the includes in mg.Brian Callahan
2015-03-16Change the internal name of the newline function to deconflict with aBrian Callahan
2013-05-31Make the system bell toggleable via 'audible-bell', and if switchedlum
2013-05-22Shuffle shell-command-on-region around to give shell-command.lum
2012-12-27diff-buffer-with-fileFlorian Obser
2012-12-04Bring back column numbers and make them configurable, off by defaultFlorian Obser
2012-11-27- add 'make-directory' (not bound to any shortcut).Jasper Lievisse Adriaanse
2012-11-20keep functnames sortedFlorian Obser
2012-10-12- implement "revert-buffer", which reverts the current buffer to what's on diskJasper Lievisse Adriaanse
2012-06-14Allow mg to save backup files to a users home directory.lum
2012-06-07Add some cscope support to mg. From Sunil Nimmagadda. Due to somelum
2012-04-12Remove the conditional directives NO_MACRO and NO_STARTUP.lum
2012-04-11Add:lum
2012-03-14Remove the NO_HELP conditional directives. If defined, mg will not compile andlum
2011-11-28Add some ctags support to mg. From Sunil Nimmagadda.lum
2011-01-18Add join-line, bound to M-^Kjell Wooding
2011-01-17Add back-to-indentation. (M-m)Kjell Wooding
2008-09-15Expose the undo commands as proper mg functions.Kjell Wooding
2008-06-14We do not need a whole MODE for blinking one character.Kjell Wooding
2008-06-11Add delete-leading-space, delete-trailing-space,Kjell Wooding
2008-06-10Add a clear-mark function.Kjell Wooding
2008-06-10Remove copyright notices and put these files back into the public domain.Kjell Wooding
2007-05-28Add a global-wd-mode command, which toggles between the currentKjell Wooding
2006-12-21Eliminate BSMAP #ifdef (we didn't define it). This exposes bsmap-mode,Kjell Wooding
2006-12-16Get rid of PREFIXREGION ifdef, since we always enable it anyway.Kjell Wooding
2006-06-01Display line number in the mg statusbar. Yes, it seems like a fuglyKjell Wooding
2005-12-20Clean up the ugly casted frees. In one case, this meant eliminating a nastyKjell Wooding
2005-12-13More name-clash delintingKjell Wooding
2005-11-20#ifdef NO_DIR can go too. From Han Boetes.Kjell Wooding
2005-11-20Don't bind help to a null functionKjell Wooding
2005-11-20Kill the NO_BACKUP #ifdefKjell Wooding
2005-11-19Goodbye NO_METAKEYKjell Wooding