summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/mode-key.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add V for select line with vi(1) keys. From Juho Pohjala.nicm2014-11-061-1/+2
* No need to repeat other-end more than once, from Juho Pohjala. Also addnicm2014-08-111-1/+2
* Add a copy mode key binding to copy to a named buffer. From J Raynor.nicm2014-05-131-1/+3
* Add setb -a to append and a copy mode append command, from J Raynor withnicm2014-03-311-1/+3
* Add start-of-list, end-of-list, top-line and bottom-line in choice mode,nicm2014-03-311-1/+16
* Make C-j the same as C-m, from Simon Nicolussi.nicm2014-02-141-1/+7
* Key to swap to other end of selection (bound to o with vi keys), from Jnicm2013-10-231-1/+2
* Whitespace nits, from Ben Boeckel.nicm2013-07-051-5/+5
* Implement s, S, C mode switch commands in vi(1) mode, from Ben Boeckel.nicm2013-07-051-4/+11
* Add copy-pipe mode command to copy selection and also pipe to a command.nicm2013-03-221-2/+6
* Fix a couple of memory leaks, from Romain Francoise.nicm2013-03-211-2/+1
* Add halfpage commands to mode command string table (missed by accident),nicm2012-11-191-1/+3
* Add tree keys to vi mode too, missed by accident.nicm2012-10-091-1/+5
* Allow session tree (C-b s) to expand and collapse sessions withnicm2012-10-021-258/+269
* Instead of requiring a prompt to enter all numbers >10, go back tonicm2012-08-271-21/+21
* Instead of numbering choose mode items 0-9a-z and then nothing, numbernicm2012-08-111-1/+25
* Add A and I keys for vi status line editing.nicm2012-03-041-3/+10
* Use RB trees not SPLAY.nicm2012-01-211-5/+5
* Add space movement keys for vi mode in the status line from Ben Boeckel.nicm2012-01-201-1/+7
* Support "jump to" like vi in copy mode using t and T keys. Also add xnicm2011-12-041-1/+9
* Add home and end keys for command prompt, from Matthias Lederhofer.nicm2011-12-011-1/+5
* Add word movement and editing command for command prompt editing, fromnicm2011-11-151-7/+18
* Add up/down/left/right keys in vi edit mode. From "livibetter" SF bugnicm2011-08-161-2/+6
* Add three new copy-mode commands - select-line, copy-line,nicm2011-05-181-1/+6
* Bind C-u to delete-line in vi mode like ksh does, suggested by thib.nicm2011-04-051-1/+2
* Sprinkle a little more const.nicm2011-01-011-6/+6
* Add vi-style "jump" commands for copy mode, from Micah Cowan.nicm2010-03-221-1/+14
* Permit keys in copy mode to be prefixed by a repeat count, entered withnicm2010-03-021-1/+20
* Add "N" key to search the opposite way from the last search (reverse of "n"),nicm2010-02-111-1/+4
* Rectangle copy support, from Robin Lee Powell.nicm2010-02-061-3/+6
* vi-style B, W and E keys in copy mode to navigate between words treating onlynicm2010-02-041-1/+7
* Add scroll-up/scroll-down for choose/more mode, from Micah Cowan.nicm2010-02-011-1/+11
* Actually bind the new key to e.nicm2010-01-271-1/+2
* Alter next-word to have vi-like movement behaviour, and add next-word-end withnicm2010-01-271-2/+3
* Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me.nicm2010-01-251-3/+9
* Use C-e and C-y for scrolling in vi mode, from Micah Cowan.nicm2010-01-231-1/+3
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastnicm2009-12-031-8/+8
* Zap unused functions, prompted by deraadt.nicm2009-11-131-16/+1
* Add mode keys to move the cursor to the top, middle and bottom of the screen.nicm2009-10-131-2/+10
* Support J and K for scroll up and scroll down in copy mode with vi keys,nicm2009-10-071-1/+3
* Make C-Up and C-Down in copy mode scroll the screen up and down one linenicm2009-10-061-1/+7
* Get / and ? the right way round in vi mode, and use : for goto line rather thannicm2009-10-041-4/+4
* C-v and M-v too.nicm2009-10-041-1/+3
* Support C-n/C-p with emacs keys in choice mode, also fix a comment.nicm2009-10-041-2/+4
* Add a transpose-chars command in edit mode (C-t in emacs mode only). From Kallenicm2009-09-021-1/+3
* Add a "delete line" key when editing in the status line or the search up/downnicm2009-08-181-2/+5
* Add (naive) searching and goto line in copy mode. Searching is C-r and C-s withnicm2009-08-181-2/+14
* Switch the prompt code to return an empty string when the user enters nonicm2009-08-131-1/+3
* vi(1)-style half page scroll in copy and scroll modes. Move the vi full pagenicm2009-08-131-2/+6
* Plug some memory leaks.nicm2009-07-301-1/+2