summaryrefslogtreecommitdiffstats
path: root/mode-key.c
AgeCommit message (Expand)Author
2014-02-16Merge branch 'obsd-master'Thomas Adam
2014-02-14Make C-j the same as C-m, from Simon Nicolussi.nicm
2013-11-14Merge branch 'obsd-master'Thomas Adam
2013-10-23Key to swap to other end of selection (bound to o with vi keys), from Jnicm
2013-07-06Merge branch 'obsd-master'Thomas Adam
2013-07-05Whitespace nits, from Ben Boeckel.Nicholas Marriott
2013-03-22Add copy-pipe mode command to copy selection and also pipe to a command.Nicholas Marriott
2013-03-21Fix a couple of memory leaks, from Romain Francoise.Nicholas Marriott
2013-02-19Add copy-pipe mode command to copy selection and also pipe to a command.Nicholas Marriott
2013-02-16Fix a couple of memory leaks, from Romain Francoise.Nicholas Marriott
2012-11-22Merge branch 'obsd-master'Thomas Adam
2012-11-19Add halfpage commands to mode command string table (missed by accident),Nicholas Marriott
2012-10-09Merge branch 'obsd-master'Thomas Adam
2012-10-09Add tree keys to vi mode too, missed by accident.Nicholas Marriott
2012-10-02Merge branch 'obsd-master'Thomas Adam
2012-10-02Allow session tree (C-b s) to expand and collapse sessions withNicholas Marriott
2012-08-31Sync OpenBSD patchset 1167:Tiago Cunha
2012-08-27Instead of requiring a prompt to enter all numbers >10, go back toNicholas Marriott
2012-08-12Sync OpenBSD patchset 1156:Tiago Cunha
2012-08-11Instead of numbering choose mode items 0-9a-z and then nothing, numberNicholas Marriott
2012-03-07Sync OpenBSD patchset 1039:Tiago Cunha
2012-03-04Add A and I keys for vi status line editing.Nicholas Marriott
2012-01-21Sync OpenBSD patchset 1008:Tiago Cunha
2012-01-21Use RB trees not SPLAY.Nicholas Marriott
2012-01-20Sync OpenBSD patchset 998:Tiago Cunha
2012-01-20Add space movement keys for vi mode in the status line from Ben Boeckel.Nicholas Marriott
2011-12-06Sync OpenBSD patchset 986:Tiago Cunha
2011-12-06Sync OpenBSD patchset 984:Tiago Cunha
2011-12-04Support "jump to" like vi in copy mode using t and T keys. Also add xNicholas Marriott
2011-12-01Add home and end keys for command prompt, from Matthias Lederhofer.Nicholas Marriott
2011-11-25Sync OpenBSD patchset 982:Tiago Cunha
2011-11-15Add word movement and editing command for command prompt editing, fromNicholas Marriott
2011-08-21Sync OpenBSD patchset 945:Tiago Cunha
2011-08-16Add up/down/left/right keys in vi edit mode. From "livibetter" SF bugNicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
2011-05-18Sync OpenBSD patchset 913:Tiago Cunha
2011-05-18Add three new copy-mode commands - select-line, copy-line,Nicholas Marriott
2011-04-06|PatchSet 881Nicholas Marriott
2011-04-05Bind C-u to delete-line in vi mode like ksh does, suggested by thib.Nicholas Marriott
2011-01-03Sync OpenBSD patchset 823:Tiago Cunha
2011-01-01Sprinkle a little more const.Nicholas Marriott
2010-03-22Add vi-style "jump" commands for copy mode, from Micah Cowan.Nicholas Marriott
2010-03-16Jump-forward, jump-backward in copy mode, based on vi's F and f commands.Micah Cowan
2010-03-08Sync OpenBSD patchset 658:Tiago Cunha
2010-03-02Permit keys in copy mode to be prefixed by a repeat count, entered withNicholas Marriott
2010-02-18Sync OpenBSD patchset 644:Tiago Cunha
2010-02-11Add "N" key to search the opposite way from the last search (reverse of "n"),Nicholas Marriott
2010-02-08Sync OpenBSD patchset 636:Tiago Cunha
2010-02-06Rectangle copy support, from Robin Lee Powell.Nicholas Marriott
2010-02-05Sync OpenBSD patchset 634:Tiago Cunha