summaryrefslogtreecommitdiffstats
path: root/mode-key.c
AgeCommit message (Expand)Author
2016-10-12Drop the edit mode key tables and just use fixed key bindings for thenicm
2016-10-11Some other stuff that can be local to one file.nicm
2016-10-11Fundamental change to how copy mode key bindings work:nicm
2016-10-10Loads more static, except for cmd-*.c and window-*.c.nicm
2016-09-12Allow repeat count to be specified in mode key tables with bind-key -R,nicm
2016-04-27Add next/previous paragraph, from J Raynor.nicm
2016-03-18Instead of reusing MouseUp at the finish of a drag, add a new keynicm
2016-03-01When a mouse drag is finished, fire a MouseUp key press, instead ofnicm
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-11-12Support UTF-8 key bindings by expanding the key type from int tonicm
2015-05-08mode_key_entry can go into mode-key.c; also a few spaces->tabs.nicm
2015-04-19Rewrite of tmux mouse support which was a mess. Instead of havingnicm
2014-11-06Add V for select line with vi(1) keys. From Juho Pohjala.nicm
2014-08-11No need to repeat other-end more than once, from Juho Pohjala. Also addnicm
2014-05-13Add a copy mode key binding to copy to a named buffer. From J Raynor.nicm
2014-03-31Add setb -a to append and a copy mode append command, from J Raynor withnicm
2014-03-31Add start-of-list, end-of-list, top-line and bottom-line in choice mode,nicm
2014-02-14Make C-j the same as C-m, from Simon Nicolussi.nicm
2013-10-23Key to swap to other end of selection (bound to o with vi keys), from Jnicm
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
2012-11-19Add halfpage commands to mode command string table (missed by accident),Nicholas Marriott
2012-10-09Add tree keys to vi mode too, missed by accident.Nicholas Marriott
2012-10-02Allow session tree (C-b s) to expand and collapse sessions withNicholas Marriott
2012-08-27Instead of requiring a prompt to enter all numbers >10, go back toNicholas Marriott
2012-08-11Instead of numbering choose mode items 0-9a-z and then nothing, numberNicholas Marriott
2012-03-04Add A and I keys for vi status line editing.Nicholas Marriott
2012-01-21Use RB trees not SPLAY.Nicholas Marriott
2012-01-20Add space movement keys for vi mode in the status line from Ben Boeckel.Nicholas Marriott
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-15Add word movement and editing command for command prompt editing, fromNicholas Marriott
2011-08-16Add up/down/left/right keys in vi edit mode. From "livibetter" SF bugNicholas Marriott
2011-05-18Add three new copy-mode commands - select-line, copy-line,Nicholas Marriott
2011-04-05Bind C-u to delete-line in vi mode like ksh does, suggested by thib.Nicholas Marriott
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-02Permit keys in copy mode to be prefixed by a repeat count, entered withNicholas Marriott
2010-02-11Add "N" key to search the opposite way from the last search (reverse of "n"),Nicholas Marriott
2010-02-06Rectangle copy support, from Robin Lee Powell.Nicholas Marriott
2010-02-04vi-style B, W and E keys in copy mode to navigate between words treating onlyNicholas Marriott
2010-02-01Add scroll-up/scroll-down for choose/more mode, from Micah Cowan.Nicholas Marriott
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-23Use C-e and C-y for scrolling in vi mode, from Micah Cowan.Nicholas Marriott
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-11-13Zap unused functions, prompted by deraadt.Nicholas Marriott
2009-10-13Add mode keys to move the cursor to the top, middle and bottom of the screen.Nicholas Marriott
63 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259