summaryrefslogtreecommitdiff
path: root/usr.bin/mg/mg.1
AgeCommit message (Expand)Author
2019-07-02I totally forgot about the instance where blink-and-insert can beMark Lumsden
2019-07-01add dired-goto-fileMark Lumsden
2019-06-17From Leonid Bobrov: add a condition to {beginning,end}-of-buffer toMark Lumsden
2019-06-06tweak previous;Jason McIntyre
2019-06-03This diff gives the commands beginning-of-buffer and end-of-buffer theMark Lumsden
2018-12-26revert "kill a region if 'delete' or 'backspace' is pressed"Peter Hessler
2018-12-18use Sq for single chars, and escape ";" properly;Jason McIntyre
2018-12-18Make mg kill a region if the 'delete' or 'backspace' keys are pressedMark Lumsden
2018-12-13Allow all non-ephemeral buffers to be toggled writable or read-onlyMark Lumsden
2018-11-18small clean up of dired sectionMark Lumsden
2018-08-29Add set-case-replaced to toggle case-preserving replace on or off.Reyk Floeter
2017-12-11fix the description of delete-non-matching-lines;Jason McIntyre
2016-07-28these programs probably do not need to use TMPDIR. ok florianTed Unangst
2016-04-14Add 'sentence-end-double-space'.Mark Lumsden
2016-03-17Show modes for buffers more clearly. ok jasper@Mark Lumsden
2016-03-16notab mode is not enabled at the moment.Mark Lumsden
2016-01-02Add dired-find-alternate-file.Mark Lumsden
2015-12-30Widen the dired command list. ok jmc@Mark Lumsden
2015-12-29Add transpose-words, ok jasper@.Mark Lumsden
2015-12-24Add -R option to allow files specified on the command line to beMark Lumsden
2015-12-22Remove commands that are not implemented, at the moment. Added byMark Lumsden
2015-12-21Add RET to dired-find-file. ok jasper@Mark Lumsden
2015-11-18Remove "space-to-tabstop" from the manpage - it is not enabled,Reyk Floeter
2015-10-12Correctly mark-up some recent additions. ok jmc@Mark Lumsden
2015-09-26Add transpose-paragraphs. ok jasper@Mark Lumsden
2015-09-24Add mark-paragraph. ok jasper@Mark Lumsden
2015-09-09mg doesn't support 'dired-do-delete'. Change description to theMark Lumsden
2015-03-17correct command name; from kaspars bankovskisJason McIntyre
2014-11-03comment out no-tab-mode, since mg is currently compiled without it;Jason McIntyre
2014-04-02Add the '#' character as a comment character in the startup file.Mark Lumsden
2014-03-27new-line -> newline;Jason McIntyre
2014-03-26Previously, C-t (transpose two chars) did not behave the same asMark Lumsden
2013-12-19Amend dired-unmark-backward to fit with recent change andMark Lumsden
2013-06-03Add the 'g' character and dired-revert to refresh the dired buffer.Mark Lumsden
2013-06-02Add the 'quit-window' dired command and receive a basic English lessonlum
2013-06-02Rename the dired-* commands to be like the emacs equivalents.lum
2013-06-01new sentence, new line;Jason McIntyre
2013-06-01Add dired key bindings. ok and advice jmc@lum
2013-05-31Make the system bell toggleable via 'audible-bell', and if switchedlum
2013-05-27tweak previous;Jason McIntyre
2013-05-27Add dired commands. ok and suggestions jmc@lum
2013-05-22Shuffle shell-command-on-region around to give shell-command.lum
2012-12-28Respect locale for ctype purposes, e.g. display ISO Latin 1 characters;Christian Weisgerber
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-13Column numbers are gone for good.Florian Obser
2012-10-22Add (r)evert prompt to "File changed on disk; really edit the buffer"Florian Obser
2012-10-12- implement "revert-buffer", which reverts the current buffer to what's on diskJasper Lievisse Adriaanse
2012-07-11fix three typos.Igor Sobrado