aboutsummaryrefslogtreecommitdiff
path: root/mode-key.c
Commit message (Expand)AuthorAge
* Add copy-pipe mode command to copy selection and also pipe to a command.Nicholas Marriott2013-03-22
* Fix a couple of memory leaks, from Romain Francoise.Nicholas Marriott2013-03-21
* Add halfpage commands to mode command string table (missed by accident),Nicholas Marriott2012-11-19
* Add tree keys to vi mode too, missed by accident.Nicholas Marriott2012-10-09
* Allow session tree (C-b s) to expand and collapse sessions withNicholas Marriott2012-10-02
* Instead of requiring a prompt to enter all numbers >10, go back toNicholas Marriott2012-08-27
* Instead of numbering choose mode items 0-9a-z and then nothing, numberNicholas Marriott2012-08-11
* Add A and I keys for vi status line editing.Nicholas Marriott2012-03-04
* Use RB trees not SPLAY.Nicholas Marriott2012-01-21
* Add space movement keys for vi mode in the status line from Ben Boeckel.Nicholas Marriott2012-01-20
* Support "jump to" like vi in copy mode using t and T keys. Also add xNicholas Marriott2011-12-04
* Add home and end keys for command prompt, from Matthias Lederhofer.Nicholas Marriott2011-12-01
* Add word movement and editing command for command prompt editing, fromNicholas Marriott2011-11-15
* Add up/down/left/right keys in vi edit mode. From "livibetter" SF bugNicholas Marriott2011-08-16
* Add three new copy-mode commands - select-line, copy-line,Nicholas Marriott2011-05-18
* Bind C-u to delete-line in vi mode like ksh does, suggested by thib.Nicholas Marriott2011-04-05
* Sprinkle a little more const.Nicholas Marriott2011-01-01
* Add vi-style "jump" commands for copy mode, from Micah Cowan.Nicholas Marriott2010-03-22
* Permit keys in copy mode to be prefixed by a repeat count, entered withNicholas Marriott2010-03-02
* Add "N" key to search the opposite way from the last search (reverse of "n"),Nicholas Marriott2010-02-11
* Rectangle copy support, from Robin Lee Powell.Nicholas Marriott2010-02-06
* vi-style B, W and E keys in copy mode to navigate between words treating onlyNicholas Marriott2010-02-04
* Add scroll-up/scroll-down for choose/more mode, from Micah Cowan.Nicholas Marriott2010-02-01
* Actually bind the new key to e.Nicholas Marriott2010-01-27
* Alter next-word to have vi-like movement behaviour, and add next-word-end withNicholas Marriott2010-01-27
* Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me.Nicholas Marriott2010-01-25
* Use C-e and C-y for scrolling in vi mode, from Micah Cowan.Nicholas Marriott2010-01-23
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
* Zap unused functions, prompted by deraadt.Nicholas Marriott2009-11-13
* Add mode keys to move the cursor to the top, middle and bottom of the screen.Nicholas Marriott2009-10-13
* Support J and K for scroll up and scroll down in copy mode with vi keys,Nicholas Marriott2009-10-07
* Make C-Up and C-Down in copy mode scroll the screen up and down one lineNicholas Marriott2009-10-06
* Get / and ? the right way round in vi mode, and use : for goto line rather thanNicholas Marriott2009-10-04
* C-v and M-v too.Nicholas Marriott2009-10-04
* Support C-n/C-p with emacs keys in choice mode, also fix a comment.Nicholas Marriott2009-10-04
* 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