Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add V for select line with vi(1) keys. From Juho Pohjala. | 2014-11-06 | 1 | -1/+2 | |
| | |||||
* | No need to repeat other-end more than once, from Juho Pohjala. Also add | 2014-08-11 | 1 | -1/+2 | |
| | | | | it to the commands list while here. | ||||
* | Add a copy mode key binding to copy to a named buffer. From J Raynor. | 2014-05-13 | 1 | -1/+3 | |
| | |||||
* | Add setb -a to append and a copy mode append command, from J Raynor with | 2014-03-31 | 1 | -1/+3 | |
| | | | | minor changes. | ||||
* | Add start-of-list, end-of-list, top-line and bottom-line in choice mode, | 2014-03-31 | 1 | -1/+16 | |
| | | | | | from madmaverick9 at roxxmail dot eu, similar diff a few days later from Marcel Partap. | ||||
* | Make C-j the same as C-m, from Simon Nicolussi. | 2014-02-14 | 1 | -1/+7 | |
| | |||||
* | Key to swap to other end of selection (bound to o with vi keys), from J | 2013-10-23 | 1 | -1/+2 | |
| | | | | Raynor. | ||||
* | Whitespace nits, from Ben Boeckel. | 2013-07-05 | 1 | -5/+5 | |
| | |||||
* | Implement s, S, C mode switch commands in vi(1) mode, from Ben Boeckel. | 2013-07-05 | 1 | -4/+11 | |
| | |||||
* | Add copy-pipe mode command to copy selection and also pipe to a command. | 2013-03-22 | 1 | -2/+6 | |
| | |||||
* | Fix a couple of memory leaks, from Romain Francoise. | 2013-03-21 | 1 | -2/+1 | |
| | |||||
* | Add halfpage commands to mode command string table (missed by accident), | 2012-11-19 | 1 | -1/+3 | |
| | | | | from Thomas Adam. | ||||
* | Add tree keys to vi mode too, missed by accident. | 2012-10-09 | 1 | -1/+5 | |
| | |||||
* | Allow session tree (C-b s) to expand and collapse sessions with | 2012-10-02 | 1 | -258/+269 | |
| | | | | left/right/space keys. From Thomas Adam. | ||||
* | Instead of requiring a prompt to enter all numbers >10, go back to | 2012-08-27 | 1 | -21/+21 | |
| | | | | | | 0-9a-z and add A-Z and enter the prompt when M-0 to M-9 are pressed (like in copy mode). Prompted by request from mcbride@, help from Thomas Adam. | ||||
* | Instead of numbering choose mode items 0-9a-z and then nothing, number | 2012-08-11 | 1 | -1/+25 | |
| | | | | | them all and if there are more than 10 use a prompt when 0-9 is pressed. From Thomas Adam. | ||||
* | Add A and I keys for vi status line editing. | 2012-03-04 | 1 | -3/+10 | |
| | |||||
* | Use RB trees not SPLAY. | 2012-01-21 | 1 | -5/+5 | |
| | |||||
* | Add space movement keys for vi mode in the status line from Ben Boeckel. | 2012-01-20 | 1 | -1/+7 | |
| | |||||
* | Support "jump to" like vi in copy mode using t and T keys. Also add x | 2011-12-04 | 1 | -1/+9 | |
| | | | | | | and X for delete in edit mode. From Ben Boeckel, thanks. | ||||
* | Add home and end keys for command prompt, from Matthias Lederhofer. | 2011-12-01 | 1 | -1/+5 | |
| | |||||
* | Add word movement and editing command for command prompt editing, from | 2011-11-15 | 1 | -7/+18 | |
| | | | | Ben Boeckel. | ||||
* | Add up/down/left/right keys in vi edit mode. From "livibetter" SF bug | 2011-08-16 | 1 | -2/+6 | |
| | | | | 3385651. | ||||
* | Add three new copy-mode commands - select-line, copy-line, | 2011-05-18 | 1 | -1/+6 | |
| | | | | copy-end-of-line. From Dave Disser and Randy Stauner a while back. | ||||
* | Bind C-u to delete-line in vi mode like ksh does, suggested by thib. | 2011-04-05 | 1 | -1/+2 | |
| | |||||
* | Sprinkle a little more const. | 2011-01-01 | 1 | -6/+6 | |
| | |||||
* | Add vi-style "jump" commands for copy mode, from Micah Cowan. | 2010-03-22 | 1 | -1/+14 | |
| | |||||
* | Permit keys in copy mode to be prefixed by a repeat count, entered with | 2010-03-02 | 1 | -1/+20 | |
| | | | | | | [1-9] in vi mode, or M-[1-9] in emacs mode. From Micah Cowan, tweaked a little by me. | ||||
* | Add "N" key to search the opposite way from the last search (reverse of "n"), | 2010-02-11 | 1 | -1/+4 | |
| | | | | from Micah Cowan. | ||||
* | Rectangle copy support, from Robin Lee Powell. | 2010-02-06 | 1 | -3/+6 | |
| | |||||
* | vi-style B, W and E keys in copy mode to navigate between words treating only | 2010-02-04 | 1 | -1/+7 | |
| | | | | | | | spaces as word separators. Also add . to the list of word separators for standard word navigation. From Micah Cowan, tweaked slightly by me. | ||||
* | Add scroll-up/scroll-down for choose/more mode, from Micah Cowan. | 2010-02-01 | 1 | -1/+11 | |
| | |||||
* | Actually bind the new key to e. | 2010-01-27 | 1 | -1/+2 | |
| | |||||
* | Alter next-word to have vi-like movement behaviour, and add next-word-end with | 2010-01-27 | 1 | -2/+3 | |
| | | | | the existing emacs behaviour. From Micah Cowan. | ||||
* | Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me. | 2010-01-25 | 1 | -3/+9 | |
| | |||||
* | Use C-e and C-y for scrolling in vi mode, from Micah Cowan. | 2010-01-23 | 1 | -1/+3 | |
| | |||||
* | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | 2009-12-03 | 1 | -8/+8 | |
| | | | | | time now I've configured emacs to make them displayed in really annoying colours... | ||||
* | Zap unused functions, prompted by deraadt. | 2009-11-13 | 1 | -16/+1 | |
| | |||||
* | Add mode keys to move the cursor to the top, middle and bottom of the screen. | 2009-10-13 | 1 | -2/+10 | |
| | | | | H/M/L in vi mode and M-R/M-r in emacs (bottom of screen not bound in emacs). | ||||
* | Support J and K for scroll up and scroll down in copy mode with vi keys, | 2009-10-07 | 1 | -1/+3 | |
| | | | | suggested by martynas. | ||||
* | Make C-Up and C-Down in copy mode scroll the screen up and down one line | 2009-10-06 | 1 | -1/+7 | |
| | | | | | without moving the cursor, like Up and Down in scroll mode (which will shortly disappear). | ||||
* | Get / and ? the right way round in vi mode, and use : for goto line rather than | 2009-10-04 | 1 | -4/+4 | |
| | | | | g. | ||||
* | C-v and M-v too. | 2009-10-04 | 1 | -1/+3 | |
| | |||||
* | Support C-n/C-p with emacs keys in choice mode, also fix a comment. | 2009-10-04 | 1 | -2/+4 | |
| | |||||
* | Add a transpose-chars command in edit mode (C-t in emacs mode only). From Kalle | 2009-09-02 | 1 | -1/+3 | |
| | | | | Olavi Niemitalo. | ||||
* | Add a "delete line" key when editing in the status line or the search up/down | 2009-08-18 | 1 | -2/+5 | |
| | | | | prompt. C-u with emacs keys, d with vi. | ||||
* | Add (naive) searching and goto line in copy mode. Searching is C-r and C-s with | 2009-08-18 | 1 | -2/+14 | |
| | | | | | | | | | | emacs keys, / and ? with vi; n repeats the search again with either key set. All searching wraps the top/bottom. Goto line is g for both emacs and vi. The search prompts don't have full line editing, just simple append and delete characters. Also sort the mode keys list in tmux.1. | ||||
* | Switch the prompt code to return an empty string when the user enters no | 2009-08-13 | 1 | -1/+3 | |
| | | | | | | | response and reserve NULL for an explicit cancel. Change all callbacks to treat them the same so no functional change. Also add cancel key bindings to emacs mode which were missing. | ||||
* | vi(1)-style half page scroll in copy and scroll modes. Move the vi full page | 2009-08-13 | 1 | -2/+6 | |
| | | | | | | | scroll key to C-b instead of C-u and use C-u/C-d for half page scrolling with vi keys. In emacs mode, half page scrolling is bound to M-Up and M-Down. Suggested by merdely (about a year ago :-)). | ||||
* | Plug some memory leaks. | 2009-07-30 | 1 | -1/+2 | |
| |