aboutsummaryrefslogtreecommitdiff
path: root/mode-key.c
Commit message (Expand)AuthorAge
* Bad merge.Nicholas Marriott2017-01-25
* Drop the edit mode key tables and just use fixed key bindings for thenicm2016-10-12
* Some other stuff that can be local to one file.nicm2016-10-11
* Fundamental change to how copy mode key bindings work:nicm2016-10-11
* Loads more static, except for cmd-*.c and window-*.c.nicm2016-10-10
* Allow repeat count to be specified in mode key tables with bind-key -R,nicm2016-09-12
* Add next/previous paragraph, from J Raynor.nicm2016-04-27
* Instead of reusing MouseUp at the finish of a drag, add a new keynicm2016-03-18
* When a mouse drag is finished, fire a MouseUp key press, instead ofnicm2016-03-01
* I no longer use my SourceForge address so replace it.nicm2016-01-19
* Support UTF-8 key bindings by expanding the key type from int tonicm2015-11-12
* mode_key_entry can go into mode-key.c; also a few spaces->tabs.nicm2015-05-08
* Rewrite of tmux mouse support which was a mess. Instead of havingnicm2015-04-19
* Add V for select line with vi(1) keys. From Juho Pohjala.nicm2014-11-06
* No need to repeat other-end more than once, from Juho Pohjala. Also addnicm2014-08-11
* Add a copy mode key binding to copy to a named buffer. From J Raynor.nicm2014-05-13
* Add setb -a to append and a copy mode append command, from J Raynor withnicm2014-03-31
* Add start-of-list, end-of-list, top-line and bottom-line in choice mode,nicm2014-03-31
* Make C-j the same as C-m, from Simon Nicolussi.nicm2014-02-14
* Key to swap to other end of selection (bound to o with vi keys), from Jnicm2013-10-23
* Whitespace nits, from Ben Boeckel.Nicholas Marriott2013-07-05
* 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