aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
Commit message (Expand)AuthorAge
...
* | Merge branch 'obsd-master'Thomas Adam2017-01-06
|\|
| * Incremental search in copy mode (on for emacs keys by default) - muchnicm2017-01-06
* | Merge branch 'obsd-master'Thomas Adam2016-11-29
|\|
| * Make send -N work for all keys, not just in copy mode. From Artem Fokin.nicm2016-11-29
* | Merge branch 'obsd-master'Thomas Adam2016-11-24
|\|
| * Make the selection able to exist independent of the cursor position, sonicm2016-11-24
* | Merge branch 'obsd-master'Thomas Adam2016-11-15
|\|
| * Add copy-pipe-and-cancel, from Artem Fokin.nicm2016-11-15
* | Merge branch 'obsd-master'Thomas Adam2016-10-21
|\|
| * Add %%% to substitute with quotes escaped (convert " to \"). Use thisnicm2016-10-21
* | Merge branch 'obsd-master'Thomas Adam2016-10-18
|\|
| * xterm-keys was in the wrong place in the list; Dilyan Palauzov.nicm2016-10-18
* | Merge branch 'obsd-master'Thomas Adam2016-10-17
|\|
| * Use the notify name string instead of going via an enum and changenicm2016-10-16
* | Merge branch 'obsd-master'Thomas Adam2016-10-16
|\|
| * Add hook_session and hook_window formats to get information on thenicm2016-10-16
* | Merge branch 'obsd-master'Thomas Adam2016-10-16
|\|
| * Rewrite command queue handling. Each client still has a command queue,nicm2016-10-16
* | Merge branch 'obsd-master'Thomas Adam2016-10-15
|\|
| * zap double .Pp;jmc2016-10-15
* | Merge branch 'obsd-master'Thomas Adam2016-10-15
|\|
| * Fire hooks on the simple notifys (window-renamed and session-renamed),nicm2016-10-15
* | Merge branch 'obsd-master'Thomas Adam2016-10-14
|\|
| * Missing flags in capture-pane, and tweak choose-tree text. From Dilyan Palauzov.nicm2016-10-14
* | Merge branch 'obsd-master'Thomas Adam2016-10-14
|\|
| * Trying to do hooks generically is way too complicated and unreliable andnicm2016-10-13
* | Merge branch 'obsd-master'Thomas Adam2016-10-14
|\|
| * Remove the set-remain-on-exit option, it was always a hack and can nownicm2016-10-13
* | Merge branch 'obsd-master'Thomas Adam2016-10-13
|\|
| * Remove mention of key tables than no longer exist.nicm2016-10-13
* | Merge branch 'obsd-master'Thomas Adam2016-10-13
|\|
| * -f missed from splitw usage, from Felix Rosencrantz.nicm2016-10-13
* | Merge branch 'obsd-master'Thomas Adam2016-10-13
|\|
| * bind-key -c has gone, remove from man page, and unused table declarations.nicm2016-10-12
| * Drop the edit mode key tables and just use fixed key bindings for thenicm2016-10-12
| * The repeat prompt in both emacs and vi (and the old one in tmux) doesn'tnicm2016-10-12
* | Merge branch 'obsd-master'Thomas Adam2016-10-12
|\|
| * Support double and triple clicks (they are cumulative, so double isnicm2016-10-11
| * Fundamental change to how copy mode key bindings work:nicm2016-10-11
* | Merge branch 'obsd-master'Thomas Adam2016-10-04
|\|
| * Document set-hook -u.nicm2016-10-03
* | Merge branch 'obsd-master'Thomas Adam2016-09-12
|\|
| * Allow repeat count to be specified in mode key tables with bind-key -R,nicm2016-09-12
* | Merge branch 'obsd-master'Thomas Adam2016-09-04
|\|
| * Add support for performing a full width split (with splitw -f), rathernicm2016-09-04
* | Merge branch 'obsd-master'Thomas Adam2016-08-22
|\|
| * Two minor fixes from dilyan palauzov.nicm2016-08-22
* | Merge branch 'obsd-master'Thomas Adam2016-08-03
|\|
| * We only replace the first %%, not multiple (use %2 for second).nicm2016-08-03
* | Merge branch 'obsd-master'Thomas Adam2016-06-16
|\|