Age | Commit message (Expand) | Author |
2015-11-12 | Support UTF-8 key bindings by expanding the key type from int to | Nicholas Marriott |
2015-05-08 | mode_key_entry can go into mode-key.c; also a few spaces->tabs. | Nicholas Marriott |
2015-04-19 | Rewrite of tmux mouse support which was a mess. Instead of having | Nicholas Marriott |
2014-11-06 | Add V for select line with vi(1) keys. From Juho Pohjala. | Nicholas Marriott |
2014-08-11 | No need to repeat other-end more than once, from Juho Pohjala. Also add | Nicholas Marriott |
2014-05-13 | Add a copy mode key binding to copy to a named buffer. From J Raynor. | Nicholas Marriott |
2014-03-31 | Add setb -a to append and a copy mode append command, from J Raynor with | Nicholas Marriott |
2014-03-31 | Add start-of-list, end-of-list, top-line and bottom-line in choice mode, | Nicholas Marriott |
2014-02-14 | Make C-j the same as C-m, from Simon Nicolussi. | Nicholas Marriott |
2013-10-23 | Key to swap to other end of selection (bound to o with vi keys), from J | Nicholas Marriott |
2013-07-05 | Whitespace nits, from Ben Boeckel. | Nicholas Marriott |
2013-07-05 | Implement s, S, C mode switch commands in vi(1) mode, from Ben Boeckel. | Nicholas Marriott |
2013-03-22 | Add copy-pipe mode command to copy selection and also pipe to a command. | Nicholas Marriott |
2013-03-21 | Fix a couple of memory leaks, from Romain Francoise. | Nicholas Marriott |
2012-11-19 | Add halfpage commands to mode command string table (missed by accident), | Nicholas Marriott |
2012-10-09 | Add tree keys to vi mode too, missed by accident. | Nicholas Marriott |
2012-10-02 | Allow session tree (C-b s) to expand and collapse sessions with | Nicholas Marriott |
2012-08-27 | Instead of requiring a prompt to enter all numbers >10, go back to | Nicholas Marriott |
2012-08-11 | Instead of numbering choose mode items 0-9a-z and then nothing, number | Nicholas Marriott |
2012-03-04 | Add A and I keys for vi status line editing. | Nicholas Marriott |
2012-01-21 | Use RB trees not SPLAY. | Nicholas Marriott |
2012-01-20 | Add space movement keys for vi mode in the status line from Ben Boeckel. | Nicholas Marriott |
2011-12-04 | Support "jump to" like vi in copy mode using t and T keys. Also add x | Nicholas Marriott |
2011-12-01 | Add home and end keys for command prompt, from Matthias Lederhofer. | Nicholas Marriott |
2011-11-15 | Add word movement and editing command for command prompt editing, from | Nicholas Marriott |
2011-08-16 | Add up/down/left/right keys in vi edit mode. From "livibetter" SF bug | Nicholas Marriott |
2011-05-18 | Add three new copy-mode commands - select-line, copy-line, | Nicholas Marriott |
2011-04-05 | Bind C-u to delete-line in vi mode like ksh does, suggested by thib. | Nicholas Marriott |
2011-01-01 | Sprinkle a little more const. | Nicholas Marriott |
2010-03-22 | Add vi-style "jump" commands for copy mode, from Micah Cowan. | Nicholas Marriott |
2010-03-02 | Permit keys in copy mode to be prefixed by a repeat count, entered with | Nicholas Marriott |
2010-02-11 | Add "N" key to search the opposite way from the last search (reverse of "n"), | Nicholas Marriott |
2010-02-06 | Rectangle copy support, from Robin Lee Powell. | Nicholas Marriott |
2010-02-04 | vi-style B, W and E keys in copy mode to navigate between words treating only | Nicholas Marriott |
2010-02-01 | Add scroll-up/scroll-down for choose/more mode, from Micah Cowan. | Nicholas Marriott |
2010-01-27 | Actually bind the new key to e. | Nicholas Marriott |
2010-01-27 | Alter next-word to have vi-like movement behaviour, and add next-word-end with | Nicholas Marriott |
2010-01-25 | Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me. | Nicholas Marriott |
2010-01-23 | Use C-e and C-y for scrolling in vi mode, from Micah Cowan. | Nicholas Marriott |
2009-12-03 | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott |
2009-11-13 | Zap unused functions, prompted by deraadt. | Nicholas Marriott |
2009-10-13 | Add mode keys to move the cursor to the top, middle and bottom of the screen. | Nicholas Marriott |
2009-10-07 | Support J and K for scroll up and scroll down in copy mode with vi keys, | Nicholas Marriott |
2009-10-06 | Make C-Up and C-Down in copy mode scroll the screen up and down one line | Nicholas Marriott |
2009-10-04 | Get / and ? the right way round in vi mode, and use : for goto line rather than | Nicholas Marriott |
2009-10-04 | C-v and M-v too. | Nicholas Marriott |
2009-10-04 | Support C-n/C-p with emacs keys in choice mode, also fix a comment. | Nicholas Marriott |
2009-09-02 | Add a transpose-chars command in edit mode (C-t in emacs mode only). From Kalle | Nicholas Marriott |
2009-08-18 | Add a "delete line" key when editing in the status line or the search up/down | Nicholas Marriott |
2009-08-18 | Add (naive) searching and goto line in copy mode. Searching is C-r and C-s with | Nicholas Marriott |