summaryrefslogtreecommitdiffstats
path: root/mode-key.c
AgeCommit message (Expand)Author
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
2010-02-04vi-style B, W and E keys in copy mode to navigate between words treating onlyNicholas Marriott
2010-02-02Sync OpenBSD patchset 629:Tiago Cunha
2010-02-01Add scroll-up/scroll-down for choose/more mode, from Micah Cowan.Nicholas Marriott
2010-01-28Sync OpenBSD patchset 623:Tiago Cunha
2010-01-28Sync OpenBSD patchset 621:Tiago Cunha
2010-01-28Sync OpenBSD patchset 617:Tiago Cunha
2010-01-27Actually bind the new key to e.Nicholas Marriott
2010-01-27Alter next-word to have vi-like movement behaviour, and add next-word-end withNicholas Marriott
2010-01-25Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me.Nicholas Marriott
2010-01-25Sync OpenBSD patchset 613:Tiago Cunha
2010-01-23Use C-e and C-y for scrolling in vi mode, from Micah Cowan.Nicholas Marriott
2009-12-04Sync OpenBSD patchset 581:Tiago Cunha