summaryrefslogtreecommitdiffstats
path: root/usr.bin/mg/keymap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add transpose-words, ok jasper@.lum2015-12-291-2/+2
* whitespacejasper2015-09-261-2/+2
* Add mark-paragraph. ok jasper@lum2015-09-241-3/+5
* More unifdef cleanup:bcallah2015-03-191-33/+26
* Clean up the includes in mg.bcallah2015-03-191-1/+7
* Change the internal name of the newline function to deconflict with abcallah2015-03-161-3/+3
* Add bounce matching for [] and {} like mg already does with () and likebcallah2014-08-141-5/+11
* Shuffle shell-command-on-region around to give shell-command.lum2013-05-221-4/+5
* Add some cscope support to mg. From Sunil Nimmagadda. Due to somelum2012-06-071-3/+41
* Remove the conditional directives NO_MACRO and NO_STARTUP.lum2012-04-121-15/+1
* Add:lum2012-04-111-3/+3
* Remove the NO_HELP conditional directives. If defined, mg will not compile andlum2012-03-141-15/+1
* Add some ctags support to mg. From Sunil Nimmagadda.lum2011-11-281-3/+6
* Add join-line, bound to M-^kjell2011-01-181-2/+2
* Add back-to-indentation. (M-m)kjell2011-01-171-2/+2
* add a C-c target, so we can use it as a prefix for keybindings.kjell2008-08-271-7/+26
* We do not need a whole MODE for blinking one character.kjell2008-06-141-22/+29
* Whitespacekjell2008-06-121-4/+2
* Add delete-leading-space, delete-trailing-space,kjell2008-06-111-3/+3
* Move backward-paragraph, forward-paragraph to M-{, M-} respectively.kjell2006-08-181-7/+11
* unused functionderaadt2006-07-271-12/+1
* greedy use of typedef struct was making code harder to read; ok kjell cloderderaadt2005-11-181-10/+11
* Move most of the dired hooks into dired.c. While here, enable somekjell2005-11-071-5/+1
* spacingderaadt2005-10-131-2/+2
* add the (emacs) toggle-readonly keybinding (C-x C-q).kjell2005-10-131-2/+2
* Fix dired mode. Make deletions work, and keystrokes match emacs.kjell2005-10-131-112/+10
* Enable the 'next-error' (C-x `) keybinding by default.kjell2005-10-111-2/+2
* Add find-file-read-only keybinding (c-X c-R), as in emacs.kjell2005-10-061-2/+2
* Add explicit public domain notices to all public domain files.kjell2005-06-141-1/+3
* add find-alternate-file command and binding for ^X^V; ok cloderjason2005-05-301-2/+2
* This is a no binary change which does:db2005-04-031-57/+56
* fix mg's behaviour with regards to files on which we do not havejfb2005-03-091-2/+2
* bind ^Xg to gotoline by defaultderaadt2002-12-091-2/+2
* use rescan, not NULL, since ^X-t is not a prefixderaadt2002-09-281-2/+2
* activate the two key sequences for undo again; ok art henningderaadt2002-09-261-3/+5
* seems c-x c-q is for the vc- mode. remove it.vincent2002-06-271-2/+2
* bind C-x C-q to toggle-read-only, just like emacs.vincent2002-06-271-3/+3
* zap the ctrl-x ctrl-v keybinding for find-file-read-only. looks likevincent2002-05-291-2/+2
* add a function to visit a file read-only mapped to C-x C-vvincent2002-05-291-2/+2
* * Move to ANSI function definitions.vincent2002-03-111-5/+5
* disable undo until it is fixed to be (1) correct and (2) not crash like it does nowderaadt2002-03-011-5/+3
* ^Xu is also an undo charderaadt2002-02-211-2/+4
* bind C-_ to undo.art2002-02-201-2/+2
* more gosmacsderaadt2002-02-081-3/+3
* No need for those extra maps now.art2001-05-241-36/+1
* Make the keymap/mode table growable in runtime.art2001-05-241-34/+57
* Break out function -> name mappings to an own file.art2001-05-241-314/+1
* functnames can be const, some spacesmickey2001-05-231-7/+7
* Get rid of unnecessary casts of NULL.art2001-05-231-34/+34
* export "fundamental_map" that points to the fundamental keymapart2001-05-231-1/+3