summaryrefslogtreecommitdiffstats
path: root/mode-key.c
AgeCommit message (Collapse)Author
2009-07-14Add a "back to indentation" key in copy mode to move the cursor to the firstNicholas Marriott
non-whitespace character. ^ with vi and M-m with emacs key bindings. Another from Kalle Olavi Niemitalo, thanks.
2009-05-14Keys in status line (p in vi mode, M-y in emacs) to paste the first line of ↵Nicholas Marriott
the upper paste buffer. Suggested by Dan Colish.
2009-05-04Space trimmage mega-diff.Nicholas Marriott
2009-02-21Allow selection in vi mode.Nicholas Marriott
2009-02-13Redo mode keys slightly more cleanly and apply them to command prompt ↵Nicholas Marriott
editing. vi or emacs mode is controlled by the session option status-keys.
2009-02-13Some extra emacs keys from Christian Weisgerber.Nicholas Marriott
2009-01-21Allow a selection in vi keys mode...Nicholas Marriott
2009-01-15Two new commands, choose-window and choose-session which work only when ↵Nicholas Marriott
bound to a key and allow the window or session to be selected from a list.
2009-01-09Update key handling code. Simplify, support ctrl properly and add a new ↵Nicholas Marriott
window option (xterm-keys) to output xterm key codes including ctrl and, if available, alt and shift.
2009-01-07Introduce nitems() and use it; use bsearch.Nicholas Marriott
2008-07-03emacs mode keys tweaks.Nicholas Marriott
2008-07-02^ for BOL too.Nicholas Marriott
2008-07-02Split emacs/vi keys into seperate tables.Nicholas Marriott