aboutsummaryrefslogtreecommitdiff
path: root/mode-key.c
Commit message (Expand)AuthorAge
* Add a transpose-chars command in edit mode (C-t in emacs mode only). From KalleNicholas Marriott2009-09-02
* Add a "delete line" key when editing in the status line or the search up/downNicholas Marriott2009-08-18
* Add (naive) searching and goto line in copy mode. Searching is C-r and C-s withNicholas Marriott2009-08-18
* Switch the prompt code to return an empty string when the user enters noNicholas Marriott2009-08-13
* vi(1)-style half page scroll in copy and scroll modes. Move the vi full pageNicholas Marriott2009-08-13
* Plug some memory leaks.Nicholas Marriott2009-07-30
* Final pieces of mode key rebinding: bind-key and unbind-key now accept a -tNicholas Marriott2009-07-28
* Next step towards customisable mode keys: build each default table of keys intoNicholas Marriott2009-07-28
* Remove an unused entry in the mode keys command enum and renameNicholas Marriott2009-07-27
* Change mode key bindings from big switches into a set of tables. Rather thanNicholas Marriott2009-07-27
* Get rid of empty mode_key_free function.Nicholas Marriott2009-07-27
* Add a key to delete to end of line at the prompt (^K in emacs mode, C/D in vi).Nicholas Marriott2009-07-27
* Detect backspace by looking at termios VERASE and translate it into \177 (whichNicholas Marriott2009-07-26
* C-d is delete as well in emacs mode.Nicholas Marriott2009-07-23
* Tidy up keys: use an enum for the key codes, and remove the macros which justNicholas Marriott2009-07-21
* Add a "back to indentation" key in copy mode to move the cursor to the firstNicholas Marriott2009-07-12
* Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01