| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed keys for choose mode, and remove the last mode keys bits. |  nicm | 2017-01-24 | 1 | -261/+0 |
* | Drop the edit mode key tables and just use fixed key bindings for the |  nicm | 2016-10-12 | 1 | -255/+90 |
* | Some other stuff that can be local to one file. |  nicm | 2016-10-11 | 1 | -2/+8 |
* | Fundamental change to how copy mode key bindings work: |  nicm | 2016-10-11 | 1 | -390/+173 |
* | Loads more static, except for cmd-*.c and window-*.c. |  nicm | 2016-10-10 | 1 | -10/+10 |
* | Allow repeat count to be specified in mode key tables with bind-key -R, |  nicm | 2016-09-12 | 1 | -312/+317 |
* | Add next/previous paragraph, from J Raynor. |  nicm | 2016-04-27 | 1 | -1/+7 |
* | Instead of reusing MouseUp at the finish of a drag, add a new key |  nicm | 2016-03-18 | 1 | -3/+3 |
* | When a mouse drag is finished, fire a MouseUp key press, instead of |  nicm | 2016-03-01 | 1 | -1/+3 |
* | I no longer use my SourceForge address so replace it. |  nicm | 2016-01-19 | 1 | -2/+2 |
* | Support UTF-8 key bindings by expanding the key type from int to |  nicm | 2015-11-12 | 1 | -6/+12 |
* | mode_key_entry can go into mode-key.c; also a few spaces->tabs. |  nicm | 2015-05-08 | 1 | -1/+15 |
* | Rewrite of tmux mouse support which was a mess. Instead of having |  nicm | 2015-04-19 | 1 | -1/+15 |
* | Add V for select line with vi(1) keys. From Juho Pohjala. |  nicm | 2014-11-06 | 1 | -1/+2 |
* | No need to repeat other-end more than once, from Juho Pohjala. Also add |  nicm | 2014-08-11 | 1 | -1/+2 |
* | Add a copy mode key binding to copy to a named buffer. From J Raynor. |  nicm | 2014-05-13 | 1 | -1/+3 |
* | Add setb -a to append and a copy mode append command, from J Raynor with |  nicm | 2014-03-31 | 1 | -1/+3 |
* | Add start-of-list, end-of-list, top-line and bottom-line in choice mode, |  nicm | 2014-03-31 | 1 | -1/+16 |
* | Make C-j the same as C-m, from Simon Nicolussi. |  nicm | 2014-02-14 | 1 | -1/+7 |
* | Key to swap to other end of selection (bound to o with vi keys), from J |  nicm | 2013-10-23 | 1 | -1/+2 |
* | Whitespace nits, from Ben Boeckel. |  nicm | 2013-07-05 | 1 | -5/+5 |
* | Implement s, S, C mode switch commands in vi(1) mode, from Ben Boeckel. |  nicm | 2013-07-05 | 1 | -4/+11 |
* | Add copy-pipe mode command to copy selection and also pipe to a command. |  nicm | 2013-03-22 | 1 | -2/+6 |
* | Fix a couple of memory leaks, from Romain Francoise. |  nicm | 2013-03-21 | 1 | -2/+1 |
* | Add halfpage commands to mode command string table (missed by accident), |  nicm | 2012-11-19 | 1 | -1/+3 |
* | Add tree keys to vi mode too, missed by accident. |  nicm | 2012-10-09 | 1 | -1/+5 |
* | Allow session tree (C-b s) to expand and collapse sessions with |  nicm | 2012-10-02 | 1 | -258/+269 |
* | Instead of requiring a prompt to enter all numbers >10, go back to |  nicm | 2012-08-27 | 1 | -21/+21 |
* | Instead of numbering choose mode items 0-9a-z and then nothing, number |  nicm | 2012-08-11 | 1 | -1/+25 |
* | Add A and I keys for vi status line editing. |  nicm | 2012-03-04 | 1 | -3/+10 |
* | Use RB trees not SPLAY. |  nicm | 2012-01-21 | 1 | -5/+5 |
* | Add space movement keys for vi mode in the status line from Ben Boeckel. |  nicm | 2012-01-20 | 1 | -1/+7 |
* | Support "jump to" like vi in copy mode using t and T keys. Also add x |  nicm | 2011-12-04 | 1 | -1/+9 |
* | Add home and end keys for command prompt, from Matthias Lederhofer. |  nicm | 2011-12-01 | 1 | -1/+5 |
* | Add word movement and editing command for command prompt editing, from |  nicm | 2011-11-15 | 1 | -7/+18 |
* | Add up/down/left/right keys in vi edit mode. From "livibetter" SF bug |  nicm | 2011-08-16 | 1 | -2/+6 |
* | Add three new copy-mode commands - select-line, copy-line, |  nicm | 2011-05-18 | 1 | -1/+6 |
* | Bind C-u to delete-line in vi mode like ksh does, suggested by thib. |  nicm | 2011-04-05 | 1 | -1/+2 |
* | Sprinkle a little more const. |  nicm | 2011-01-01 | 1 | -6/+6 |
* | Add vi-style "jump" commands for copy mode, from Micah Cowan. |  nicm | 2010-03-22 | 1 | -1/+14 |
* | Permit keys in copy mode to be prefixed by a repeat count, entered with |  nicm | 2010-03-02 | 1 | -1/+20 |
* | Add "N" key to search the opposite way from the last search (reverse of "n"), |  nicm | 2010-02-11 | 1 | -1/+4 |
* | Rectangle copy support, from Robin Lee Powell. |  nicm | 2010-02-06 | 1 | -3/+6 |
* | vi-style B, W and E keys in copy mode to navigate between words treating only |  nicm | 2010-02-04 | 1 | -1/+7 |
* | Add scroll-up/scroll-down for choose/more mode, from Micah Cowan. |  nicm | 2010-02-01 | 1 | -1/+11 |
* | Actually bind the new key to e. |  nicm | 2010-01-27 | 1 | -1/+2 |
* | Alter next-word to have vi-like movement behaviour, and add next-word-end with |  nicm | 2010-01-27 | 1 | -2/+3 |
* | Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me. |  nicm | 2010-01-25 | 1 | -3/+9 |
* | Use C-e and C-y for scrolling in vi mode, from Micah Cowan. |  nicm | 2010-01-23 | 1 | -1/+3 |
* | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last |  nicm | 2009-12-03 | 1 | -8/+8 |